
div#container_content_left{
	width:156px;
}

div#container_content_left .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	width:156px;
	height:12px;
	float:left;
	padding:0px 5px 0px 20px !important;
	padding:0px 5px 0px 20px;

	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	color:#3f3f3e;
	cursor:pointer;
	
	text-decoration:none;
}

div#container_content_left .menuheader:hover{ /*CSS class for menu headers in general (expanding or not!)*/
	background:url(../gfx/menu_active.png) no-repeat left center !important;
	background:none;
}

div#container_content_left .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background:url(../gfx/menu_active_submenu.png) no-repeat left center !important;
	background:none;
}

div#container_content_left ul{ /*CSS for UL of each sub menu*/
	margin:0px;
	color:#3f3f3e;
	list-style-type: none;
}

div#container_content_left ul li{
	color:#3f3f3e;
	padding:2px 0px;
}

div#container_content_left ul li a{
	color:#3f3f3e;
	display: block;
	text-decoration: none;
	font-weight: normal;
}

div#container_content_left ul li a:visited {
}

div#container_content_left ul li a:hover { /*hover state CSS*/
	text-decoration:underline;
	color:#ec7200;
}

div#container_content_left ul li .submenutitem_active { /*hover state CSS*/
	color:#ec7200;
}


