/* relative needed on the body to fix ie problem with right menu not shifting when the window resizes */
body { position: relative;}
.standardtext {
	font-family: Verdena, Arial, sans-serif;
	font-size: 10px;
}
/* Menus */

.topmenu {
	font-family: Verdena, Arial, sans-serif;
	font-size: 10px;
	line-height: 25px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px;
    border: 0px;
	font-weight: bold;
	}
	
.pagecenter {
	border-collapse: collapse;
	}	
.topmenu:link:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
	}
		
.topmenu2 {
	font-family: Verdena, Arial, sans-serif;
	font-size: 10px;
	line-height: 25px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px;
    border: 0px;
	font-weight: bold;
	}
	
.topmenu2:link:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
	}
	

/* MENU CONTAINER NEEDS TO BE IN THE STYLE SHEET ONLY WHEN FLOATMENU OR DROPMENU IS UTILIZED. */
.menuContainer {
	position: absolute;
	width: 135px;
	background-color: #000000;
	border: solid 1px #B2B789;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity: 85%;
	visibility: hidden;
	} 
	
/* will make the drop down containers stay above the bodyCopy ...  */ 

#dropMenu div.menuContainer { z-index:100; }

.submenu, .submenu2, .submenu3, .submenu4 {
	display: block;
	text-decoration: none;
	background-color:#000000;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	}

.suba, .submenu2, .submenu3, .submenu4 {
	display: block;
	text-decoration: none;
	padding-right: 10px;
	padding-top: -4px;
	padding-bottom: -8px;
	}

a.submenu, a.submenu2, a.submenu3, a.submenu4 {
	font-family: Verdena, Arial, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #ffffff;
	padding-left: 10px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 4px;
	text-align: left;
	}

a.suba {
	font-size: 9pt;
	line-height: 12pt;
	color: #E2E1B3;
	padding-left: 10px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 4px;
	}

.submenu:link:hover, .submenu2:link:hover, .submenu3:link:hover, .submenu4:link:hover, #submenu strong a, #submenu2 strong a, #submenu3 strong a, #submenu4 strong {
	line-height: 12pt;
	font-size: 9pt;
	text-decoration: none;
	color: #000000;
	background-color:#93ab8f;
	font-weight: normal;
	}

.suba:link:hover, #suba strong a {
	line-height: 12pt;
	font-size: 9pt;
	text-decoration: none;
	color: #E2E1B3;
	background-color:#232C34;
	font-weight: normal;
	}
	
.submenu2 {padding-left: 20px;}

.submenu3 {padding-left: 30px;}

.submenu4 {padding-left: 40px;}

#links {
text-decoration: none;
}

#Address {
	font-family: Verdena, Arial, sans-serif;
	font-size: 11px;
	line-height: 30px;
	color: #ffffff;
	clear: right;
    width: 798px;
    background-color: #5a7457;
}
#toptable {
    width: 799px;
    }