 #navcontainer { width: 150px; }

#navcontainer ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
width: 100%;
}

#navcontainer li
{
margin: 0px;
padding: 0px;
line-height: 20px;
}

#navcontainer ul li a
{
display: block;
width:150px;
padding-left: 5px;
background-color: #4a4621;
font-size: 0.9em;
}

#navcontainer ul li a:link, #navcontainer ul li a:visited
{
color: #E2E2F5;
text-decoration: none;

background-repeat: no-repeat;
background-position: left top;
}

#navcontainer ul li a:hover
{
background-color: #4a4621;
color: #FFE382;

}

#navcontainer ul ul li a
{
display: block;
padding-left: 20px;
width: 150px;
background-color: #4a4621;
font-size: 0.8em;
}

#navcontainer ul ul li a:link, #navcontainer ul ul li a:visited
{
color: #E2E2F5;
text-decoration: none;

background-repeat: no-repeat;
background-position: left top;
}

#navcontainer ul ul li a:hover
{
background-color: #4a4621;
color: #FFE382;

}

/* selected states */
#navcontainer ul li a#current
{
font-weight: bold;
color: #FFE382;
background-repeat: no-repeat;
background-position: left top;

background-color: #4a4621;
}

#navcontainer ul ul li a#subcurrent
{
font-weight: bold;
color: #99CCFF;
background-repeat: no-repeat;
background-position: left top;

background-color: #4a4621;
}