td.upper_left
{
	background: url('images/left_menu_top_left.png') right no-repeat;
	height: 44px;
	width: 7px;
}

td.upper_mid
{
	background: url('images/left_menu_title_bg.jpg') repeat-x;       
	height: 44px;
}

.title_bg
{
	background: url('images/left_menu_title_bg.png') repeat-x;	
	height: 44px;	
}

.menu_header
{
	padding-top: 8px;
	text-align: center;		
	font-weight: bold;
	font-family: Verdana;	
	font-size: 14px;
	height: 44px;
}

.title_text
{	
	color: White;	
}

td.upper_right
{
	background: url('images/left_menu_top_right.png') left no-repeat;
	height: 44px;
	width: 7px;
}

.menu_content
{
	background: url('images/left_menu_body_bg_light_orange.jpg') repeat-x;	
	border-left:1px solid #ff7b02; 
	border-right:1px solid #ff7b02; 
	border-bottom:1px solid #ff7b02; 	
	font-family: Verdana;	
	padding: 5px;	
	font-size:12px;
	text-align:left;
}

