a.menu_level_1 , div.menu_level_1
{	
	display: block;	
	cursor: pointer;	
	margin-bottom: 4px;	
	color: #7F7F7F;
	text-decoration: none;	
	font-family: Arial, Tahoma;	
}

.menu_level_1_text
{	
	padding-left: 10px;
	font-family: Arial, Tahoma;	
	font-size: 11pt;
}

a.menu_level_2, div.menu_level_2
{
	display: block;
	padding-left: 15px;
	margin-right: 16px;
	cursor: pointer;	
	border-bottom: 1px solid #D9D9D9;	
	font-family: Arial;
	font-size: 11pt;
	text-decoration: none;
	color: #000;
}


a:hover.menu_level_2
{		
	
}

.menu_level_2_text
{	
	border-bottom: 0px solid #D9D9D9;	
}


a.menu_level_3, div.menu_level_3
{		
	color: #000;	
	cursor: pointer;	
	border-bottom: 0px solid #A9A8A8;	
	text-decoration: none;	
	font-family: arial;	
	font-size: 10pt;	
}

.menu_level_3_text
{			
	border-bottom: 0px solid #000;
	color: #000;
	text-decoration: none;	
	margin-left: 25px;
}

a:hover.menu_level_3
{		
	
}