		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			width: 204px;
			margin: 0;
			height:22px;
			
		}
			.vertical li a{
		 border-bottom: dotted 0px; display: block;
			width: 210px;
			text-decoration: none;
			height: 2em;
			padding-left:1px; padding-right:1px; padding-top:.1em; padding-bottom:.1em
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -2.3em;
			margin-left:210px;
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			border-left-style: 1px dashed;
			display: block;
			height: 1.4em;
		
		}
		.horizontal li{
			float: left;
			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: 85%;  
		float: right;
		padding-right:10px;
		}
		.arrow a:hover span{
		float: right;
		}
		.arrow a span.noshow{
			visibility: hidden;
			
		}
		/*Plus code*/
		.plus a span{
			

		}
		/*colors for menu*/
		.blackwhite li a{
			background-color: #efefef;
			color: #373737;
			border-color:  #989898;
			
		}
		.blackwhite li a:hover{
			background-color: #efefef;
			color: red;
			border-color:black;
		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}