		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;			
			width: 210px;
		}
		.vertical li a{
			display: block;
			width: 246px;
			text-decoration: none;
			height: 1em;
			padding: .3em 1px;			
			border-top: 0px;		
			
		}
		.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: 150px;
			border:1px solid #000;
			width:248px;
			background-color:#ffffff;
		}
		/*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: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.bluewhite li a{
			background-color: white;
			color: #4F2E3B;
			border-color: #000;
		}
		.bluewhite li a:hover{
			background-color: #ffffff;
			color: #2F4F4F;
			border-color: #dfdfdf;
			text-decoration:underline;
			font-style:none;
		}
		.bluewhite ul{
		
			border-color: #dfdfdf;
		}