		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			/*padding-bottom:20px;*/
			border-top: 0px solid;
						
				width:168px;
				
		}
		.vertical li a{
			display: block;
			
			text-decoration: none;
			background-image: url('../graphics/nav_bg_nav.gif');
			border-top: 0px;				
			font-family: Arial, Helvetica, sans-serif;
		height:2.5em;
			color: #983A3B;
			
	
		}
		.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.0em;
			margin-left: 140px;
			
			height:2.5em;
			width:150px;
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 6px;
			border-left: 0px solid;
			display: block;
			
			
		}
		.horizontal li{
			float: left;
			display: inline;
			
		}
		.horizontal li a{
			text-decoration: none;
			
			float: left;
			display: block;
			width: 150px;
			
			border: 2px solid;
			border-left: none;
		}
		.horizontal li li a{
			border-top: none;
			border-left: 1px solid;
			
		}
		.horizontal li ul{
			position: absolute; 
			
			margin-left: -1px;
			width: 150px;
			border: none;
			display: block;
			height: auto;
			
		}
		.horizontal li li ul{
			position: absolute;
			
			margin-left: 10px;
		}
		.horizontal li ul li a{
		width: 150px;
		
		}
		/*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{
		
		font-size:12px;  
	background-image: url('../graphics/nav_bg_nav.gif');
		}
		.arrow a:hover span{
		
	background-color:#F9F7E8;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			background-image: url('../graphics/nav_bg_nav.gif');
		}
		/*colors for menu*/
		.blackwhite li a{
			
			color: #983A3B;
			border-color: #F2EDD9;
		}
		.blackwhite li a:hover{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			
		height:2.5em;
		color:#1E4435;
		
				
		}
		.blackwhite ul{
			border-color: white;
			
		}
		.bluewhite li a{
			background-image: url('../graphics/nav_bg_nav.gif');
			color: #000033;
			border-color: #5D2829;
		}
		.bluewhite li a:hover{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			height:2.5em;
					
		}
		.bluewhite ul{
			border-color: white;
		}