/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

#nav {
	font:12px/1.5 Helvetica, Ariel, sans-serif;
	
	margin-top:0px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
	height:32px;
}


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	list-style:none;
	position:relative;
	text-align:left;
	}
	
#nav li.over { z-index:999;}
#nav li.active {background-color: #BE0003; } /* to prevent the li separator from showing through on mouseover on li */
#nav a { line-height:1.3em; }
#nav a, #nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer; }


/************ 1ST LEVEL  ***************/
#nav li {
	float:left; border-right:1px solid #d5d4d5;}
#nav li.active a {
	color:#FFFFFF;
}
#nav li.active a:hover {color:#292929;}
#nav a {
	float:left;
	color:#292929;
	font-weight:bold;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
	}
#nav li.over a { color:#292929; background:#e8e8e8;}
#nav a:hover { background:#e8e8e8; color:#292929;}



/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active {
	float:none;
	height:auto;
	background:#e8e8e8;
	margin:0;
	}
#nav ul a, #nav ul a:hover {
	float:none;
	padding:0;
	background:#e8e8e8;
	text-decoration:none;
	}
#nav ul li a { font-weight:normal !important; }


/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	width:17em;
	top:31px;
	left:-10000px;
    border-left:1px solid #d5d4d5;
	border-right:0px solid #d5d4d5;
	border-bottom:1px solid #d5d4d5;
	font-size: 12px;
}

/* Show menu */
#nav li.over ul { left:-1px; }
#nav li.over ul ul { left:-10000px; }
#nav li.over ul li.over ul { left:100px; }
#nav ul li {padding-top:2px; padding-bottom:2px; background:#e8e8e8;}
#nav ul li a {font-variant: normal; }
#nav ul li a:hover {background:#f6f6f6; }
#nav ul li a span { }
#nav ul li a, #nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span {
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 7px;
	
}
#nav ul li.last span { }

/************ 3RD+ LEVEL ************/

#nav ul ul { top:5px; border-top:1px #d5d4d5 solid;}
#nav ul ul ul { left:-10000px; }
#nav li.over ul li.over ul ul { left:-10000px; }
#nav li.over ul li.over ul li.over ul { left:100px; }


/* Fix for the IE bug */

#nav iframe {
position: absolute;
left: -1px;
top: 0;
z-index: -1;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}



