.menu_list 
{
	width: 180px;
	
}

.menu_head
{
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
	margin-top:5px;
	
 	font-weight:bold; 
 	color:#fff;
	font-family:Century Gothic;
	font-size:11px;
	text-align:left;
	
 	border-bottom: 0px solid #e1e1e1;
 	background:url('fondrub.gif') no-repeat left;

	padding-left:20px;
	padding-top:2px;
}

.menu_body 
{
	display:none;
	margin-left:15px;
	text-align:left;
}

.menu_body a 
{
	display:block;
	color:#fff;
	background-image:url(no-image);  
	padding-left:0px;
	text-decoration:none;
	text-align:left;
	font-family:Century Gothic;
	font-size:10px;
	color:#fff;
}

.menu_body a:hover 
{
	color: #333333;
	text-decoration:none;
}

.menu_head_simple
{
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
	margin-top:5px;
	
 	font-weight:bold; 
 	color:#fff;
	font-family:Century Gothic;
	font-size:11px;
	text-align:left;
	
 	border-bottom: 0px solid #e1e1e1;
 	background:url('fondrub.gif') no-repeat left;

	padding-left:20px;
	padding-top:2px;    
}

.menu_head_simple a
{
	cursor: pointer;
	position: relative;
	margin:1px;
 	text-decoration:none;
 	color:#fff;
}

.menu_head_simple a:hover
{
	cursor: pointer;
	position: relative;
	margin:1px;
	color:#fff;
 	text-decoration:underline; 	
}

