/* FOR IE6 ONLY */

#nav:hover, #nav.hover {
	background:#000;
}
/* END FOR IE6 ONLY */

#nav {
	text-transform:uppercase;
	font: normal 10px Arial, Helvetica;
list-style:none;
height:3.8em;
width:100%;
position:absolute;
line-height:1.1em;
z-index:100;
left:220px;
top:60px;
}
#nav li {
padding: 5px 20px 5px 20px;
float:left;
text-align:left;
}
#nav a {
height:1.1em;
display:block;
text-decoration:none;
color:#fff;
background:#000;
}
#nav a:active, #nav a:focus, #nav a:hover {
background:#fff;color:#000;
}
/* --------- Sub Nav --------- */
#nav li.current ul {
left:0;
}
#nav ul {
position:absolute;
left:-999em;
list-style:none;
padding:.9em 0 0;
}
#nav ul li {
padding: 5px 20px 5px 20px;
float:left;
text-align:left;
}
#nav ul a {
padding:0 8px;
}
#nav li:active ul, #nav li:hover ul { 
left:0;
background:#000;
color:white;
}

