#leftnav {
	float: left;
	width: 260px;
}
/*---------------------Green Left NAV---------------------*/
#leftnav_green {
	float: left;
	width: 260px;
	padding: 0px;
}
#leftnav_green ul {
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
#leftnav_green ul li li{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 16px;
	width: 200px;
	display: block;
	padding-left: 15px;
	padding-top: 10px;
	background-image: url(../images/arrow_green_off.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: 20px;
}
#leftnav_green a  {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	width: 200px;
	display: block;
	padding-left: 15px;
	padding-top: 10px;
	background-image: url(../images/arrow_green_off.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: 10px;
	color: #083325;
}
#leftnav_green a:hover  {
	background-color: #D7E9DA;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../images/arrow_green_on.jpg);
}
#leftnav_green  h2 {
	height: 40px;
	letter-spacing: -0.5px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-repeat: no-repeat;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 7px;
	background-image: url(../images/h1sidebar.jpg);
}

/*--------------------- Gray Left NAV---------------------*/
 #leftnav_gray {
	width: 260px;
	padding: 0px;
	margin-bottom: 10px;
	float: left;
	color: #333;
}
#leftnav_gray ul {
	list-style: none;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#leftnav_gray ul li   li{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 16px;
	width: 200px;
	display: block;
	padding-left: 15px;
	padding-top: 10px;
	background-image: url(../images/arrow_gray_off.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: 20px;
}
#leftnav_gray a  {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	width: 200px;
	display: block;
	padding-left: 15px;
	padding-top: 10px;
	background-image: url(../images/arrow_gray_off.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: 10px;
	color: #333;
}
#leftnav_gray a:hover  {
	background-color: #CCC;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../images/arrow_gray_on.jpg);
}
#leftnav_gray  h2 {
	height: 40px;
	letter-spacing: -0.5px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-image: url(../images/h2sidebar.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 7px;
}

