		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			width:190px;
			*margin:0px;
			float:right;
	
		}
		.vertical li a{
			display: block;
			text-decoration: none;
			padding: 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: 15px;
			margin-left: 190px;
			_margin-left: 100px;
		}
		.vertical li ul ul{
			position: absolute;
			margin-top: 0px;
			margin-left: 190px;
			_margin-left: 100px;
			
			
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			display: block;
			height: 25px;
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
			text-decoration: none;
			float: left;
			display: block;
			border-left: none;
			text-align:left;
			float:left;
			margin-left:10px;
			margin-right:10px;
			color:#5d5d5e;
			font-weight:bold;
			_margin-left:8px;
			_margin-right:8px;
			
		}
		.horizontal li a:hover,.horizontal li a.active{
			text-decoration: none;
			float: left;
			display: block;
			border-left: none;
			text-align:left;
			float:left;
			margin-left:10px;
			margin-right:10px;
			_margin-left:8px;
			_margin-right:8px;
			color:#005fa7;
			font-weight:bold;
		}
		.horizontal li li{
			height: 25px;
			width:175px;
			border: #666666 1px solid;
			border-bottom:none;
		}
		.horizontal li li a{
			height: 25px;
			
		
		}
		.horizontal li ul{
			float:left;
			position: absolute; 
			margin-left: -0px;
			width: 175px;
			display: block;
			height: auto;
			border-bottom: #666666 1px solid;
			background-color:#eeeeee;
			opacity:0.9;
			margin-top:20px;
		}
	
		.horizontal li li ul{
			position: absolute;
			margin-top:0px;
			margin-left: 176px;
			_margin-left: 90px;
			
		}
		.horizontal li li li ul{
		background:none;
		border:0px;
			
		}
		.horizontal li li li ul li{
		background:none;
		border:0px;
			
		}
		.horizontal li ul li a{
		width: 129px;
		text-align:left;
		}
		/*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 li a{
			background-color: white;
			color: black;
			border-color: black;
		}
		.blackwhite li a:hover{
			background-color: black;
			color: white;
			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;
		}