		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			border-top: 1px solid #afadbb;
			width: 204px;
		}
		.vertical li a{
			display: block;
			width: 200px;
			text-decoration: none;
			height: 1em;
			padding: .1em 1px;
			border: 1px solid #afadbb;
			border-top: none;
		}
		.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 {
	background: none;
	padding: 0;
	margin: 0;
	position:relative;
	left:50%;
	float:left;
	clear:both;
	text-align:left;
	z-index: 3; }
.horizontal ul.firstul {
	float:left;
	padding:0;
	position:relative;
	left:-50%;
	text-align:left;
	margin:0; }
.horizontal ul{
	list-style-type: none;
	border-left: 1px solid #cfcdda/*#afadbb*/;
	display: block;
	height: 2.2em;/*1.4em;*/
	padding: 0;
	margin: 0.5em 0;
	font-weight: bold;
	font-size: 0.9em;
	border-color: #cfcdda;
}
.horizontal li{
	float: left;
	display: inline;
}
.horizontal li a, .horizontal li a:link, .horizontal li a:visited, .horizontal li a:active{
	text-decoration: none;
	height: /*2.4em;*/1.2em;
	float: left;
	display: block;
	/*width: 125px;*/
	padding: .5em 25px; /* Main Nav link padding */
	border: 1px solid #cfcdda/*#afadbb*/;
	border-left: none;
	border-top: none;
	border-bottom: none;
	background-color: #78a22f;
	color: #ffffff;
	border-color: #cfcdda/*#afadbb*/;
	text-decoration: none;
}
.horizontal li a:hover {
	background-color: #0b97d6;
	color: #ffffff;
	text-decoration: none; }
.horizontal li li a, .horizontal li li a:link, .horizontal li li a:visited, .horizontal li li a:active {
	padding: .1em 5px;
	border-top: none;
	border-left: 1px solid #cfcdda;
	border-bottom: 1px solid #cfcdda;
}
.horizontal li ul {
	position: absolute; 
	margin-top: 2.1em;/*1.3em;*/
	margin-left: -1px;
	width: 167px;
	border: none;
	display: block;
	height: 1.4em;/*auto;*/
	border-top: 1px solid #cfcdda/*#afadbb*/;
	font-weight: normal;
	font-size: 0.9em;
}
.horizontal li li ul{
	position: absolute;
	margin-top: .1em;
	margin-left: 155px;/*125px*/
}
.horizontal li ul li a, .horizontal li ul li a:link, .horizontal li ul li a:visited, .horizontal li ul li a:active {
	width: 155px;
	height: 1.2em;
}
		/*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;
		}

/* Drop down arrows */
a.fly {
	background-image: url('fly_w.gif');
	background-repeat: no-repeat;
	background-position: right center; }
a.drop {
	/*background-image: url('drop_w.gif');*/
	/*background-repeat: no-repeat;/*
	/*background-position: right center; }/*
