		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			width: 223px;
			border-top:#FFFFFF solid 1px;
		}
		.vertical li a{
			display: block;
			width: 203px;
			text-decoration: none;
			height: 24px;
			border-bottom: 1px solid;
			border-top: 0px;
			white-space:nowrap;
		}
		.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.6em;
			margin-left: 223px;
		}
		/*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%;  
		color:#106cb6;
		}
		.arrow a:hover span{
		padding-left: 0em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color: #106cb6;
			color: white;
			border-color: white;
			font-family: Helvetica, sans-serif;
			font-size: 14px;
			line-height:24px;
			padding-right:10px;
			padding-left:10px;
		}
		.blackwhite li a:hover{
			background-color: #084c9c;
			color: white;
			border-color: white;
			font-family: Helvetica, sans-serif;
			font-size: 14px;
			line-height:24px;
		}
		.blackwhite ul{
			border-color: white;
		}
		.bluewhite li a{
			background-color: #106cb6;
			color: #000033;
			border-color: #white;
		}
		.bluewhite li a:hover{
			background-color: #106cb6;
			color: white;
			border-color: #white;
		}
		.bluewhite ul{
			border-color: #white;
		}