#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;
list-style-type: none;
/*line-height: 25px;*/
}

#navcontainer ul li a
{
display: block;
width: 130px;
padding: 5px 10px 5px 10px;
margin-right: 0px;
background-color: #ECECE2;
border-top: 1px solid #676050;
font-size: 95%;
color: #676050;
text-decoration: none;
}

#navcontainer ul li a:link, #navcontainer ul li a:visited
{
color: #676050;
text-decoration: none;
}

#navcontainer ul li a:hover
{
background-color: #CCCCBC;
text-decoration: none;
}

#navcontainer ul ul li a
{
display: block;
padding-left: 15px;
width: 125px;
color: #000000;
background-color: #D3D3C7;
}

#navcontainer ul ul li a:link, #navcontainer ul ul li a:visited
{
color: #000000;
text-decoration: none;
background-repeat: no-repeat;
background-position: left top;
}

#navcontainer ul li a#selchild:hover,
#navcontainer ul ul li a:hover
{
background-color: #CCCCBC;
text-decoration: none;
}

/* selected states */
#navcontainer ul li a#current
{
font-weight: bold;
color: #000000;
border-top: solid 3px #007B75;
background-color: #BCB6A7;
}

#navcontainer ul li a#selchild
{
font-weight: normal;
color: #000000;
border-top: solid 3px #007B75;
background-color: #D3D3C7;
}

#navcontainer ul ul li a#subcurrent
{
font-weight: bold;
color: #000000;
background-color: #BCB6A7;
}
