/* Left Navigation */

#left {
	float:left; width:160px; margin-top:0px; margin-left:0px; margin-bottom:19px; margin-right:0; padding:0;
}

#left-nav {
	width: 160px;
	margin-top:20px; margin-left:40px; margin-bottom:0; margin-right:0; padding:0;
}

#left-nav li {
	height: 1%; /* Forces hasLayout (ie6) */
	display: inline; /* Removes additional verticle whitespace (ie7) */
}

#left-nav li a {
	background-repeat: no-repeat;
	background-image: url(images/main_nav_off.gif);
	background-position: 0px 0px;
	background-color: #CCCCCC;
	display: block;
	font-size:0.7em;
	text-decoration: none;
	color: #000033;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-left: 10px;
	/* Removes added whitespace in IE */

}

#left-nav li a:hover  {
	background-image:url(images/main_nav_on.gif);
	background-position: 0px 0px;
	color: #fff;
	background-color: #8E001C;
}

#left-nav li.active a 
{
	background-image:url(images/main_nav_on.gif);
	background-position: 0px 0px;
	color: #fff;
	background-color: #8E001C;
}


/* Sub Left Nav state */
	div#subsubtop{width:160px;padding:0; margin-top:0; margin-left:40px; margin-bottom:0; margin-right:0; min-height:230px; height:auto !important; height:230px; background-color:#E5E5E5;}
	div#subsubtop ul{list-style-type:none; padding:0; margin:0;}
	div#subsubtop ul li{padding:0; margin:0;}

		#subsubtop ul li a{
			width:149px;
			height:28px;
			padding:5px 0 0 8px;
			text-decoration:none;
			font-size:0.7em;
			line-height:200%;
			color:#000;
		}
		
		#subsubtop ul li a:hover
		{
			color:#8E001C;
			text-decoration:none;
			font-weight:100;
		}
	div#subsubtop ul li span{color:#8E001C;}
	#subsubbot{width:160px; padding:0; margin-top:0; margin-left:40px; margin-bottom:0; margin-right:0;}
