		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			display: block;
		}
		.horizontal li{
			width:282px;
			float: left;
			display: inline;
			text-align: center;
		}
		.horizontal li a{
			font-family: Arial, Helvetica, sans-serif;
			padding-top:20px;
			height: 42px;
			float: left;
			display: block;
			width: inherit;
			
		}
		.horizontal li li a{
			border-top: none;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 62px;
			width: 282px;
			border: none;
			display: block;
			height: 62;

		}
		.horizontal li li ul{
			position: absolute;
			margin-left: 125px;
		}
		.horizontal li ul li a{
		width: 282pxt;
		height: 35px;
		font-family: Arial, Helvetica, sans-serif;
		
		}
		/*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: 1em;
		}
		/*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: #EEEEEE;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover{
			background-color: #0B0D3E;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}
