		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			border:1px solid #13528a;
			width: 187px;
			font-size:12px;
			text-align:left;
			
			height:auto;
			
			
		}
		.vertical{float:left; width:187px;}
		.vertical li a{
			display: block;
			width: 172px;
			text-decoration: none;
			
			padding-left:15px;
			height:2em;
			border-top: 0px;
			font-size:12px;
			line-height:1.9em;
			font-family:Arial, Helvetica, sans-serif;
			padding-top:0px;
			background:url(../images/icon-arrow.gif) no-repeat 6px 10px;
			
		}
		.bottom-div{height:100px; background:url(../images/bg-left-vertical-menu.gif) left bottom repeat-x;}
		ul.vertical li
		{}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -2em;
			margin-left: 189px;

		}
		/*this is the css for the horizontal version*/
		.horizontal ul li{
			list-style-type: none;
			padding: 0px;
			
			display: block;
			
			
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
			text-decoration: none;
			float: left;
			display: block;
			border: 1px solid;
			border-left: none;
			padding: 0px;
		}
		
		.horizontal li ul{
			position: absolute; 
			margin-top: 1.3em;
			margin-left: -1px;
			width: 129px;
			border: none;
			display: block;
			
			padding: 0px;
			
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 125px;
		}
		.horizontal li ul li a{
		width: 125px;
		}
		/*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: 5em;
		font-size:85%;  
		}
		.arrow a:hover span{
		padding-left: 5em;
		text-align:right;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}*/
		/*Plus code*/
		
		/*colors for menu*/
		.blackwhite li a{
			background-color: white;
			color: black;
			border-color: white;
		}
		.blackwhite li a:hover{
			background-color: #13528a;
			color: #fff;
			background: #13528a url(../images/icon-arrow-white.gif) no-repeat 6px 10px;
			text-decoration:none;
			
			
		}
		.blackwhite ul{
		border:1PX solid #13528a;
		padding:0px; margin:0px;		
		
		
		}
	
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
			padding:0px; margin:0px;
		}
		.bluewhite li a:hover{
			background-color: #f4bc42;
			color: white;
			border-color: #000033;
			font-size:12px;
			height:20px;
			width:175px;
			display:block;
			padding:0px;
			margin:0px;
			
		}
		.ul-list {width:190px; padding:0px; margin:0px;}
		.bluewhite ul{
			border-color: #000033;
		}