		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0;
			width: 180px;
			margin: 0;
			position: relative;
		}
		.vertical li a{
	display: block;
	width: 180px;
	text-decoration: none;
	height: 1em;
	padding: 4px;
	border: 1px solid #0078B5;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
		}
		.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: 190px;
	z-index: 10;
		}
		.vertical.left ul ul ul,.vertical .left ul{
			left: -210px;
			
		}
		
		/*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*/

		.bluewhite li a{
	color: #ffffff;
	border-color: #ffffff;
	background: #24618E;
		}
		.bluewhite li a:hover,.bluewhite li a.first:hover,.bluewhite .trail a.hover{
			background-color: #ffffff;
			color: #24618E;
			border-color: #0078B5;
		}
		.bluewhite li:first-child>a:hover{
			background-color: #ffffff;
			color: #24618E;
			border-color: #0078B5;
		}
		.bluewhite ul{
			border-color: #24618E;
		}
		
		#menu14 {
        width: 180px;
        margin: 10px;
        }
		
	#menu14 ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

#menu14 li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        }

#menu14 li a:link, #menu14 li a:visited {
        color: #333;
        display: block;
        background:  url(images/menu14.gif);
        padding: 8px 0 0 10px;
        }

#menu14 li a:hover, #menu14 li #current { {
        color: #FFF;
        background:  url(images/menu14.gif) 0 -32px;
        padding: 8px 0 0 10px;
        }

