		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			width: 150px;
	margin-left: 5px;
	border: 0px;
		}
		.vertical li a{
			display: block;
			width: 150px;
			text-decoration: none;
			height: 1.2em;
			padding: 0px;
	border: 0px solid;
		
		}
		.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: 150px;
	border: 1px;
		}
	.vertical li ul li a{
			display: block;
			width: 200px;
			text-decoration: none;
			height: 1.2em;
			padding: 0px;
	border: 1px solid;
		
		}
		.vertical li ul li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}



	
		/*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: 5%;  
		}
		.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 ul li a{
		color: navyblue;
		background-color:white;	
		
		}
		.blackwhite ul li a:hover{
		color: white;
		background-color:black;	
	
		}
		.blackwhite li ul li a{
		color: white;
			background-color: grey;	
		}
		.blackwhite li ul li a:hover{
		color: white;
			background-color: grey;	
		}

