		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			width: 185px;
			margin:0px;

		}
		.vertical li a{
			display: block;
			width: 185px;
			text-decoration: none;
			padding:5px;
			background-image:url(img/glossyback.jpg);
			background-position:top;
			/*background-repeat: repeat-x;*/
			font-weight:bold;
			font-size:14px;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline-block;
			line-height: 28px;
			margin: 0px 0px 1px 0px!important;
			box-shadow: 0px 0px 2px rgba(0, 51, 102, .25);
		}
		.vertical li ul{
			position: absolute;
			margin-top:-38px;
			margin-left: 196px;
			background-color: #FFF;
			}
		/*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{
		_margin-top:-22px;
		float:right;
		width:6px;
		height:20px;
		_height:30px;
		background-image:url(img/arrow.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		}
		.arrow a:hover span{
		padding-right: 0px;
		}
		.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;
		}
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
			background-image:url(img/glossyback2.gif);
			/*background-repeat:repeat-x;*/
		}
		.bluewhite ul{
			border-color: #000033;
		}
