.menu_head {
	cursor: pointer;
	color:#666666;
	font-size: 10px;
	height: 16px;
	display: block;
	margin-bottom:3px;
	background-position:bottom;
	background-repeat:repeat-x;
	border-bottom: 1px solid #d9d9d9; 
	padding-top:3px;
	padding-bottom:4px;
}

.menu_head:hover {
	color: #666;
	font-weight: bold;
	background-color:#fff7da;
	font-size:10px;
}

.menu_head.selected {
	background-color:#333333;
}
.menu_body {
	display:none;
	background-color:#F0F0F0;
}
.menu_body a{
  
}
.menu_body a:hover{
}
