		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			margin-left: 0;
			width: 160;
		}
		.vertical li a{
			display: block;
			width: 160px;
			text-decoration: none;
			height: 2em;
			padding: .5em 1px;
			border-bottom: 1px solid;
			border-left: 1px solid;
			border-right: 1px solid;
		}
		.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.9em;
		margin-left: 157px;
		}

		/*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*/

		.greens li a{
			background-image: url(glossyback.gif);
			background-color: #98b254;
			color: white;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
			border-color: #c8d687;
		}
		.greens li a:hover{
			background-image: url(glossyback2.gif);
			background-color: #c8d687;
			color: white;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			border-color: #c8d687;
		}
		.greens ul{
			border-color: #c8d687;
		}
