		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0;
			width: 180px;
			margin: 0;
			margin-left:5px;
			position: relative;
		}
		
		.vertical li a{
			display: block;
			width: 180px;
			text-decoration: none;
			height: 1em;
			padding: .8em 10px;
			font:bold 10pt arial;
			color:white;
			border-bottom: 2px solid white;
		}
		.vertical li a:hover{
			color:red;
			
		}
		.vertical li{
			position: relative;
			border-bottom: 1px solid transparent;
			margin-bottom: -1px;
		} 
		.vertical li:first-child>a{
			
		}
		.vertical a.first{
			
			
		}
		.vertical li ul{
			position: absolute;
			top: -1px;
			left: 170px;
			background:#cccccc;
		}
		.vertical li ul li a{
			border:none;
			color:#2f4fa2;
		}
		.vertical.left ul ul ul,.vertical .left ul{
			left: -180px;
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			border: none;
			list-style-type: none;
			padding: 0;
			margin: 0 0 0 0;
			height: 83px;
			background:url(/site_folders/142/images/nav_bg.png);
		}
		.horizontal ul li ul{
			border: none;
			list-style-type: none;
			padding: 0;
			margin: 0 0 0 0;
			height: 41px;
			background:none;
		}
		.horizontal ul li{
			float: left;
			position: relative;
			text-align:center;
			margin-left:0px;
			height: 83px;
		}
		.horizontal ul li a{
			display: block;
			text-decoration: none;
			height: 30px;
			width:142px;
			padding: 50 0 0 0;
			overflow: hidden;
			border: none;
			color:#ffffff;
			font:bold 10pt arial;
			background:url(/site_folders/142/images/nav_button.png);
		}
		div.navigationie.horizontal ul li a{
			display: block;
			text-decoration: none;
			height: 83px;
			width:142px;
			padding: 50 0 0 0;
			overflow: hidden;
			border: none;
			color:#ffffff;
			font:bold 10pt arial;
			background:url(/site_folders/142/images/nav_button.png);
		}
		.horizontal ul li ul li{
			float: none;
			border-bottom: 1px solid transparent;
			margin-bottom: 0px;
			margin-left:1px;
			height:46px;
		}
		.horizontal ul li ul li a{
			display: block;
			text-decoration: none;
			height: 36px;
			width:142px;
			padding: 20px 0 0 0;
			overflow: hidden;
			border: none;
			color:#ffffff;
			font:bold 10pt arial;
			background:url(/site_folders/142/images/subnav.png) no-repeat 0px 0px;
		}
		.horizontal ul li a:hover{
			color:#000000;
			background:url(/site_folders/142/images/nav_button.png) -143px 0px;
			
		}
		.horizontal ul li ul li a:hover{
			color:#000000;
			background:url(/site_folders/142/images/subnav.png) -138px 0px;
			
		}
		
	.horizontal li ul li.parentselected a,.horizontal li ul li.parentselected a:hover{
			color:#ffffff;
			background:url('/site_folders/142/images/nav_button.png') no-repeat -287px 0px;
		}
		/*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;
		}
		