
		/*this is the css for the horizontal version*/
		.horizontal ul{
			border: none;
			list-style-type: none;
			padding: 0;
			margin:0px;
			padding:0px;
			text-align:center;
			margin-left:90px;
		}
		.sidenav ul{
			border: none;
			list-style-type: none;
			padding: 0;
			margin:0px;
			padding-left:0px;
			text-align:center;
			margin-left:0px;
			width:204px;
		}
		.sidenav ul li{
			float: left;
			text-align:left;
			position: relative;
			height:25px;
			padding-top:28px;margin:0px;
			
		}
		.sidenav ul li a#mylink{
			display: block;
			width: 234px;
			text-decoration: none;
			text-align:left;
			height: 25px;
			padding-top: 0px;
			overflow: hidden;
			text-transform:Capitalize;
			background:none;background:url(/sites/118/images/vertnav.png) no-repeat;;
			color:#ffffff;
			font:bold 11pt arial;
			padding:10px 0 5px 30px;;
			
		}
		
		.sidenav ul li a#mylink:hover,.sidenav ul li a#mylink.selected ,.sidenav ul li a#mylink.sidenavselected{
			color:#fff;background:url(/sites/118/images/vertnav_hover.png) no-repeat;;
		}
		
		.horizontal ul li{
			float: left;
			text-align:center;
			position: relative;
			height:18px;
			padding-top:0px;margin:0px;
			
		}
		.horizontal ul li a#mylink,.horizontal ul li a#mylinkselected{
			display: block;
			text-decoration: none;
			text-align:center;
			height: 18px;
			padding:15px 20px;
			overflow: hidden;
			text-transform:uppercase;
			
			color:#ffffff;
			font:bold 9pt arial;margin-left:1px;
			font-family:'Lustria',verdana;
		}
		
		.horizontal ul li a#mylink:hover{
			color:#fff;
			background:url(/sites/206/images/nav_hover.png) repeat-x;
		}
		.horizontal ul li a#mylinkselected {
		color:#7dc6f3;
			background:url(/sites/206/images/nav_hover.png);
		}
		.horizontal li li{
			float: none;
			
		}
		
		
		.horizontal ul li ul{
			position: absolute;
			top: 41px;
			left: 0px;
			margin-top: -1px;
		}
		.horizontal ul li ul li{
			width:150px;height:20px;
		}
		.horizontal ul ul ul{
			width: 130px;
			top: -1px;
			left: 148px;
			margin-top: 0;
		}
		.horizontal a.editimageicon{width:10px;border:1px solid red;}
		.horizontal.left ul ul ul,.horizontal .left ul ul{
			top: -1px;
			left: -148px;
		}
		.horizontal ul li li a{
			width:160px;
			height:16px;
			border-top: none;
			padding:2px 0 2px 15px;
			background:#d4a789;
			display: block;
			text-decoration:none;
			border-bottom:1px solid #771816;
			text-align:left;color:#771816;
		}
	
		.horizontal ul li li a:hover{
			color:#ffffff;background:url(/sites/37/images/subnav_hover.png) no-repeat #d4a789 4px 0px;
		}
	.horizontal ul li:first-child>a{
			
		}
		
		.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;
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color: white;
			color: black;
			border-color: black;
		}
		.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;
		}
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover,.bluewhite li a.first:hover,.bluewhite .trail a.hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite li:first-child>a:hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}