@charset "UTF-8";
/* CSS Document */

#navcontainer
{
margin: 0px 0 0 25px;
padding: 0;
height: 25px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #000000;
width: 78px;
height: 22px;
padding: 3px 0 0 0;
margin: 0 0 10px 0;
color: #dedede;
text-decoration: none;
display: block;
text-align: center;
font: normal 11px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #dedede;
background: #595959;
}

#navcontainer a:active
{
background: #cccccc;
color: #fff;
}

#navcontainer li#active a
{
background: #dc3100;
color: #fff;
}
