	/*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:			Verdana, Arial;
			line-height: 			15px;
			padding:				5px 8px 5px 8px;
			overflow: 				hidden;
			border-right:			1px solid;
		}
		.horizontal li li{
			width: 					130px;
			float: 					none;
			border-bottom: 			1px solid;
			margin-bottom: 			-1px;
			background:				#ffffff;
		}
		.horizontal li li.last{
			border-bottom: 			none;
		}
		.horizontal ul li ul{
			position: 				absolute;
			top:					36px;
			left: 					-1px;
			margin-top: 			-1px;
		}
		.horizontal ul ul ul{
			width: 					130px;
			top: 					-1px;
			top:					0;
			left: 					129px;
			margin-top: 			0;
		}
		.horizontal.left ul ul ul,.horizontal .left ul ul{
			top:					-1px;
			left: 					-128px;
		}
		.horizontal ul li li a{
			border: 				1px solid #7d9da9;
			border-top: 			none;
			color:					#73929d;
			font-size:				11px;
		}
		.horizontal ul li:first-child>a{
			/*border-left: 			1px solid #7d9da9;*/
		}
		.horizontal ul li a.first{
			/*border-left: 			1px solid #7d9da9;*/
		}
		.horizontal ul li li a.first{
			border-top: 			1px solid #7d9da9;
		}
		.horizontal ul li li:first-child>a{
			border-top: 			1px solid #7d9da9;
		}
		div.horizontal ul li.pixelfix ul{
			left: 					0;
		}
		div.horizontal ul li.pixelfix ul ul{
			left: 					129px;
		}

	/*
		div.horizontal ul li ul li
		{
			height:					15px;
			padding:				0;
			margin:					0;
			line-height:			12px;
		}
	*/

		/*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;*/
			border-color: 			#7d9da9;		/*black;*/
		}
		.blackwhite li a:hover,.blackwhite li a.first:hover,.blackwhite .trail a.hover{
			background:				transparent; 	/*background-color: white;*/
			color: 					#ffffff;		/*white;*/
			border-color: 			#7d9da9;		/*black;*/
		}

		.blackwhite li li a,.blackwhite li li a.first,.blackwhite .trail a
		{
			background:				#ffffff url('../img/arrow_nav.gif') center left no-repeat;
			padding-left:			20px;
		}
		.blackwhite li li a:hover,.blackwhite li li a.first:hover,.blackwhite .trail a.hover{
			padding-left:			20px;
			color: 					#73929d;
			background:				#d7dddf url('../img/arrow_nav.gif') center left no-repeat;
			border-color: 			#7d9da9;
		}
		.blackwhite li:first-child>a:hover{
			background:				transparent;
			color: 					#ffffff;
			border-color: 			#7d9da9;
		}
		.blackwhite ul{
			border-color: 			#7d9da9;
		}
		/*
		#mainNavigation li li
		{
			background:					#ffffff url('../img/arrow_nav.gif') center left no-repeat;
		}	
		*/	