		/*this is the css for the vertical version*/
.home_bullet ul{
	list-style-type: none;
	padding: 0;
	width: 360px;
	margin: 0;
}
.home_bullet li{
	position: relative;
}
		.vertical ul{
			list-style-type: none;
			padding: 0;
			width: 200px;
			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: 200px;
		}
		.vertical.left ul ul ul,.vertical .left ul{
			left: -203px;
		}
/*this is the css for the horizontal version*/
		.horizontal ul{
	list-style-type: none;
	margin: 0;
	height: 40px;
	border: none;
	position: relative;
	padding: 0;
		}
		.horizontal ul li{
	float: left;
	position: relative;
	height: 40px;
		}
		.horizontal ul li a{
	display: block;
	text-decoration: none;
	height: 30px;
	overflow: hidden;
	float:left;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 3px;
	color: #FFFFFF;
	font-size: 90%;
		}
		.horizontal ul li a:hover{
	color: #CCCCCC;
	text-decoration: none;
		}

		.horizontal li li{
	float: left;
	margin-top: 0px;
	width: 160px;
	height: 30px;
		}
		.horizontal li li a{
	background-color: #0079C2;
	text-align: left;
	text-indent: 12px;
	height: 30px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0079C2;
	border-bottom-color: #0079C2;
	border-left-color: #0079C2;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: -5px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
		}
		.horizontal li li a:hover{
	background-color: #FFFFFF;
	color: #0079C2;
		}
		
		.horizontal li li a{
			width: 160px;
			
		}
		
		.horizontal li li .last{
			border-bottom: none;
		}
		.horizontal ul li ul{
	position: absolute;
	left: -1px;
	padding-top: 18px;
	top: 12px;
			
		}
		.horizontal ul ul ul{
			width: 160px;
			top: 0px;
			left: 105px;
			padding-top: 0px;
			margin-left: 61px;
			margin-top: 0px;
			margin-bottom: 0px;
			border-top:none;
		}
		.horizontal.left ul ul ul,.horizontal .left ul ul{
			top: -1px;
			left: -138px;
		}


		div.horizontal ul li.pixelfix ul{
			left: 0;
		}
		div.horizontal ul li.pixelfix ul ul{
			left: 160px;
		}
		/*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-image: url(/library/images/top_nav_button.gif);
			background-repeat: no-repeat;
			text-align: center;
			font-weight: bold;
			color: #FFFFFF;
		}
		.blackwhite li a:hover {
			background-image: url(/library/images/top_nav_button_red.gif);
			color: white;		
		}
		
		.blackwhite li a:hover,.blackwhite li a.first:hover,.blackwhite .trail a.hover{
			/*background-color: black;*/
			/*color: white;*/
			/*border-color: black;*/
		}

			
		.blackwhite li a:hover {
			

		}
		.blackwhite ul{
			line-height: 30px;
			color: #FFFFFF;
		}
		
		
		
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover,.bluewhite li a.first:hover,.bluewhite .trail a.hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite li:first-child>a:hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}
