	/*this is the css for the horizontal version*/
	.horizontal ul{
	border: none;
	list-style-type: none;
	margin: 0;
	padding: 0px;
	}
	.horizontal ul li{
	float: left;
	position: relative;
	}
	.horizontal ul ul{
	z-index: 999;
	}
	.horizontal ul li a{
	display: block;
	width: 140px;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #000000;
	}
	.horizontal ul li a:hover {
	background-image: url(images/start1.png);
	background-color: #479FA9;
	}
	.horizontal ul ul li a{
	color: #000000;
	margin-top: 0px;
	border: 1px solid #316a72;
	background-image: url(images/sub.png);
	background-color: #91cad1;
	}
	.horizontal ul ul ul li a{

	}
	.horizontal ul ul li a:hover{
	color: #000000;
	background-color: #479FA9;
	background-image: url(images/sub.png);
	}
	.horizontal li li{
	float: none;
	margin-bottom: -1px;
	}
	.horizontal li li.last{
	border-bottom: none;
	}
	.horizontal ul li ul{
	position: absolute;
	top: 2.1em;
	left: -1px;
	margin-top: -1px;
	}
	.horizontal ul ul ul{
	width: 130px;
	top: -1px;
	left: 100px;
	margin-top: 10px;
	}
	.horizontal.left ul ul ul,.horizontal .left ul ul{
	top: -1px;
	left: -128px;
	}
	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;
		}
