
.menutitle {
	text-align: center;
	color: #a9271a;
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	}

#navcontainer { width: 210px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
/*background-color: #f5f5f5;*/
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #8d8787;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #e5e5e5;
color: #000;
}