		/*this is the css for the horizontal version*/
		.horizontal ul{
	list-style-type: none;
	padding: 0px;
	border-left: 1px solid;
	display: block;
		}
		.horizontal li{
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
		}
		.horizontal li a{
	text-decoration: none;
	float: left;
	display: block;
	width: 108px;
	padding: 1px;
	border: 1px solid;
	border-left: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 19px;
	line-height: 19px;
		}
		.horizontal li li a{
	border-top: none;
	border-left: 1px solid;
	font-size: 11px;
		}
		.horizontal li ul{
	position: absolute;
	width: 140px;
	border: none;
	display: block;
	height: auto;
	border-top: 1px solid;
	margin-left: -167px;
	left: 50%;
	text-align: left;
	text-indent: 8px;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: 0.1em;
			margin-left: 110px;
		}
		.horizontal li ul li a{
	width: 111px;
	padding: 0px;
	margin: 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-left: 10px;
	font-size: 11px;
		}
		.arrow a:hover span{
		padding-left: 10px;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.bluewhite li a{
			background-color: #B5207B;
			color: #FFFFFF;
			border-color: #CCCCCC;
		}
		.bluewhite li a:hover{
			background-color: #E15187;
			color: #FFFF33;
			border-color: #CCCCCC;
		}
		.bluewhite ul{
	border-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
		}
