body {
	background-color: #D3E0E9;
	color: black; 
	overflow:auto;
}
.menuitem {
	position: absolute; 
	overflow: hidden; 
	left: 40px; 
	top: 0px; 
	width: 186px; 
	height: 20px; 
	z-index: 10;
	padding-left: 6px;
	padding-top: 3px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #D3E0E9; 
	color: #707070;
	border: 1px solid #6B955B;
}
.menuspot {
	cursor: hand; 
	position: absolute; 
	overflow: hidden; 
	left: 40px; 
	top: 0px; 
	width: 186px; 
	height: 20px; 
	z-index: 20;
}
