#nav {
float: left;
width: 100%;
background: #CC6600;
font-weight:bold;
font-size:14px;
color:#ffffff;
text-align:center;
margin:0;
padding:0;
}
#nav ul {
list-style: none;
margin: 0 0 0 0;
padding: .1em 0;
width:100%;
height:100%;
float:left;
border-top:solid 1px #663300;
border-bottom:solid 1px #663300;
}
#nav ul li {
display:inline;
margin:0 -.1em;
}
#nav a{
color:#fff;
line-height: 1em;
margin: 0;
padding:.1em .85em .1em .85em;
text-decoration: none;
border-right:solid 3px #fff;
}
#nav a.last{
border-right:none;
}
#nav a:hover {
color: #CC6600;
background: #fff;
}
#nav a.current{
color: #CC6600;
background-color: #fff;
}
#nav a.current:hover{
background-color:#fff;
}


#nav ul ul {
background: #fff;
border-bottom:1px solid #663300;
height:1.4em;
width:99%;
margin:.1em 0 0 0;
padding:.1em 0 .1em 1%;
z-index:500;
}
#nav ul ul li {
border: none;
}
#nav ul ul li a{
font-size:13px;
font-weight: normal;
line-height: 1.1em;
color: #CC6600;
text-decoration:none;
background-color: #ffffff;
padding:.25em 1.25em .25em 1.25em;
float:left;
}
#nav ul ul li a:hover{
text-decoration: overline underline;
background-color: #fff;
color: #CC6600;
}
#nav ul ul li a.current{
text-decoration: underline;
background: #ffffff;
color:#CC6600;
font-style:normal;
}
#nav ul ul li a.current:hover{
text-decoration:underline;
background: #ffffff;
color:#CC6600;
font-style:normal;
}
