/*this is the css for the vertical version*/
.vertical ul{
	list-style-type: none;
	padding: 0px;
	border-top: 1px solid;
	width: 145px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.vertical li a{
	display: block;
	width: 140px;
	text-decoration: none;
	height: 25px;
	padding: 0.1em 1px;
	border: 1px solid;
	border-top: 0px;
}
.vertical li{
	/*Needed for IE.*/
display: inline;
}
.vertical li ul{
position: absolute;
margin-left: 144px;
margin-top: -30px;
}
		
/*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: 0.5em;
	font-size: 120%;
	font-weight: bold;
}
.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{
	color: #6F8A1C;
	border-top-color: #91B524;
	border-right-color: #91B524;
	border-bottom-color: #6F8A1C;
	border-left-color: #6F8A1C;
	text-indent: 7px;
	line-height: 24px;
	border-left-width: 3px;
	background-color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}
.blackwhite li a:hover{
	background-color: #91B524;
	color: white;
	border-top-color: #91B524;
	border-right-color: #91B524;
	border-bottom-color: #91B524;
	border-left-color: #91B524;
}
.blackwhite ul{
	border-top-color: #91B524;
	border-right-color: #91B524;
	border-bottom-color: #91B524;
	border-left-color: #91B524;
}
.bluewhite li a{
	background-color: white;
	color: #000033;
	border-top-color: #669900;
	border-right-color: #669900;
	border-bottom-color: #669900;
	border-left-color: #669900;
}
.bluewhite li a:hover{
	background-color: #000033;
	color: white;
	border-top-color: #669900;
	border-right-color: #669900;
	border-bottom-color: #669900;
	border-left-color: #669900;
}
.bluewhite ul{
	border-top-color: #669900;
	border-right-color: #669900;
	border-bottom-color: #669900;
	border-left-color: #669900;
}
