A.linksnavigate {	font-family: arial; #008080: black; font-size: 11px; TEXT-DECORATION: none}
A.linksnavigate:visited {	font-family: arial; color: #008080; font-size: 11px; TEXT-DECORATION: none}
A.linksnavigate:hover {	font-family: arial; color: #008080; font-size: 11px; TEXT-DECORATION: underline}

A.linksbody {	font-family: arial; color: #008080; font-size: 11px; TEXT-DECORATION: none}
A.linksbody:visited {	font-family: arial; color: #008080; font-size: 11px; TEXT-DECORATION: none}
A.linksbody:hover {	font-family: arial; color: #008080; font-size: 11px; TEXT-DECORATION: underline}


body {background: #ffffff; font-family: arial, helvetica, sans-serif;}
body {margin-top: 0px; }

html>body {background: url('images/image8-bk.gif') repeat-x;} /* firefox and other browsers alternative image*/


div#mainnav {
	background-image: url("images/mainnavbk1.gif");
	height: 23px;
	font-size:12px;
}

.bodycrumbheader {font-family: arial; color: #FF6600; font-size: 13px; font-weight: bold}
.bodycrumb {font-family: arial; color: black; font-size: 11px}
.bodynormal {font-family: arial; color: black; font-size: 12px}
.bodynormalorangebold {font-family: arial; color: #FF6600; font-size: 12px; font-weight: bold}
.copyright {font-family: arial; color: darkgray; font-weight: normal; font-size: 11px}


a.mainnav:hover {
	display:block;
	background-image: url("images/mainnavmouseover1.gif");
	color: white;
	border:none;
	border-left:0px solid #fff;
	border-right:0px solid #fff;
	padding:0 10px;
}

a.subnav:hover {
	background-color: #015101;
	background-image: none;
	font-weight:normal;
	border:none;
	width:16em;
	padding:3px 0 3px 12px;
}

a.subsubnav:hover {
	background-color: #015101;
	background-image:none;
	font-weight:normal;
	border:none;
	width:16em;
	padding:3px 0 3px 12px;
}

#nav, #nav ul { /* all menu lists */
	padding:0;
	margin:0;
	list-style:none;
}

#nav a { /* mainnav */
	display:block;
	width:auto;
	font-size:0.9em;
	line-height:22px;
	color: white;
	padding:0 10px;
	text-decoration:none;
	border:none;
}

#nav a.subnav { /* subnav */
	display:block;
	width:auto;
	font-size:0.9em;
	line-height:22px;
	color: white;
	padding:0 10px;
	text-decoration:none;
	border:none;
}

#nav a.subnavarrow { /* subnav with further level*/
	display:block;
	width:auto;
	font-size:0.9em;
	line-height:22px;
	color: white;
	padding:0 10px;
	text-decoration:none;
	border:none;
	background-image: none;
}

#nav a.subnavarrow:hover { /* subnav with further level*/
	display:block;
	width:auto;
	font-size:0.9em;
	line-height:22px;
	color: white;
	padding:0 10px;
	text-decoration:none;
	border:none;
	background-image: none;
}


#nav li { /* all menu items */
	float:left;
	width:auto;
	padding:0;
	margin:0;
	background:none;
}

#nav li li { /* controls width and borders of subnav block */
	border-top:1px solid #fff;
	border-bottom:1px solid #000000;
	color:#fff;
	width:15em;
}

#nav li ul { /* subnav block list */
	position: absolute;
	background: #2C782C;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.2em 0 0 12.5em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav #active_menu-mainnav { /* used to highlight active menu item in mainnav */
	background-image: url("images/mainnavmouseover1.gif");
	color: white;
	border-left:0px solid #fff;
	border-right:0px solid #fff;
	padding: 0 10px;
	font-weight:normal;
}
