@charset "utf-8";
/* CSS Document */


.leftnav  a {
	font-size: 11px;
	display: block;
	text-align: left;
	color: #4F2990;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 167px;
	_width: 189px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #F9F8FC;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F4F4F4;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	border-left-color: #F4F4F4;
}
.leftnav a:visited {
	text-decoration: none;
}

.leftnav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #4F2990;
}
.leftnav a.active {
	text-decoration: none;
	background-color: #4F2990;
	color: #FFFFFF;
}
.leftnav  .seperator {
	display: block;
	margin-bottom: 2px;
	text-decoration: none;
	width: 188px;
	margin-top: 2px;
}
