.navcontainer { width: 180px; }

.navcontainer ul
{
margin-left: 0;
margin-top: 0;
padding-left: 0;
width: 180px;
list-style-type: none;
}

.navcontainer a
{
display: block;
padding: 6px 15px;
width: 180px;
background-color: #B7C685;
border-bottom: 1px #999999;
}

.navcontainer a:link, .navlist a:visited
{
color: #000000;
text-decoration: none;
font-family: Lucida Sans Unicode;
font-size: 14px;
width: 180px;
}

.navcontainer a:hover
{
background-color: #DAC9AF;
color: #ffffff;
font-family: Lucida Sans Unicode;
font-size: 14px;
text-decoration: none;
width: 135px;
}

#topmenu
{
	border-top: 1px dashed #999999;
}