﻿/*Start aspMenu Class*/

.menugeneral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	border: 2px;
	border-color: #006600;
	border-style: solid;
	border-collapse: collapse;
	background-image: url('../images/site/menubg.gif');
	background-repeat: repeat-x;


}
.menutoplevel {
	padding-left: 1px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #006600 !important;
	font-weight: bold !important;
	width: 110px;
	height: 25px;
	border-left: 1px;
	border-right:1px;
	border-bottom:0px;
	border-top:0px;
	border-color: #CCCCCC;
	border-style: solid;
	border-collapse: collapse;

	
}
.menutophover {
	padding-left: 1px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #CC3300 !important;
	font-weight: bold !important;
	background-image: url('../images/site/redspacklemenuhover.gif');
	background-repeat: repeat-x;

}
.menutwolevel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold !important;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #006600 !important;
	width: 110px;
	height: 22px;
	border-left: 2px;
	border-right:2px;
	border-bottom:2px;
	border-top:2px;
	border-color: #006600;
	border-style: solid;
	border-collapse: collapse;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;


}
.menutwohover {
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #CC3300 !important;
	background-image: url('../images/site/redspacklemenuhover.gif');
	background-repeat: repeat-x;
	width: 110px;
	height: 22px;
	border-left: 2px;
	border-right:2px;
	border-bottom:2px;
	border-top:2px;
	border-color: #006600;
	border-style: solid;
	border-collapse: collapse;
	margin-top:0px;
	margin-left:0px;

	
}
.home{
	display:none;
}
.adjustz {
    z-index: 1;
 
}
div#maptext {
	text-align:left;
}

.DynamicMenuZIndex
{
z-index: 999;
}

