@charset "UTF-8";
/* CSS Document */


/* MENU CSS */

#nav,#nav ul {
	padding: 0;
	margin: 0;
}
#nav ul {
	position: absolute;
	left: -999em;
	background-color: #FF9900;
}
#nav li {
	float: left;
	list-style: none;
}
#nav ul li {
	clear: left;
	margin-right: 0;
	width: 14em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FED073;
	border-right-color: #7D4A00;
	border-bottom-color: #7D4A00;
	border-left-color: #FED073;
}
#nav li:hover ul,#nav li.sfhover ul {
left: auto;
}
#nav a,#nav a:link,#nav a:visited {
	display: block;
	color: #000000;
	background-color: #FF9900;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.25em;
	padding-top: 0.75em;
	padding-right: 0.6875em;
	padding-bottom: 0.75em;
	padding-left: 0.6875em;
}
#nav a:focus,#nav a:hover,#nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li a:focus,#nav ul li a:hover,#nav ul li a:active {
	color: #000;
	background-color:#FFB340;
}
#nav li ul ul {
	margin-top: -2.125em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 14.0625em;
}
#nav li:hover ul ul,#nav li.sfhover ul ul {
left: -999em;
}
#nav li li:hover ul,#nav li li.sfhover ul {
left: auto;
}
#nav li ul li:hover, #nav li ul li.sfhover {
	background-color: #FFB340;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFE5BE;
	border-left-color: #FFE5BE;
}
#nav #lefty2 ul {
	margin-left: -9em;
}

#nav #lefty3 ul {
	margin-left: -11em;
}
#nav #dropleft ul ul     {
	margin-left: -14.1875em;
}

#nav #narcolermenu ul ul li{
	width: 11.5em;
}

 /* NOT USED  
 #nav ul ul a, #nav ul ul a:link, #nav ul ul a:visited, #nav ul ul a:focus, #nav ul ul a:hover, #nav ul ul a:active {
	background-color: #FF9900;
}
*/

/* END MENU CSS */
