		/*this is the css for the vertical version*/
		li {
			margin:0px;
		}
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			border-top: 1px solid #EEEEEE;
			width: 180px;
			margin-top:0px;
		}
		.vertical li a{
			display: block;
			width: 174px;
			text-decoration: none;
			height: 20px;
			padding: 2px;
			border: 1px solid #EEEEEE;
			border-top: 0px;
			margin-top:0px;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -26px;
			margin-left: 174px;
		}
		/*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*/
		.bluewhite li a{
			background-color: #375984;
			color: #ffffff;
			border-color: #EEEEEE;
		}
		.bluewhite li a:hover{
			background-color: #990000;
			color: #FFFFFF;
			border-color: #EEEEEE;
		}
		.bluewhite ul{
			border-color: #EEEEEE;
		}
		.bull {color:#999999; font-weight:bold; }