		/*this is the css for the horizontal version*/
		.horizontal ul{
			font-family: "Palatino Linotype";
			font-size: 14px;
			display: block;
			height: 30px;
			text-align:center;
			font-weight:bold;
			border: none;
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
			text-decoration: none;
			height: 20px;
			float: left;
			display: block;
			width: 160px;
			padding-top: 4px;

		}
		/* Drop menu Border*/
		.horizontal li li a{
			border-top: none;
			border: 1px solid;

			padding-left:10px;
		}
		
		.horizontal li ul{
			text-align:left;
			position: absolute; 
			margin-top: 27px;
			margin-left: 0px;
			width: 164px;
			display: block;
			height: auto;
		}
		.horizontal li ul li a{
			width: 150px;
			background-color:#FFFF00;
		}
		/*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:link,.bluewhite li a:visited{
			color: #4a0d01;
			border:solid 1px;
		}
		.bluewhite li a:hover{
			border:solid 1px;
			background-color:#FFFF00;
			color:#FF0000;
			border-color: #FF0000;
		}
