#subnavcontainer
{
padding: 0;
background: #ccc;
height: 20px;
}

#subnavlist
{
margin: 0px;
padding: 0px 0px;
display: block;
}

#subnavlist li
{
list-style: none;
float: left;
}

#subnavcontainer a, #subnavlist li.extend
{
margin: 0px;
display: block;
border-top: 1px solid #333;
padding: 1px 6px;
text-decoration: none;
background: #ccc;
font: normal 11px verdana, serif;
color: #000;
}

#subnavcontainer a:hover, #subnavcontainer a#subcurrent
{
padding: 1px 5px;
background: #FAFAFA;
border-right: 1px solid #333;
border-left: 1px solid #333;
border-top: 1px solid #FAFAFA;
border-bottom: 1px solid #333;
color: #000;
}

#subnavcontainer a#subcurrent
{
background: #F6F6F6;
border-top: 1px solid #F6F6F6;
font-weight: bold;
}

#subnavcontainer li#subactive
{
border-right: 2px solid #828282;
border-bottom: 2px solid #828282;
}
