		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			margin-top:0px;
			margin-left:12px;
			border-top: 0px;
			width: 190px;
			text-align:left;
			font-size:15px;
		}
		.vertical li a{
			display: block;
			width: 190px;
			text-decoration: none;
			height: 1.25em;
			padding:7px 0 0 3px;
			border: 0px;
			border-top: 0px;
		}
		.vertical li li a{
			border: 1px solid;
			padding:0 0 0 5px;
			}

		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -1.6em;
			margin-left: 160px;
			font-size:14px;
			font-weight:bold;
		}
		.vertical li ul ul{
			margin-top: -1.3em;
			margin-left: 160px;
		}

		/*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: none;
			border-color: black;
		}
		.blackwhite li li a{
			background-color: #737373;
			color:#DBA000;
			border-color: black;
		}
		.blackwhite li a:hover{
			background-color: black;
			color: white;
		}
		.blackwhite li li a:hover{
			background-color: black;
			color: white;
			border-color:black;
		}
		.blackwhite ul{
			border-color: black;
		}
