		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0;
			width: 204px;
			margin: 0;
			position: relative;
		}
		.vertical li a{
			display: block;
			
			width: 200px;
			text-decoration: none;
			height: 1em;
			padding: .1em 1px;
			border-top: 0px;
		}
		.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;
			background:#99aab5;
			border:1px solid #50707b;
			left: 203px;
			
		}
		.vertical.left ul ul ul,.vertical .left ul{
			left: -203px;
		}
	
		.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{
			padding-top:5px;
			font-weight:bold;
			height:20px;
			color:#3d5c67;
		}
		.blackwhite li a:hover,.blackwhite li a.first:hover,.blackwhite .trail a.hover{
			background-color:#3d5c67;
			text-decoration:none;
			color: white;
			border-color:#3d5c67;
		}
		.blackwhite li:first-child>a:hover{
			background-color:#3d5c67;
			text-decoration:none;
			color: white;
			border-color:#3d5c67;
		}
		.blackwhite ul{

		}
		
		.webtech li a{

			color: #556677;

		}
		.webtech li a:hover,.webtech li a.first:hover,.webtech .trail a.hover{
			background-color: #556677;
			color: white;
			border-color: #94A3B3;
		}
		.webtech ul{

		}
		.webtech li:first-child>a:hover{
			background-color: #556677;
			color: white;
			border-color: #94A3B3;
		}