		/*this is the css for the vertical version*/  
						
		.vertical {padding: 20px;
	background: #85C329	}   		
		
		.vertical ul{
			list-style-type: none;
			width: 180px;  
			padding-left: 10px;
			border: 0px solid white
		}
		.vertical li a {
			display: block;
			width: 180px;
			text-decoration: none;
			height: 1em;
			padding: 10px 0 15px 0;
			border-bottom: 1px dotted white;
			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: 180px;
		}	
		
		.vertical li {
	padding: 10px 0;
	
}
  

.vertical a {
	text-decoration: none;
	font-size: 129%;
	color: #FFFFFF;
}	   
	   
.vertical ul ul {border-left: 1px dotted white; border-top: 1px dotted white; background:#85C329}

		
		/*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*/	 
		
		.inaccessible 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: #85C329;
			color: white; 			  
			text-decoration: none
		}
		.blackwhite li a:hover{
			background-color: #85C329;
			color: white; 			  
			text-decoration: underline
		}
		
		   .blackwhite li a:active{
			background-color: #85C329;
			color: white; 			  
			text-decoration: underline
		}
		  