		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			display: block;
			height: 1.4em;
			margin: 0px 0px 0px 20px;
		}
		.horizontal li{
			float: left;
			display: inline;
			height: 25px;
			background: url('data/images/nav_bg.jpg');
			border-right: 1px solid #A8A8A8;
			margin: 1px 0px 0px 0px;
			z-index: 1;
		}
		.horizontal li .navlink, .navlink:hover, .navlink:visited{   
			text-decoration: none;
			float: left;
			display: block;
			min-width: 150px;
			border-left: 0px;
			border-right: 0px;
			color: white;
			font-size: 11px;
			text-align: center;
			text-transform: uppercase;
			margin: 4px 0px 0px 0px;
			font-weight: bold;
			z-index: 1;
			height: 14px;
			padding: 0px;
		} 
		
		.subnavlink, .subnavlink:hover, .subnavlink:visited{   
			text-decoration: none;
			float: left;
			display: block;
			min-width: 150px;
			border-right: none;
			color: white;
			font-size: .9em;
			text-align: center;
			text-transform: uppercase;
			margin: 0px 0px 0px 0px;
			font-weight: normal;
			clear:both;
			z-index: -1;
		}
		.horizontal li li a{
			border-top: none;
			margin: 0px 0px 0px 0px;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 25px;
			margin-left: 0px;
			padding:0px;
			min-width: 150px;
			border: none;
			display: none;
			height: auto;
			background: #4A4A4A;
			opacity: 0.9;
			filter:alpha(opacity=90);
			z-index: -1;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: -3px;
			margin-left: 150px;
			text-align: left;
			background: #4A4A4A;
		}
		.horizontal li ul li{
			border-top: 1px solid #7F7E7F;
			border-right: 0px;
			padding-top: 0px;
			margin: 3px 0px 0px 0px;
			height: auto;
			min-width: 150px;
			clear:both;
		}
	
		.horizontal li ul li a, a:visited{
			min-height: 13px;
			padding-top: 3px;
			padding-bottom: 3px;
		}
		.horizontal li ul li a:hover{
			min-height: 13px;
			padding-top: 3px;
			padding-bottom: 3px;
			background: #33538C;
		}
		/*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: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
		}
