		
		/*this is the css for the horizontal version*/
		.horizontal ul{
			border: none;
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		.horizontal ul li{
			float: left;
			position: relative;
		}
		.horizontal ul li a{
			display: block;
			text-decoration: none;
			height: 1em;
			padding: 5px 3px;
			overflow: hidden;
			border: none;
			border-left: none;
		}
		.horizontal li li{
			float: none;
			border-bottom: none;
			margin-bottom: -3px;
		}
		.horizontal li li.last{
			border-bottom: none;
		}
		.horizontal ul li ul{
			position: absolute;
			top: 1.3em;
			left: -1px;
			margin-top: -1px;
		}
		.horizontal ul ul ul{
			width: 130px;
			top: -1px;
			left: 128px;
			margin-top: 0;
		}
		.horizontal.left ul ul ul,.horizontal .left ul ul{
			top: -1px;
			left: -128px;
		}
		.horizontal ul li li a{
			border: none;
			border-top: none;
		}
		.horizontal ul li:first-child>a{
			border-left: none;
		}
		.horizontal ul li a.first{
			border-left: none;
		}
		.horizontal ul li li a.first{
			border-top: none;
		}
		.horizontal ul li li:first-child>a{
			border-top: none;
		}
		div.horizontal ul li.pixelfix ul{
			left: 0;
		}
		div.horizontal ul li.pixelfix ul ul{
			left: 128px;
		}
		/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
		.mlmenu li ul{
			display: none;
		}
		.mlmenu li:hover>ul{
			display: block;
		}
		/*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*/
		.accessible li ul{
			display: block;
		}
		/*Code to show an element has a child*/
		.mlmenu.plus li a:first-child:not(:last-child):after{
			content: '+';
		}
		.plus a span{
			padding-left: .5em;
		}
		.noshow{
			visibility: hidden;
		}
		/*colors for menu*/
		.blackwhite li a{
				background-color: none;
			color: none;
			border-color: none;
		}
		.blackwhite li a:hover,.blackwhite li a.first:hover,.blackwhite .trail a.hover{
				background-color: none;
			color: none;
			border-color: none;
		}
		.blackwhite li:first-child>a:hover{
			background-color: none;
			color: none;
			border-color: none;
		}
		.blackwhite ul{
			border-color: none;
		}
		.bluewhite li a{
				background-color: none;
			color: none;
			border-color: none;
		}
		.bluewhite li a:hover,.bluewhite li a.first:hover,.bluewhite .trail a.hover{
				background-color: none;
			color: none;
			border-color: none;
		}
		.bluewhite li:first-child>a:hover{
				background-color: none;
			color: none;
			border-color: none;
		}
		.bluewhite ul{
			border-color:none;
		}
		.webtech li a{
				background-color: none;
			color: none;
			border-color: none;
		}
		.webtech li a:hover,.webtech li a.first:hover,.webtech .trail a.hover{
				background-color: none;
			color: none;
			border-color: none;
		}
		.webtech ul{
			border-color: none;
		}
		.webtech li:first-child>a:hover{
				background-color: none;
			color: none;
			border-color: none;
		}
		
		/*These assist the iframe shim, IE6 and less only*/
.mlmenujs iframe{
	position: absolute;
	display: none;
	filter: alpha(opacity=0);
	z-index: 99;
}
select,object,iframe{
	z-index: 1;
}
.delay li.hide ul{
	filter: alpha(opacity=0);
}
.vertical li.last{
	border-bottom: none;
	position: absolute;
}
div.vertical{
	margin-bottom: 0px;
}
.mlmenujs a{
	padding: 0;
	padding-left: 2px;
}
div.horizontal ul ul{
margin-top: 0;
}
.mlmenujs,.mlmenu{
z-index: 50;
}