/*
active color #638060
retiree color #606080
employer color #806060
info color #638060
*/
.pdf {
	color: #800000;
	font-size: 10px;
	font-weight: 50;
}
.navLeft .L2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.navLeft .L2 a {
	color: #333333;
	text-decoration: none;
	background-color: #F0F0E5;
	width: 155px;
	display: block;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
	margin-top: 3px;
}

.navLeft .L2 a:hover {
	color: #FFFFFF;
}

.navLeft h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;	
	margin-top: 1px;
	margin-bottom: 1px;
	line-height: 15px;
}
.navLeft h2 a:hover {
	color: #FFFFFF;
}
.navLeft .L3 ul {

}
.navLeft ul {
	font-size: 10px;
	color: #333333;
	line-height: 11px;
	margin-top: 2px;
	margin-bottom: 6px;
}
.navLeft li {
	list-style-type: none;
	font-weight: normal;
	margin-left: -30px;
	margin-right: 0px;
	}
.navLeft li a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #E0E1C7;
	}
.navLeft li a:hover {
	color: #000000;
	background-color: #F0F0E5;
	border-right-color: #91936C;
}


