
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			z-index:100;
			
			display: block;
			height: 1.4em;
			
		}
		.horizontal ul li{
			float: left;
			display: inline;
			height:20px;
			
		}
		.horizontal ul li a{
			text-decoration: none;
			
			float: left;
			display: block;
			
		

		}
		
		.horizontal ul li a:hover{
			text-decoration: none;
			
			float: left;
			display: block;
			color:#333333;
			background-color:#FFFFFF;
			

		}
		.horizontal li li a{
			border-top: solid 1px;
			border-left: 1px solid;
			text-align:left;
			border-bottom:solid 1px  ;
			border-right:solid 1px;
			padding:2px;
			border-color:#000000;
			
		}
		.horizontal li ul{
		
			position: absolute; 
			margin-top: 1.2em;
			
			
			width: 135px;
			border: none;
			display: block;
			height: auto;
			display:none;
			margin-left:0px;
			
			
		}
		.horizontal li li ul {
		
margin-left:125px;
margin-top:0px;
			
		}

		.horizontal li ul li a{
		width: 125px;
		
		}
		/*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%;  
		}
		.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{
			border-color: black;
		}
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
			text-align:center;
		}
		.bluewhite li a:hover{
			background-color: #000033;
			
			border-color: #000033;
			color:#2E2D2A;
		}
		.bluewhite ul{
			border-color: #000033;
		}
