		/*this is the css for the vertical version*/
		
		.vertical ul{
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:normal;
			list-style-type: none;
			padding:0px 0px 0px 0px;
			margin:0px 0px 0px 0px;
			width: 168px;
			left:0px;			
		}
		.vertical li a{
			display: block;
			width: 168px;
			text-decoration: none;
			padding:0px 0px 0px 0px;
			margin:0px 0px 0px 0px;			
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin:-20px 0px 0px 168px;
			padding:0px 0px 0px 0px; 
		}
	



		/*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:0px 0px 0px 0px;
			margin:-10px 0px 0px 0px; position:relative;
		}
		.arrow a:hover span{
			padding:0px 0px 0px 0px;
			margin:-10px 0px 0px 0px; position:relative;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		
		.blackwhite li a{
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:normal;
			background: #5984ae url(../images/side_bg5.gif) repeat bottom;
			width:168px;
			margin:0px 0px 0px 0px;
			padding:4px 0px 4px 6px;_padding:-10px 0px 0px 6px;*padding:-10px 0px 0px 6px;
			top:0px;
			left:5px;			
			color: #FFFFFF;
		}
		.blackwhite  li a:hover{color: #FFFFFF;	}
		.blackwhite  li a:visited{color: #FFFFFF;}
		.blackwhite BR{ height:0px;}
		
		
		
		
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{

		}
		.bluewhite li a:hover{
			padding:0px 0px 0px 0px;
			margin:0px 0px 0px 0px;	
		}
		.bluewhite ul{
			border-color: #000033;
		}
