.dropdownmenu {
	position:relative;
	z-index: 6;
	width:890px;
	height:25px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f60;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	text-transform: uppercase;
	display: block; 
	font-size: 14px; text-decoration:none; color:#fff;
}
#nav a.toplevel {
	font-size: 14px;
	text-decoration:none;
	color:#fff;
	height: 15px;
	padding: 5px 20px 5px 20px;
	line-height: 14px;
	/* border-top: 3px #333333 solid;  */
	/* background: #191919 url(http://202.191.52.186/images/menu-line.gif) no-repeat right;  */
	background: #f60;
	}
#nav li.nav-map a.toplevel{background: #ff2600;}	
#nav a:hover.toplevel {
	color:#fff;
	/* border-top: 3px #80e104 solid; */ 
	/* background:#191919 url(http://202.191.52.186/images/menu-line.gif) no-repeat right; */
	text-decoration:none;
	background-color: #333;
	}
	
#nav li { /* all list items */
	float: left;
	padding: 0;
	margin: 0;	
	width: 150px; /* width needed or else Opera goes nuts */	
}


/**** If you want to set fixed widths for each menu item do so here */
.nav1 {}
.nav2 {}
.nav3 {}
.nav4 {}
.nav5 {}
.nav6 {}
.nav-map {
	width: 140px !important;
}


#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background:#6d6d6d none; 
	color:#FFF; 
}
#nav li ul a {
background:#6d6d6d none; color:#FFF; height:auto; line-height:1em; padding:5px 16px; width:150px;border-top: none; border-bottom:#333333 1px solid; border-left:#333333 1px solid; border-right:#333333 1px solid; }

#nav li.nav-map{ background: #ff2600; }
#nav li ul a:hover {background:#464646; }

#nav li ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 183px;
}

#nav li ul ul li a{ 
	width: 229px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #menu li.hover {
    position: static;
}

.nav-map{ width: 100px; text-align: center; }


