.navcontainer { width: 200px; }

.navcontainer ul
{
margin-left: 0;
margin-top: 0;
padding-left: 0;
list-style-type: none;
}

.navcontainer a
{
display: block;
padding: 3px 15px;
width: 170px;
background-color: #8B7355;/*menue background color*/
border-bottom: 1px dashed white;/*menu dash dot color*/
}

.navcontainer a:link, .navlist a:visited
{
color: black;/* text static color*/
text-decoration: none;
}

.navcontainer a:hover
{
background-color: red;/*menu hover color*/
color: white;/*menu hover text color*/
}

#topmenu
{
	border-top: 1px dashed #999;
}