	/*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 li a{
	display: block;
	width: 132px;
	text-decoration: none;
	height: 3em;
	overflow: hidden;
	background-color: #796BA0;
	text-align: center;
	padding-top: 0.4em;
	padding-right: 1px;
	padding-bottom: 0.1em;
	padding-left: 4px;
	color: #FFFFFF;
	background-image: url(images/fade.png);
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-right: 3px;
	background-repeat: no-repeat;
	background-position: center top;
	}
	.horizontal ul li a:hover{
	background-color: #8C80AC;
	}
	.horizontal ul ul li a{
	color: #594e7a;
	background-color: #98d3d4;
	margin-top: 0px;
	background-image: url(images/fade.png);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #98d3d4;
	}
	.horizontal ul ul li a:hover{
	color: #594e7a;
	background-color: #C0E3E4;
	}
	.horizontal li li{
	float: none;
	margin-bottom: -1px;
	}
	.horizontal li li.last{
	border-bottom: none;
	}
	.horizontal ul li ul{
	position: absolute;
	top: 3.3em;
	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;
	}
	.horizontal ul li li a{
	}
	.horizontal ul li:first-child>a{
	}
	.horizontal ul li a.first{
	}
	.horizontal ul li li a.first{
	}
	.horizontal ul li li:first-child>a{
	}
	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;
		}
