		/*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: 1px solid;
			border-top: 0px;
		}
		.vertical li{
			position: relative;
			border-bottom: 1px solid transparent;
			margin-bottom: -1px;
		} 
		.vertical li:first-child>a{
			border-top: 1px solid;
		}
		.vertical a.first{
			border-top: 1px solid;
		}
		.vertical li ul{
			position: absolute;
			top: -1px;
			left: 203px;
		}
		.vertical.left ul ul ul,.vertical .left ul{
			left: -203px;
		}
		/*this is the css for the horizontal version*/
		
.horizontal ul{
	border: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 99;
		}
.horizontal ul li{
	float: left;
	position: relative;
	z-index: 99;
	text-align: left;
		}
.horizontal ul li a{
	/*navigation bar elements*/
	display: inline;
	text-decoration: none;
	height: 15px;
	overflow: visible;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	margin-right: 0px;
	margin-left: 0px;
		}
.horizontal li li{
	/*sub nav elements */
	float: none;
	background-color: #01215C;
	text-align: left;
	width: 185px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 0px;
	text-indent: 8px;
	z-index: 101;
		}

.horizontal li li.last{
	width: 185px;
		}

.horizontal ul li ul{
	position: absolute;
	top: 1.3em;
	left: 0px;
	margin-top: -1px;
		}
.horizontal ul ul ul{
	top: -1px;
	left: 184px;
	margin-top: 0;
		}
.horizontal.left ul ul ul,.horizontal .left ul ul{
	top: -1px;
	left: -184px;
		}
.horizontal ul li li a{
	border-top: none;
	padding-bottom: 1px;
	padding-left: 0px;
	display:block;
		}
.horizontal ul li li a:hover{
	border-top: none;
	padding-bottom: 1px;
	padding-left: 0px;
	background-image: url(../images/subnavhover.gif);
	font-family: Arial, "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
			}
	/*	.horizontal ul li:first-child>a{
	border-left: 1px solid;
	z-index: 99;
		}
		.horizontal ul li a.first{
			border-left: 1px solid;
		}
		.horizontal ul li li a.first{
			border-top: 1px solid;
		}
		.horizontal ul li li:first-child>a{
			border-top: 1px solid;
		} */
div.horizontal ul li.pixelfix ul{
	left: 0;
		}
div.horizontal ul li.pixelfix ul ul{
	left: 184px; /*was 128*/
		}
		/*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;
		}
.subnavtop {
	height: 7px;
	width: 185px;
	margin-top: -6px;
	margin-right: 0px;
	margin-bottom: -3px;
	margin-left: 0px;
	padding: 0px;
	visibility: visible;
}
.subnavbottom { /* Affects non-IE browsers */
	height: 7px;
	width: 185px;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: -6px;
	margin-left: 0px;
	padding: 0px;
	visibility: visible;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.subnavbottomIE { /* Affects only IE browsers */
	height: 7px;
	width: 185px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -7px;
	margin-left: -8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	padding-top: -5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.3Lsubnavtop {
	height: 7px;
	width: 185px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: -4px;
	padding: 0px;
	right: 1px;
}

		/*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{
	color: #66CCFF;
	z-index: 99;
		}
		.bluewhite li a:hover,.bluewhite li a.first:hover,.bluewhite .trail a.hover{
	color: #66CCFF;
	z-index: 99;
		}
		
		.bluewhite li:first-child>a:hover{
	background-color: #0C65A9;
	color: white;
	z-index: 99;
		}
		.bluewhite ul{
	border-color: #0C65A9;
	z-index: 99;
		}*/
