/**
 * 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 9px;
	width: 902px !important;
	height: 27px;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	float:left;
	background: transparent url(../images/menu.jpg) top right no-repeat;
	width: 128px;
	height: 27px;
}
#nav li.account {
	width: 132px !important;
	background-position: top left;
}
#nav li.account:hover {
	background-position: bottom left;
}

#nav li.over, #nav li:hover {
	z-index:999;
	background-position: bottom right;
	}
#nav a, #nav a:hover {
	width: 128px;
	display: block;
	line-height: 27px;
	height: 27px;
}

/************ 0 LEVEL  ***************/
#nav li a {
	line-height: 27px;
	height: 27px;
	text-align: center;
	text-decoration: none;
}
#nav li.active a {}
#nav a {
	color:#fff;
	font-weight:bold;
}
#nav li.over a, #nav a:hover {
	background-position: bottom left
}

/************ 1ST LEVEL ************/
#nav ul li, #nav ul li.active {
	margin:0;
	background: none;
	}
#nav ul li.last {
	background: none;
	padding-bottom:0;
	-moz-border-radius: 3px;
	-webkit-border-radius:
	}

#nav ul a, #nav ul a:hover {
	padding:0;
	}
#nav ul li a {
	font-weight:normal !important;
	}

/************ 2ND LEVEL ************/
#nav ul {
	clear:both;
	left:-1000em;
	position:relative;
	top:-1px;
	width: 128px;
	z-index: 1000;
	}

/* Show menu */
#nav li.over ul, #nav li:hover ul {
	left: auto;
	border-top: 1px solid #455f83;
	}
#nav li ul li a, #nav li ul li a:hover {
	background: #95aed4;
	color: #000;
	border: solid #000;
	border-width: 0 1px 0 1px;
	padding: 5px;
	width: 139px;
	height: auto;
	font-size: 11px;
	text-indent: 0;
	text-decoration: none;
	opacity: 0.85;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	/* !!! Get rid of this */
	filter: alpha(opacity=85);
	margin-left: -1px;
}
#nav li ul li a:hover {
	background-color: #6d85ab;
	opacity: 1;
	filter: alpha(opacity=100);
}
#nav li ul li.last a {
	border-bottom: 1px solid #000;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#nav li ul li {
	height: auto;
}
