		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			b/order-top: 1px solid;
			width: 140px;
			margin-left:5px;
		}
		.vertical li a{
			font-family: Helvetica, Arial, sans-serif;
			font-size: 12px;
			font-weight:bold;
			display: block;
			width: 140px;
			text-decoration: none;
			height: 1em;
			padding-left:4px;
			padding-top:7px;
			padding-bottom:6px;
			border-bottom: 2px solid #fff;
			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: -0.8em;
			margin-left: 60px;
		}
	
		/*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: 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*/
		.blackwhite li a{
			background-color: #B4C8EB;
			color: #0033cc;
		}
		.blackwhite li a:hover{
			background-color: #B4C8EB;
			color: #ff3300;
		}


