ul.nav,
ul.nav li,
ul.nav ul {
 list-style: none;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
}

ul.nav {
 position: relative;
 z-index: 597;
 float: left;
}

ul.nav li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.nav li.hover,
ul.nav li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.nav ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.nav ul li {
 float: none;
}

ul.nav ul ul {
 top: 1px;
 left: 99%;
}

ul.nav li:hover > ul {
 visibility: visible;
}

ul.nav li.rtl ul {
 top: 100%;
 right: 0;
 left: auto;
}

ul.nav li.rtl ul ul {
 top: 1px;
 right: 99%;
 left: auto;
}

/*---- BEGIN FIRST LEVEL----*/
ul.nav {
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	width: 887px;
	background: #202020;
}

ul.nav li {
	padding: 7px 0;
	background-color: #202020;
	color: #202020;
	line-height: normal;
}


ul.nav a:link,
ul.nav a:visited { color: #fff; text-decoration: none; }
ul.nav a:hover { color: #76b900; text-decoration: none; }
ul.nav a:active { color: #fff; }

/*----END FIRST LEVEL----*/

/*----NON FIRST LEVEL----*/

ul.nav ul {
	width: 170px;
	background-color: #333;
	color: #202020;
	font-size: 11px;
	text-transform: none;
	margin: -10px 0 0 0;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	KhtmlOpacity: .9;
	opacity: .9;
}

ul.nav ul li {
	background-color: transparent;
	color: #000;
}

ul.nav ul li:hover {
	background-color: transparent;
}

ul.nav ul a:link,
ul.nav ul a:visited { color: #fff; }
ul.nav ul a:hover { color: #76b900; text-decoration: none; }
ul.nav ul a:active { color: #fff; }

ul.nav *.sub {
	padding-right: 12px;
	background-image: none;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

ul.nav li a {
	display: block;
	padding: 7px 14px;
}

/* ------------- Reinitiate default: post-override activities  */

ul.nav li.sub {
	padding: 7px 20px 7px 14px;
}

ul.nav ul li.sub {
	padding-right: 15px;
}

ul.nav ul a {
	float:left;
}

ul.nav ul.second a {
	padding: 4px 5px 4px 14px;
	width: 151px; /* Especially for IE */
}

ul.nav li:hover > a.sub {
	background-color: #2e2e2e;
	color: #76b900;
}

ul.nav ul li:hover > a.sub {
	background-color: #76b900;
	color: #fff;
}