.vertical ul{
	list-style-type: none;
	padding: 0px;
	width: 190px;
	margin: 0px 0px 0px 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	background: #2F90EE;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.vertical li a{
	display: block;
	width: auto;
	text-decoration: none;
	padding: 1px 5px;
	letter-spacing: 1px;
	vertical-align: middle;
	height: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -15px;
			margin-left: 170px;
		}
/*These assist the iframe shim*/
.mlmenu iframe{
	position: absolute;
	display: none;
	filter: alpha(opacity=0), BlendTrans(Duration=10);
	z-index: 2;
}
select,object,iframe{
	z-index: 1;
}
		/*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: 5px;
	color: #000000;
	font-family: "Arial Black", Arial, "Times New Roman";
	font-size: 100%;
	font-weight: bold;
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
	padding-left: 10px;
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
		}
		/*colors for menu*/
		.color li a{
		color: #000000;
		border-color: #000033;
		background: #2F90EE;
		}
		.color li a:hover{
	color: white;
	background: #FF6600;
		}
		.color ul{
	letter-spacing: 1px;
	text-align: left;
	vertical-align: middle;
		}

