/*this is the css for the vertical version*/
.vertical ul{
	font-size: 12px;
	color: #000269;
	text-align: left;
	border: none;
	list-style-type: none;
	padding: 0;
	width: 135px;
	margin: 0;
	font-weight: bold;
	text-decoration: none;

}
.vertical li a{
	/*display: block;*/
	width: 135px;
	text-decoration: none;
	height: 1.7em;
	padding: .1em 1px;
	border: 0px solid;
	border-top: 0px;
}
.vertical li{
	position: relative;
	border-bottom: 0px solid transparent;
	margin-bottom: -1px;
} 
.vertical li:first-child>a{
	border-top: 0px solid;
	text-decoration: none;
	
}
/*.vertical a.first{
	border-top: 0px solid;
	text-decoration: none;
	background-color: #E5E5E5;
	
}*/
.vertical li ul{
	position: absolute;
	top: -1px;
	left: 135px;
	text-decoration: none;
	/*background-color: #CBCBCB;*/
	background-color: #000074;
}


.vertical.left ul ul ul,.vertical .left ul{
	left: -135px;
}
/*this is the css for the horizontal version*/
.horizontal ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	border: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.horizontal ul li{
	float: left;
	position: relative;
}
.horizontal ul li a{
	display: block;
	/*width: 105px;*/
	text-decoration: none;
	height: auto;
	padding: .1em 1px;
	overflow: hidden;
	/*border: 1px solid;
	border-left: none;*/
	border-left: 1px solid;
}
.horizontal li li{
	width: 125px;

	float: none;
	border-bottom: 1px solid transparent;
	margin-bottom: -1px;
}
.horizontal li li.last{
	border-bottom: none;
}
.horizontal ul li ul{
	position: absolute;
	top: 1.66em;
	left: -1px;
	margin-top: -1px;
}
.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;
}
.horizontal ul li li a{
	border: 1px solid;
	border-top: none;
}
.horizontal ul li:first-child>a{
	border-left: 1px solid;
}
.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: 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;
}
.blackwhite li:first-child>a:hover{
	background-color: black;
	color: white;
}


.bluewhite li a{
   color: #000269;
   text-decoration: none;
}


.bluewhite li a:hover,.bluewhite li a.first:hover,.bluewhite .trail a.hover{
   color: #E88911;
   text-decoration: none;

}
.bluewhite li:first-child>a:hover{
   color: #E88911;
   text-decoration: none;

}

.bluewhite ul{
   background-color: #E5E5E5;
}
