/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

#nav { padding:0 20px; font-size:1.1em;font-weight:bold;
background-color: #000000;
	background-image: url(../images/header_block_content_border_top.gif);
	background-repeat: repeat-x;}

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li {float:left; background:url(../images/menu_divider.gif) left 2px no-repeat;}
#nav li a {
	float:left;
	padding:3px 22px 4px 14px;
	color:#FFF;
	/*text-transform:uppercase;*/
}
#nav li a:hover {
	color:#CCC;
}
#nav li.over a,
#nav li.active a {
	color:#CCC;
}
#nav li.first {background:0;}

/* 2nd Level */
#nav ul {
	position:absolute;
	z-index:2000;
	width:12em;
	top:23px;
	left:-10000px;
	border:1px solid #999;
	background:#fafafa;
}
#nav ul li {
	float:none;
	background:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:5px 9px; font-weight:normal; color:#888 !important; text-transform:none;}
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { color:#000 !important; }

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */
