			
	/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			margin:0px;
			display: block;			
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
			text-decoration: none;
			float: left;			
			padding:7px 5px;			
			font-size:8pt;
			font-weight:bold;
			color:#ffffff;
			border-right:1px solid #3b7fe5;
		}
		.horizontal li a:hover{background:#1d4e96;}
		
		.horizontal li li a:link,.horizontal li li a:visited{
			font-weight:normal;
			border-bottom:1px solid #3b7fe5;
			padding:0 5px;
			border-right:0px;
		}
		.horizontal li li a:hover{
			background:#1d4e96;
		}
		.horizontal li ul{
			position: absolute; 
			margin-left: 0px; 
			margin-top: 30px;
			padding:0 3px;
			width: 190px;
			background:#306cc4;
			border-right:1px solid #3b7fe5;
			border-left:1px solid #3b7fe5;
			display: block;
			height: auto;
		}
		
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 183px;
			padding:0 3px;
			visibility:hidden;
		}
		.horizontal li ul li a{
			width: 183px;
			border-bottom:1px solid #3b7fe5;
		}
		
	/*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: 7.5pt;  
			font-weight:normal;
			padding-left:10px;
		}
		.arrow a:hover span{
			padding-left:10px;
			
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
	
	