/* lnav menu */
#leftnav {

	position: relative;

	margin: 0; padding: 0;
	width: 235px;
	height: 1000px;
	min-height: 1000px;

}

#lnav {
	margin: 0; padding: 0;
	position: relative;
	left: 0;

}
#lnav ul, #lnav li {
	list-style: none;
	width: 235px;
	color: #333333;
	height: 20px;
	position: relative;
	margin-bottom: 15px;

	}


/* Styles for Menu Items */
#lnav li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 2 0 2 20px;


	}
	
/* Styles for Hover Items */
#lnav li a:hover {
	background: #809E92;
	color: #000000;
	background-image: url(rnavcaretup.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
}

.active {
	font-weight: bold;
	background-image: url(rnavcaretup1.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
}



/* Fix IE. Hide from IE Mac \*/
*  lnav ul  { float: left; height: 1%; }
*  lnav li  { float: left; height: 1%; }
*  lnav ul li a { height: 1%; }
/* End */
