
	
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			font-family: Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:6pt;
			text-align:left;
			padding: 0px;
			display: inline;
			height: 2.7px;
		
		}
		.horizontal li{
			float: left;
			display: compact;
			border-right: 1px solid #ffffff;
	
			text-align:center;
			font-weight:bold;
			
		}
		.horizontal li a{
		
			text-decoration: none;
			height: 3.0em;
			float: left;
			display: block;
			width: 100px;
			padding: .3em 1px;
			vertical-align:middle;
			border-left: none;
			font-weight:bold;
			
		}
		.horizontal li li a{
			border-top: none;
			border-bottom: 1px solid #000000;
			text-align:left;
			padding-left:5px;
			font-weight:bold
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 2.7em;
			margin-left: -1px;
			width: 100px;
			border: none;
			display:  inline;
			height: auto;
			border-top: 1px solid;
			
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: -.04em;
			margin-left: 175px;
			
		}
		.horizontal li ul li a{
		width: 100px;
		height:2.0em;
		
		}
		/*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;
		}
	
	
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
	
		.bluewhite li a{
			background-color: #96a500;
			color:white;
			
			height:21px;
			_height:28px;
			
			font-size:7pt
			
		}
		.bluewhite li a:hover{
			background-color: #96a500;
			color: black;
			font-family: Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:7pt
			
			
		}
		.bluewhite ul{
			border-color: #ffffff;
			height:15px;
			
		}
		
		
