﻿/*Start aspMenu Class*/

.menugeneral {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	width:120px;

	
}
.menutoplevel {
	padding-left: 1px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 3px;
	border-color:#CC9900;
	border-style: solid;
	border-collapse: collapse;
	background-color:navy;
	color: white !important;
	font-weight:bold !important;
	width: 110px;
	height: 28px;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:8px;


}
.menutophover {
	padding-left: 1px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-style:ridge;
	color: #CC9900 !important;
	font-weight:bold !important;


}
.menutwolevel {
	padding-left: 1px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 3px;
	border-color:#CC9900;
	border-style: solid;
	border-collapse: collapse;
	background-color:navy;
	color: white !important;
	width: 110px;
	height: 28px;
	margin-top: 3px;
	margin-left: 2px;
	height: 23px;


}
.menutwohover {
	padding-left: 1px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #CC9900 !important;
	margin-top:3px;
	margin-left:2px;

	
}
.home{
	display:none;
}
.adjustz {
    z-index: 1;
 
}
div#maptext {
	text-align:left;
}


