		/*this is the css for the vertical version*/
		.vertical ul{
			font-size: 10px;
			font-family:"Arial","Times";
			list-style-type: none;
			padding: 0px;
			width: 200px;
			margin:0;
		}
		.vertical li a{
			display: block;
			font-size: 12px;
			width: 195px;
			text-decoration: none;
			height: 17px;
			padding: 0px;
			padding-left:5px;
			border: 0px solid;
			border-top: 0px;
			text-align:left;
			background-image: url(images/leftblank.jpg);
		}
		.vertical img{
		   border:0;
		}
		.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.8em;
			margin-left: 105px;
		}

		/*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: 0em;
		font-size: 0%;  
		visibility: hidden;
		}
		.arrow a:hover span{
		padding-left: 0em;
		visibility: hidden;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: 5px;;
		}
		/*colors for menu*/
		.graywhite li a{
			color: #000000;
		}
		.graywhite li a:hover{
			background-image: url(images/selectleftblank.jpg);
		}

		.topul{
			border: 0px solid; 
			border-left: 0px solid;
			border-right:  0px solid;
			border-color: #000000; 
			padding: 0px;
		}