.menu {
	position:relative;
	font-family: Arial; 
	font-size: 0.8em;
	text-decoration: none; 
	padding:5px 9px;
	display:block;
	background-color:#E7E7E7;
	font-weight:bold;
	left:px;
	top:0px;
	color: #666666;	
}
	
.menu:hover {
	position:relative;
	color: #ffffff; 
	text-decoration: none; 
	padding:5px 8px;
	background-color: #01168E;
}

.menu a {
	color: #666;
}

.menu a:hover {
	color: #ffffff; 
}

.itemmenu {
	color: #666;
	width: 160px;
	cursor:hand;
}
	
.boxMenu {
	padding:5px;
	margin:10px;
	position:absolute;
	width:161px;
	display:block;
	left:10px;
	top:93px;
	height:40%;
	min-height:365px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #666666;
	z-index: 10;
		}