#navcontainer { width: 200px; }

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

#navcontainer li
{
margin: 0px;
padding: 0px;
line-height: 15px;
border:0px;
border-top:1px solid #ffffff;

}

#navcontainer ul li a
{
display: block;
width: 180px;
padding-left: 10px;
background-color: #95C450;
font-size: 0.9em;
}

#navcontainer ul li a:link, #navcontainer ul li a:visited
{
color: #000;
text-decoration: none;
background-image: url(img/bullet_u.gif);
background-repeat: no-repeat;
background-position: left top;
}

#navcontainer ul li a:hover
{
background-color: #A8009E;
color: #fff;
background-image: url(img/bullet_a.gif);
}

#navcontainer ul ul li a
{
display: block;
padding-left: 30px;
width: 160px;
background-color: #E9FDCB;
font-size: 0.8em;
}

#navcontainer ul ul li a:link, #navcontainer ul ul li a:visited
{
color: #A8009E;
text-decoration: none;
background-image: url(img/subbullet_u.gif);
background-repeat: no-repeat;
background-position: left top;
}

#navcontainer ul ul li a:hover
{
background-color: #A8009E;
color: #fff;
background-image: url(img/subbullet_a.gif);
}

/* selected states */
#navcontainer ul li a#current
{
font-weight: bold;
color: #fff;
background-repeat: no-repeat;
background-position: left top;
background-image: url(img/bullet_a.gif);
background-color: #95C450;
}

#navcontainer ul ul li a#subcurrent
{
font-weight: bold;
color: #A8009E;
background-repeat: no-repeat;
background-position: left top;
background-image: url(img/subbullet_a.gif);
background-color: #fff;
}
