		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			/*border-top: 1px solid;*/
			width: 118px;
			margin-left:-2px; margin-top:0px; margin-bottom:10px;
		}
		.vertical li a{
			display: block;
			width: 118px;
			text-decoration: none;
			/*height: 1em;*/
			height: auto;
			padding: .1em 1px;
			border: 1px solid;
			/*border-top: 0px;*/
			/* position:relative; / *for arrow - dany */
		}
		.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.3em;
			margin-left: 117px;
			width: 200px;
		}
		.vertical li ul li ul{
			margin-left: 197px;
		}

		.vertical li ul li a{
			width: 200px;
			font-weight:normal;
			height: auto;
		}

		/*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;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		/*padding-left: 12px;*/
		font-size: 85%;
		background:url(arrowsBottom.gif) left no-repeat; 
		}
		.arrow a:hover span{
		/*padding-left: 16px;*/
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*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;
		}
		
		
		
		.kevcolors li a{
			background-color: white;
			color: #000099;
			border-color: white;
		}
		.kevcolors li a:hover{
			/*background-color: #ffffb7;*/
			color: #AE0000;
			border-color: #fff;
			text-decoration:underline;
		}
		.kevcolors ul{
			border-color: white;
		}		
		.kevcolors li ul{
			border-color: #000;
		}	
		.kevcolors li ul li a{
			color: #000099;
			background-color: #ffffb7;
			border-color: #000;
		}
		.kevcolors li ul li a:hover{
			background-color: #ffffb7;
			border-color: #000;
			text-decoration:none;
		}

