	/*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;
			font-weight: 			normal;
			font-size:				13px;
			font-family:			Arial, Verdana;
			line-height: 			15px;
			overflow: 				hidden;
		}
		.horizontal li li{
			width: 					130px;
			float: 					none;
			margin-bottom: 			-1px;
		}
		.horizontal li li.last{
			border-bottom: 			none;
		}
		.horizontal ul li ul{
			position: 				absolute;
			top:					41px;
			left: 					-1px;
			margin-top: 			-1px;
		}
		.horizontal ul ul ul{
			width: 					130px;
			top: 					-1px;
			top:					0;
			left: 					129px;
			margin-top: 			-1px;
			border-top:				1px solid #7f9db4;
		}
		.horizontal.left ul ul ul,.horizontal .left ul ul{
			top:					-1px;
			left: 					-128px;
		}
		.horizontal ul li li a{
			border:					1px solid #7f9db4;
			border-top: 			none;
			color:					#73929d;
			font-size:				11px;
			min-height:					20px;
			padding-top:			5px;
		}
		.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: 					129px;
		}

		/*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:				transparent; 	/*background-color: white;*/
			color: 					#ffffff;		/*black;*/
		}
		.blackwhite li a:hover,.blackwhite li a.first:hover,.blackwhite .trail a.hover{
			background:				transparent; 	/*background-color: white;*/
			color: 					#ffffff;		/*white;*/
		}

		.blackwhite li li a,.blackwhite li li a.first,.blackwhite .trail a
		{
			background:				#8bb7d0 url('../img/arrow_nav.gif') center left no-repeat;
			padding-left:			15px;
		}
		.blackwhite li li a:hover,.blackwhite li li a.first:hover,.blackwhite .trail a.hover{
			padding-left:			15px;
			color: 					#73929d;
			background:				#7aa0b7;
		}
		.blackwhite li:first-child>a:hover{
			background:				transparent;
			color: 					#ffffff;
		}
		.blackwhite ul{
		}
