		/*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;
			margin-left:-1px;
		}
		.horizontal ul li{
			float: left;
			border-left:1px dotted #666666;
			position: relative;
			text-align:center;
			margin:-1px 4px 0 0;
			width:195px;
		}
		.horizontal ul li a{
			display: block;
			text-decoration: none;
			height: 26px;
			padding:7px;
			padding-bottom:0px;
			overflow: hidden;
			text-align:center;
			border: none;
			background:none);
			width:195px;
			color:#0d63bc;
			font:bold 10pt arial;
		}
		.horizontal ul li a:hover{
			color:#7cbbe1;
			
		}
		.horizontal ul li ul{
			position: absolute;
			top: 32px;
			left: 3px;
			width:195px;
			border:none;
			
			margin:0;
		}
		
		.horizontal li li{
			float: none;
			margin: 0px;
			width:197px;
			border-bottom: 1px solid transparent;
			border-left:none;
			background:#7cbbe1;
		}
		.horizontal ul li li a{
			border: 1px solid #629cbf;
			border-top: none;
			width:180px;
			background:url(/sites/24/images/nav_bg.jpg);
		}
		.horizontal ul li li a:hover{
			background:url(/sites/24/images/nav_bg.jpg) 200px 0px;
			border: 1px solid #629cbf;
			border-top: none;
			color:#ffffff;
		}
		.horizontal ul li:first-child{
		margin-left:1px;border:none;
		}
		
		.horizontal ul li a.First{
		}
		.horizontal ul li li a.first{
			border-top: 18px solid white;
		}
		.horizontal ul li li:first-child>a{
		}
		div.horizontal ul li.pixelfix ul{
			left: 0;
		}
		div.horizontal ul li.pixelfix ul ul{
			left: 128px;
		}
		.horizontal li li.last{
		}
		
		.horizontal ul ul ul{
			width: 130px;
			top: -1px;
			left: 128px;
			margin-top: 0;
		}
		.horizontal.left ul ul ul,.horizontal .left ul ul{
			top: -1px;
			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*/
		
