h5{
color:#000000;
font-size: 12px;
line-height:30px;
font-weight:normal;
}
#left_menu{
	position:relative;
	float:left;
    margin-top: -4px;
	padding:0;
    padding-bottom: 20px;
	width:154px;
	height: auto; 
	}

#left_menu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
background: url(../images/left_menu/menu_tlo_r.jpg) repeat-x center left;
/*text-transform: uppercase;*/
font-size: 12px;
line-height:30px;
cursor: hand;
cursor: pointer;
}
#left_menu .menuheader a{ 
	color:#000000;
	text-decoration: none;	
	padding-left:5px;
}
#left_menu .menuheader a:hover{ 
	display: block;
	height:30px;
	width:149px;
	font-size:12px;
	line-height:30px;
	background: url(../images/left_menu/menu_tlo_active_r.jpg) repeat-x center left;
}
#left_menu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background: url(../images/left_menu/menu_tlo_active_r.jpg);
	width:154px;
}

#left_menu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#left_menu ul li{
	height:30px;
	padding-left:10px;
	font-size:12px;
	line-height:30px;
	background: url(../images/left_menu/menu_tlo_prod.jpg);
}

#left_menu ul li a{
    display: block;
	height:30px;
	width:144px;
	font-size:12px;
	line-height:30px;
	color: #000000;
	text-decoration: none;
}

#left_menu ul li a:hover{ /*hover state CSS*/
color: #FFFFFF;
}
