.navcontainer {
	width: 175px;
	float: none;
}
.navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 5px;
	padding: 1px;
	list-style-type: none;
	width: 175px;
}
.navcontainer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	height: auto;
	padding-bottom: 3px;
	text-align: right;
	padding-left: 0px;
}
.navcontainer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #032890;
}
.navcontainer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #123996;
}
.navcontainer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/bg_cssmenu_side_b.jpg);
}
.navcontainer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	background-color: #9db72d;
	color: #FFFFFF;
	background-image: url(../images/bg_cssmenu_side_a.jpg);
}

