		/*this is the css for the horizontal version*/
		.horizontal ul {list-style-type: none; padding: 0px; border-left: 0px ; display: block; height: 10; margin-bottom: 0; margin-left: 10;margin-left: 23!importent; margin-right: 0; margin-top: 2}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
			text-decoration: none;
			height: 1.2em;
			float: left;
			display: block;
			/*width: 100px;
			padding: .1em 1px;*/
margin-left:20%;
margin-right:5%;
margin-left:1%!importent;
margin-right:1%!importent;
			border: 0px solid;
			border-left: none;
		}
		.horizontal li li a{
			border-top: none;
			border-left: 0px solid;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 1.3em;
			margin-left: -1px;
			width: 100px;
			border: none;
			display: block;
			height: auto;
			border-top: 0px solid;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 100px;
		}
		.horizontal li ul li a{
		width: 100px;
		}
		/*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*/
		.blackwhite li a{
			background-color: white;
			color: black;
			border-color: black;
		}
		.blackwhite li a:hover{
			background-color: black;
			color: white;
			border-color: black;
		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
			background-color: #F8C300;
			color: #000033;
			border-color: #F8C300;
		}
		.bluewhite li a:hover{
			background-color: #F8C300;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #F8C300;
		}
