p { font-family: Verdana, Helvetic, Arial, sans-serif; }body { 
	font-family: Verdana, Helvetic, Arial, sans-serif; 
}h1 {	font-family: Verdana, Helvetic, Arial, sans-serif;	font-size: 24px;	color: #FFFF99;	text-align: center;	}
	/*this is the css for the horizontal version*/
	.horizontal ul{
		list-style-type: none;
		padding: 0px;
		border-left: 0px solid;
		display: block;
		margin: 0px;
		height: 30px;
	}
	.horizontal li{
		float: left;
		display: inline;
/*		background:url(main_menu_seperator.jpg) top right no-repeat;*/
		border-left: 0px;
		vertical-align: center;
		text-align: center;
	}
	.horizontal li a{
		text-decoration: none;
		height: 20px;
		float: left;
		display: block;
		width: 125px;
		border: 0px solid;
		border-top: none;
		padding: 0px;
		padding-left: 5px;
		padding-top: 10px;
	}
	.horizontal li li a{
	}
	.horizontal li ul{
		position: absolute; 
		margin-top: 32px;
		margin-left: -1px;
		width: 200px;
		border: none;
		display: block;
		height: auto;
		border-top: 0px solid;
	}
	.horizontal li li ul{
		position: absolute;
		margin-top: 2px;
		margin-left: 200px;
	}
	.horizontal li ul li a{
		font-family:Verdana;
		font-size:10px;
		width: 200px;
		background:url(main_menu_bg.jpg) repeat-x;
		background:url(menubg.jpg) repeat-x;
	}
	/*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{
		color: white;
		border-color: black;
	}
	.blackwhite li a:hover{
		color: white;
		font-weight: bold;
		border-color: black;
	}
	.blackwhite ul{
		border-color: black;
	}