	
		/*this is the css for the horizontal version*/
		.horizontal ul{
			margin:0px;
			list-style-type: none;
			padding: 0px;
			/*border-left: 1px solid;*/
			display: block;
			height: 20px;
			FONT: bold 10px/22px Verdana, Arial, Helvetica, sans-serif; 
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
			
			text-decoration: none;
			height: 20px;
			float: left;
			display: block;
			/*width: 125px;*/
			padding: .1em 1px;
			border: 1px solid;
			border-left: none;
		}
		.horizontal li li a{
			border-top: none;
			border-left: 1px solid;border-color: #CCCCCC;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 23px;
			margin-left: -1px;
			width: 140px;
			border: none;
			display: block;
			height: auto;
			border-top: 1px solid;border-color: #CCCCCC;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 125px;
		}
		.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;
		}
		/*colors for menu*/
		.bluewhite li a{
			background-color: #eee;
			color: #000000;
			border-color: #CCCCCC;
		}
		.bluewhite li a:hover{
			background-color: #FF6600;
			color: white;
			border-color: #CCCCCC;
		}
		.bluewhite ul{
			border-color: #CCCCCC;
		}
