/* CSS Document */
#navcontainer {
width: 155px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-align: center;
}

#navcontainer a
{
display: block;
padding: 2px;
width: 152px;
background-color: #FF9900;
border-bottom: 1px solid #E28800;
}

#navcontainer a:link, #navlist a:visited
{
color: #166032;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #E28800;
color: #166032;
}
