.menu { 
	visibility: hidden;
	position: absolute;
	z-index: 1;
	border: 1px solid #001d59;
 }
 
.menuitem {
	color: #000000;
	font-size: 11px;
	background: #6da7f6;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 4px;
	border-bottom: 1px solid #001d59;
}

.sidemenuitem {
	color: #000000;
	font-size: 11px;
	background: #6da7f6;
	display: block;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #001d59;
}


.menuitem:hover,.sidemenuitem:hover  {
	background: #dbecff;
	color: #041b57;
	display: block;
}

.sidehilite {
	color: #000000;
	font-size: 11px;
	background: #ffcc66;
	display: block;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #001d59;
}

.sidehilite:hover {
	color: #000000;
}


.menubar {
	background: #6da7f6;
	width:100%;
	font-size: 12px;
	height:18px;
	padding-top: 5px; 
	padding-bottom:1px;
	padding-left:10px;
}

.menubaritem {
	color: #000000;
	font-size: 12px;
	text-align: center;
	font-weight: bold; 
}


.menuheader {
	color: #000000;
	font-size: 12px;
	text-align: left;
	width: auto;
	font-weight: bold;
	padding-top:4px;
	padding-bottom:4px;
	padding-left: 5px;
	border-top: 1px solid #001d59;
	border-bottom: 2px solid #001d59;


}

.menuhead { color: #000000; }
.menubaritem:hover, .menuhead:hover { 
	color: #FFFFFF;
}

.homebutton {
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	color: #000000;
	background: #FE9F17;
	display: block;
	border-top: 2px solid #001D59;
	border-bottom: 1px solid #001D59;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 10px;
	
	
}
.homebutton:hover{
	color: #FFFFFF;
	background: #ffcc66;
}
