		#menu{
			width:100%;
			float:left;
			background: #0e6171; /*#1b762a;*/
			
		}
		
		
		
		/*this is the css for the vertical version*/
		.vertical ul{
			border: none;
			list-style-type: none;
			padding: 0;
			width: 148px;
			margin: 0;
			position: relative;
		}
		
		.vertical li a{
			
			display: block;
			width: 148px;
			text-decoration: none;
			height: auto;
			padding: .1em 1px;
			border: none;
			border-top: 0px;
		}
		.vertical li{
			position: relative;
			border: none;
			
			margin-bottom: -2px;
		} 
		
		.vertical li li a{
			border: none;
			border-left: 1px solid;
			border-right: 1px: solid;
		}
		
		a:link.test {
		color: #ff3300;
		}
		/*.vertical li:first-child>a{
			border: none;
		}
		.vertical a.first{
			border: none;
		}*/
		.vertical li ul{
			position: absolute;
			top: -1px;
			left: 148px;
			border: none;
		}
		.vertical.left ul ul ul,.vertical .left ul{
			left: -147px;
		}
		
		
		
		
		
		
		
		
		
		
		
		
		/*this is the css for the horizontal version*/
		.horizontal ul{
			border: none;
			list-style-type: none;
			padding: 0;
			margin: 0;
			
		}
		.horizontal ul li{
			border: none;
			float: left;
			position: relative;
		}
		.horizontal ul li a{
			display: block;
			text-decoration: none;
			height: auto;
			overflow: hidden;
			border: none;
			z-index: 100;
			
		}
		.horizontal li li{
			float: none;
			border: none;
			
			
		}
		.horizontal li li.last{
			border: none;
		}
		.horizontal ul li ul{
			position: absolute;
			top: 2.25em;
			float:left;
			border: none;
		}
		.horizontal ul ul ul{
			width: 200px;
			
			left: 200px;
			margin-top: 0;
			border: none;
		}
		
		.horizontal ul li li a{
		border: none;
			width: 200px;
			z-index: 80;
		}
		/*.horizontal ul li:first-child>a{
			border: none;
		}
		.horizontal ul li a.first{
			border: none;
		}*/
		.horizontal ul li li a.first{
		border: none;
		}
		.horizontal ul li li:first-child>a{
			border: none;
		}
		div.horizontal ul li.pixelfix ul{
			left: 0;
		}
		div.horizontal ul li.pixelfix ul ul{
			left: 200px;
		}
		/*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: #DDD;/*#1b762a;*/
			color: #333;
			border: none;
			padding:0.5em !important;
			float:left;
			font-weight: normal;
			/*color:white !important ;*/
		}
		
		.blackwhite li a:hover,.blackwhite li a.first:hover,.blackwhite .trail a.hover{
			background-color: #4d9459;
			color: white;
			border: none;
			color:white !important ;
			
		}
		
		.blackwhite ul{
			border: none;
		}
		
	
	
	
		.bluewhite li a,.bluewhite li a:visited,.bluewhite li a:link{
	background-color: white;
	color: #009933;
	color:white !important ;
	border-color: #cccccc;
}
		.bluewhite li a:hover,.bluewhite li a.first:hover,.bluewhite .trail a.hover,.bluewhite li a:link:hover,.bluewhite li a:visited:hover,.bluewhite .trail a{
			background-color: #cccccc;
			color: white;
			border-color: #cccccc;
			text-decoration: none !important;
		}
		.bluewhite li:first-child>a:hover{
			background-color: #cccccc;
			color: white;
			border-color: #cccccc;
		}
		.bluewhite ul{
			border-color: #cccccc;
		}
	.blueside li a,.blueside li a:visited,.blueside li a:link{
			background-color: #99ccff;;
			color: #005293;
			border-color: #cccccc;
			font-weight: bold;
		}
		.blueside li a:hover,.blueside li a.first:hover,.blueside .trail a.hover,.blueside li a:link:hover,.blueside li a:visited:hover{
			background-color: #cccccc;
			color: white;
			border-color: #cccccc;
			text-decoration: none !important;
		}
		.blueside li:first-child>a:hover{
			background-color: #cccccc;
			color: white;
			border-color:#cccccc;
		}
		.blueside ul{
			border-color: ##cccccc;
		}
		.bluewhite li.altc  a,.bluewhite li.altc  a:visited {
		color: #ff3300;
		}
		.bluewhite li.noa  a,.bluewhite li.noa  a:visited {
		color: #009933;
		}
		.bluewhite li.test {
		color: #ff3300;
		}

.simplebox.align-right {
    float: right;
}
.simplebox.align-left {
    float: left;
}
.simplebox.align-center {
    margin-left: auto;
    margin-right: auto;
}
.simplebox {
	padding: 5px;
	margin: 8px;
	border-radius: 4px;
	border-width: 1px!important;
}
.simplebox-title {
	font-weight: bold;
}
		
	