		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			
			/*border-top: 1px solid;*/
			width: 119px;
			padding:0px;
			margin:0px;
		}
		.vertical li a{
			display: block;
			width: 119px;
			text-decoration: none;
			padding:5px;
			/*height: 1em;
			padding: .1em 1px;*/
			/*border: 1px solid;*/
			
		}

		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -3.3em;
			margin-left: 120px;
			width:193px;
			display:none;
/*			border:2px #2854C2 solid;*/
			border-right:none;
			
		}
		
		.vertical li a img{
			
			
			
		}
		.vertical li ul li {

			width:190px;
			

		}
		.vertical li ul li a{

			width:190px;
			border-left:solid 1px #2854C2 ;

		}

		/*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*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color:#486DCB;
			color: #FFFFFF;
			border-bottom:1px #2854C2 solid;
			
			
			FONT-FAMILY: Arial, Helvetica, sans-serif;
			FONT-SIZE: 11px;
			
		}
		.blackwhite li a:hover{
			background-color:#2854C2;
			border-bottom:1px #2854C2 solid;
			color: #FFC90F;
			
		}
		
		.myimg
		{
		margin-left:115px;
		}



