		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			border-top: 1px solid #fff;
			width: 226px;
			font:bold 0.75em "Trebuchet MS", Arial, Tahoma;
		}
		.vertical li a{
			display: block;
			width: 212px;
			text-decoration: none;
			padding:4px 4px 4px 10px;
			border: 1px solid #fff;
			border-left:none;
			border-right:none;
			border-top: 0px;
			}
					
		
			.vertical li a:hover{ color:#fff; text-decoration:none;}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -2.3em;
			margin-left: 226px;
			border-left:1px solid #fff;
			border-right:1px solid #fff;
			font:bold 1em "Trebuchet MS", Arial, Tahoma;
		}
		.vertical li ul li a{
			color:#fff;
		}
		.vertical li ul li a:hover{
			color:#000; text-decoration:none;
		}
				/*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;
		}
		
		/*colors for menu*/
		.blackwhite li a{
			background-color: #0B83B8;
			color: black;
			border-color: #fff;
		}
		.blackwhite li a:hover{
			border-color: #fff;
		}
		.blackwhite ul{
			border-color: #fff;
		}
		