.navcontainer {
	width: 110px;
	text-align: left;
	text-indent: 10px;
}

.navcontainer ul
{
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
 	font-size: 14px;
	color: #FFF;
}

.navcontainer a
{
	display: block;
	padding: 3px 15px;
	width: 180px;
	background-color: #BFBFDF;
	border-bottom: 1px dashed #FFF;
}

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

.navcontainer a:hover
{
background-color: #EBF2F5;
color: #333399;
}

#topmenu
{
	border-top: 1px dashed #FFF;
}