﻿.navcontainer { 
width: 165px;

}

.navcontainer ul
{
margin-left: 0;
margin-top: 0;
padding-left: 0;
list-style-type: none;
text-align: center;
}

.navcontainer a
{
display: block;
/*padding: 4px 10px;*/
width: 165px;
background-color: #ad9d5b;
border-bottom: none;
text-align: center;
/*border-bottom: 1px dashed #999;*/
}


.navlist a:visited
{
color: #000;
text-decoration: none;
}

.navcontainer a:link
{

text-decoration: none;
}

.navcontainer a:hover
{
font-weight:bold
}

#topmenu
{
	border-top: none;
	/*border-top: 1px dashed #999;*/
}