/* CSS Document */
#navcontainer
{
margin: 0px 0 0 0px;
padding-left: 10px;
width:690px;
height: 26px;

}

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

}


#navcontainer ul li
{border-left:thin solid #4B1610;
background: #999933;
float: left;
text-align: center;
margin-left: 1px;
width: auto;
}

#navcontainer ul li a
{ background-image: url(images/button.png);
padding-right: 6px;
padding-left: 4px;
padding-top: 4px;
color: #000000;
text-decoration: none;
display: inline;
text-align: center;
font: normal 11px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
font-weight:600;
}

#navcontainer ul li a:hover {
                              }

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

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


