		/*this is the css for the vertical version*/
		.vertical ul{
	list-style-type: none;
	padding: 0px;
	width: 180px;
	text-align:left;
	background-color:#58b3f1;
	list-style-position: inside;
	padding-left:0px;
	margin-left:10px;
	
		}
		.vertical li a{
			display: block;
			width: 200px;
			text-decoration: none;
			height: 12px;
			margin-bottom:10px;
			text-align:left;
			
	
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -24px;
			margin-left: 160px;
		}
		
		/*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;
	list-style-position: inside;			
		}
		/*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{
	font-family:arial;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;

	vertical-align: middle;

	text-align: left;
		}
		.blackwhite li a:hover{
			font-family:arial;
	font-size: 12px;
	font-weight: normal;
	color: #A5E2FA;


		text-align: left;
	
	
		}
		

	