@charset "utf-8";
td.leftnav {
	background-color: #F7F7F9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4E4E4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	width: 167px;
}
/* CSS Document */


.leftnav  a {
	font-size: 11px;
	display: block;
	text-align: left;
	color: #4F2990;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	_width: 189px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #F9F8FC;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
	margin: 0px;
}
.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  a.firstsub {
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
}

