


#leftNavWrapper {
	width: 150px;
	padding:0px;
	text-align:left;
	margin: 0px;
	}
		
		
.leftNavItem {
	width: 150px;
	text-align:left;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
	border: 1px solid #36A7E9;
	}
	
.leftNavItem  a:link {
	color: #333333;
	display: block;
    padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	}
	
.leftNavItem  a:visited {
	color: #333333;
	display: block;
    padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	}
	
.leftNavItem  a:hover {
	background-color: #EFEFEF;
	color: #333333;
	display: block;
    padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	}
	
.leftNavItemActive {
	width: 150px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #36A7E9;
	margin-bottom: 10px;
	border: 1px solid #36A7E9;	
	}
.leftNavItemActive  a {
    padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
    }
.leftNavItemActive  a:link {
	color: #36A7E9;
	display: block;
	}
.leftNavItemActive  a:visited {
	color: #333333;
	display: block;
	background-color: #36A7E9;
	}
.leftNavItemActive  a:hover {
	background-color: #EFEFEF;
	color: #333333;
	display: block;
	}
	
/*SUBNAV*/
.leftNavItemSub {
	width: 150px;
	text-align:left;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	}
.leftNavItemSub a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
    }
.leftNavItemSub a:link {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
	color: #666666;
	display: block;
}
.leftNavItemSub a:visited {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
	color: #666666;
	display: block;
}
.leftNavItemSub a:hover {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight: normal;
	color: #000000;
	display: block;
}

/*SUBNAV ACTIVE*/
.leftNavItemSubActive {
	width: 150px;
	text-align:left;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #36A7E9;
	}	
.leftNavItemSubActive a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
    }
.leftNavItemSubActive a:link {
	color: #36A7E9;
	background-repeat: no-repeat;
	background-position: 10px center;
	display: block;
}
.leftNavItemSubActive a:visited {
	color: #36A7E9;
	background-repeat: no-repeat;
	background-position: 10px center;
	display: block;
}
.leftNavItemSubActive a:hover {
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #36A7E9;
	display: block;
}

/*SUBNAV2*/
.leftNavItemSub2 {
	width: 150px;
	text-align:left;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	}
.leftNavItemSub2 a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 40px;
    }
.leftNavItemSub2 a:link {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 40px;
	color: #666666;
	display: block;
}
.leftNavItemSub2 a:visited {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 40px;
	color: #666666;
	display: block;
}
.leftNavItemSub2 a:hover {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #000000;
	display: block;
}

/*SUBNAV2 ACTIVE*/
.leftNavItemSub2Active {
	width: 150px;
	text-align:left;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	}	
.leftNavItemSub2Active a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 40px;
    }
.leftNavItemSub2Active a:link {
	color: #000000;
	background-repeat: no-repeat;
	background-position: 10px center;
	display: block;
}
.leftNavItemSub2Active a:visited {
	color: #000000;
	background-repeat: no-repeat;
	background-position: 10px center;
	display: block;
}
.leftNavItemSub2Active a:hover {
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #000000;
	display: block;
}





