﻿ 
#nav, #nav ul {
list-style:none outside none;
margin:0;
padding:0;
position:relative;
z-index:4;
}
#nav {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:bold;
height:2.286em;
line-height:1.5em;
width:1000px;
}
#nav li {
float:left;
height:2.286em;
margin:0;
padding:0 0 5px;
position:relative;
}
#nav a {
color:#FFFFFF;
display:block;
padding:0.286em 15px 0.75em;
text-decoration:none;
}
#nav ul a {
color:#6D6D6D;
display:block;
padding:0 0 5px;
text-decoration:none;
}
#nav a:hover, #nav a:focus {
background-color:#FFFFFF;
color:#6D6D6D;
}
#nav ul {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #D1D722;
font-size:10px;
left:0;
line-height:1.25em;
position:absolute;
top:2.45em;
width:180px;
}
#nav ul li {
background:none repeat scroll 0 0 transparent;
float:none;
height:auto;
width:180px;
}
#nav ul a {
background:none repeat scroll 0 0 transparent;
padding:0.083em 15px 0.25em;
width:150px;
}
#nav ul ul {
font-size:1em;
}
#nav ul a:hover, #nav ul a:focus {
background:none repeat scroll 0 0 #16314B;
}
#nav ul .hover > a {
background:none repeat scroll 0 0 #EFEFEF;
}
#nav ul ul {
left:180px;
top:0.5em;
}
#nav ul, #nav :hover ul ul, #nav .hover ul ul {
margin-left:-9999px;
}
#nav li:hover > ul, #nav li.hover > ul, #nav a:focus + ul, #nav ul ul, #nav .hover a:focus {
margin-left:0;
}
#nav ul a:focus {
margin-left:9999px;
}

