		/*this is the css for the etc web version*/
		.pagebkgrnd {
	background-image: url(images/bluelinestowhite.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #025795;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9943;
}
.style5 {font-size: 36px}
.style7 {
	font-size: 1.2em;
	color: #FF6633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
}
		
		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			border-top: 1px solid;
			width: 204px;
		}
		.vertical li a{
			display: block;
			width: 175px;
			text-decoration: none;
			height: 1em;
			padding: .1em 1px;
			border: 1px solid;
			border-top: 0px;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -1.3em;
			margin-left: 200px;
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
	list-style-type: none;
	padding: 0px;
	display: block;
	margin-left: 125px;
		}
		.horizontal li{
	float: left;
	display: inline;
	background-color: #CCFF99;
		}
		.horizontal li a{
	text-decoration: none;
	height: 1em;
	float: left;
	display: block;
	width: auto;
	padding: .5em 5px;
	border-left: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: 0.8em;
	padding-right: 25px;
		}
		.horizontal li li a{
	border-top: none;
	border-left: 1px solid;
	padding: 3px;
	border-bottom-width: 1px;
	background-color: #FFFFFF;
		}
		.horizontal li ul{
	position: absolute;
	margin-top: 1.5em;
	margin-left: 0em;
	width: 160px;
	border: none;
	display: block;
	height: auto;
	visibility: visible;
		}
		.horizontal li li ul{
	position: absolute;
	margin-left: 150px;
	margin-top: 0em;
		}
		.horizontal li ul li a{
	width: 175px;
	font-size: 0.8em;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color: white;
			color: black;
			border-color: black;
		}
		.blackwhite li a:hover{
			background-color: black;
			color: white;
			border-color: black;
		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover{
	background-color: #000033;
	color: white;
	border-color: #000033;
	border-bottom-style: none;
		}
		.bluewhite ul{
			border-color: #000033;
		}.lime li a{
			background-color: #CCFF99;
			color: #000099;
			border-color: #CCFF99;
		}
		.lime li a:hover{
	background-color: #FF9966;
	color: #000099;
	border-color: #000099;
	border-bottom-style: none;
		}
		.lime ul{
	border-color: #000066;
	vertical-align: top;
		}.pagenamefont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.em;
	line-height: 2em;
	color: #FF6633;
	background-color: #DDF4FF;
	vertical-align: top;
	font-size: 1.2em;
}
.navText br {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.1em;
	font-weight: 500;
	background-color: #CFF1FF;
	display: block;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}
a {
	color: #FF6600;
	font-weight:normal;
	}
	
a:hover {
	color: #3366CC;
	}

/* ID Styles */

#navigation td {
	border-bottom: 2px solid #C0DFFD;
	}
	
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("mm_arrow.gif") 14px 45% no-repeat;
	background-color: #DDF4FF;
	}
	
#navigation a:hover {
	background: #ffffff url("mm_arrow.gif") 14px 45% no-repeat;
	color:#FF6600;
	background-color: #DDF4FF;
	}
menu {
	padding: 5px;
	float: right;
	height: 30px;
}
