#nav {
    padding: 0;
    padding-top: 9px;
    margin: 0;
    list-style: none;
    line-height: 1;
    padding-left:0px;
    float:left;
    position: relative;
    z-index: 1000;
    }

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	float:left;
}

#nav a {
	display: block;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color:#333333;
	padding-left: 4px;
	padding-top: 4px;
	background-image: url(../../image/site/KOI/content/top-nav-off.gif);
	background-repeat: no-repeat;
	width: 72px;
	height: 33px;
}

#nav a:hover {
	display: block;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color:#FFF;
	padding-left: 4px;
	padding-top: 4px;
	background-image: url(../../image/site/KOI/content/top-nav-on.gif);
	background-repeat: no-repeat;
	width: 72px;
	height: 33px;
}

#nav li { /* all list items */
	float: left;
	padding-right: 0px;
	/*width: 120px; /* width needed or else Opera goes nuts */
}

#nav li ul li:hover, #nav li.sfhover ul li.sfhover {background:#B62728;}

#nav li ul { /* second-level lists */
	position: absolute;
	margin-top: -4px;
	background: transparent;
	width: 127px;
	height: 18px;
	left: -999em;border-top:1px solid #D49C2B;
	
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { /* all list items */
	padding-right: 0px;
	background:#E8E7E7;
	border:1px solid #333333;
	border-top: none;
	/*width: 120px; /* width needed or else Opera goes nuts */
}

#nav li ul:hover { /* second-level lists */
	position: absolute;
	background: #996600;
	width: 127px;
	height: 18px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover, #nav li:hover { /* second-level lists */
	position: static;
}

#nav li ul a { /* second-level lists */
	display: block;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color:#000000;
	background-image: none;
	padding:5px 0 0 3px;
	width: 122px;
	height: 18px;
	margin-top: 0px;
}

#nav li ul a:hover { /* second-level lists */
	display: block;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color:#FFFFFF;
	background-image: none;
	padding:5px 0 0 3px;
	width: 122px;
	height: 18px;
	margin-top: 0px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2.1em 0px 0px 125px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul, #nav li:hover ul ul ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul, #nav li.sfhover ul ul ul ul ul{    
left: -999em; 
} 

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li li li li li:hover ul, #nav li li li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul, #nav li li li li li.sfhover ul{     
left: auto;
} 

