		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			margin:4px 0 0 4px;
			width: 190px;
		}
		.vertical li a{
			display: block;
			width: 160px;
			text-decoration: none;
			padding: 5px 5px 4px 17px;
			margin:0 0 4px 0;
			font-size:13px;
			background:url(../images/arrow.gif) no-repeat left;
			background-position:4px;
			font-family:tahoma;
		}
		.vertical li a:hover{

		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display:block;
			margin:0;
			padding:0;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -2.5em;
			margin-left: 185px;
		}
		.vertical li ul li a{
			margin:0 0 0 0;
		}

		/*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: #ddd;
			color: #660000;
		}
		.blackwhite li a:hover{
			color:#6666CC;
		}
		.blackwhite ul{

		}
