		.horizontal ul{
			border: none;
			list-style-type: none;
			padding: 0;
			margin: 0;
			
		}
		.horizontal ul li{
			float: left;
			position: relative;
			z-index: 1000;
			color:#FFFFFF;
		}
		.horizontal ul li a{
			display: block;
			width: 101px;
			color:#505667;
			font-size:14px;
			font-weight:bold;
			text-decoration: none;
			padding-top:13px;
			padding-bottom:13px;
			padding-left:10px;
			padding-right:10px;
			overflow: hidden;
			border: 0px none;
			border-left: 1px solid #eff023 ;
			}
		.horizontal li li{
			float: none;
			border-bottom: 1px solid #eff023;
			margin-bottom: -1px;
			color:#FFFFFF;
		}
		.horizontal li li.last{
			border-bottom: none;
			color:#FFFFFF;
		}
		.horizontal ul li ul{
			position: absolute;
			top: 42px;
			left: 0px;
			margin-top: 0px;
			color:#FFFFFF;
		}
		.horizontal ul ul ul{
			top:px;
			left: 101px;
			margin-top: 0;
			color:#FFFFFF;
		}
		.horizontal.left ul ul ul,.horizontal .left ul ul{
			top: -1px;
			left: -101px;
			color:#FFFFFF;
		}
		.horizontal ul li li a{
			border:  1px solid #eff023;
			border-top: none;
			color:#505667;
		}
		
		.horizontal ul li:first-child>a{
			border-left: 1px solid #eff023;
		}
		.horizontal ul li a.first{
			border-left: 1px solid #eff023;
		}
		.horizontal ul li li a.first{
			border-top: 1px solid #eff023;
		}
		.horizontal ul li li:first-child>a{
			border-top: 1px solid #eff023;
		}
		
		/*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: white;
			color: black;
			border-color: black;
			font-size:14px;
		}
		.blackwhite li a:hover,.blackwhite li a.first:hover,.blackwhite .trail a.hover{
			background-color: black;
			color: white;
			border-color: black;
		}
		.blackwhite li:first-child>a:hover{
			background-color: black;
			color: white;
			border-color: black;
		}
		.blackwhite ul{
			border-color: black;
		}
		
		
		.green li a{
	    	background-color: #9ac623;
	     	color: #505667;
			border-color: #eff023;
			text-decoration:none;
		}
		.green li a:hover,.green li a.first:hover,.green .trail a.hover{
			background-color: #505667;
			color: #9ac623;
			border-color: #eff023;
			text-decoration:none;
		}
		.green li:first-child>a:hover{
			background-color: #505667;
			color: #9ac623;
			border-color: #eff023;
			text-decoration:none;
		}
		.green ul{
	     	color: #9ac623;
			border-color: #eff023;
			text-decoration:none;
		}
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
