@charset "utf-8";
/* CSS Document */


#vertical_menu {
	width: 204px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #025388;
	height: 245px;
	position: relative;
	float: left;
}
#vertical_menu ul {
	list-style-type: none;
	text-align: left;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 204px;
	float: left;
	background-color: #025388;
}
#vertical_menu ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	list-style-type: none;
	text-align: left;
	display: block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 8px;
	border-left-width: 10px;
	border-left-color: #025388;
	background-color: #025388;
	color: #AAC9D2;
}
#vertical_menu ul li a:hover {
	background-color: #0CF;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #014069;
	color: #025388;
}
#vertical_menu ul .current a {
	color: #025388;
	background-color: #0CF;
	border-left-color: #014069;
	border-left-style: solid;
	border-left-width: 10px;
}
#vertical_menu ul li a:link {
	text-decoration: none;


}

#vertical_menu ul li a:active {
	color: #AAC9D2;
	text-decoration: none;
}

