#main_menu {
	width: 110px;
	position: absolute;
	top: 200px;
	left: 40px;
}
#menu_bar {
	
}
#menuDiv {
	display:block; 
	margin-left:auto;
	margin-right: auto;  
	text-align: center; 
	z-index: 100;
}
.submenu {
	border: solid 1px;
	width: 110px;
	background-color: #bfa071;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	cursor: pointer;
}
.submenu_content {
	height: 0px; 
	overflow:hidden; 
}
.menu_main {
	background-color: #e7d6ad;
	width: 160px;
	border: solid 1px;
	margin-bottom: 4px;
}
.header {
	font-size: 12px;
	font-weight: bold;
	padding-left: 2px;	
}
.menu_items span{
	font-size: 10px;
	height: 12px;
	width: 100%;
	display: block;
}
.over {
	background-color: #e9dbc8;
	cursor: pointer;
}
.out {
	background-color: #bfa071;
}
