		
		/*this is the css for the horizontal version*/
		
.horizontal
	{
	
	width:600px;
	height:46px;
	float:left;
	}
		
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			display: block;
			margin:0px;
		}
		
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
		
		font: normal 14px Arial, Helvetica, sans-serif;
		padding-top:15px;	
		margin:0px;
		float:left;
		text-align:center;
		color: #FFF;
		text-decoration: none;
		height:31px;
		width:97px;
		background: url(../images/divider.jpg) no-repeat right  ;
		display: block;
		}
		
		
		
		.horizontal li a:hover
		{
		font: normal 14px Arial, Helvetica, sans-serif;
		color: #000;
		background: url(../images/menubar.jpg) no-repeat center ;
		display: block;
		width:97px;
		}
		
		.horizontal li a#current
		{
		font: normal 13px Arial, Helvetica, sans-serif;
		color: #000;
		background: url(../images/menubar.jpg) no-repeat center ;
		display: block;
		width:97px;
		}
		
		.horizontal li li a{
		border:none;
		background-color:#999999;
		}
		
		.horizontal li ul{
			position: absolute; 
			margin-top:46px !important;
			margin-left: 0px !important;
			#margin-left:-111px !important;
			width: 170px;
			border: none;
			height:auto;
			display:none;
		}
		
		.horizontal li ul li a
		{
		font: normal 13px Arial, Helvetica, sans-serif;
		padding-top:10px;	
		margin:0px;
		float:left;
		text-align:left;
		color: #000;
		text-decoration: none;
		width:150px;
		background: url(../images/menubar-1.jpg) repeat-x center ;
		display:block;
		height:28px;
		padding-left:20px;
		
		}
		
		.horizontal li ul li a:hover
		{
		font: normal 13px Arial, Helvetica, sans-serif;
		text-align:left;
		color: #fff;
		width:150px;
		background: url(../images/divider.jpg) repeat-x center ;
		display:block;
		height:28px;
		
		}
		
		
		
		
		
		/*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{
			padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color: white;
			color: black;
			border-color: black;
		}
		.blackwhite li a:hover{
			background-color: black;
			color: white;
			border-color: black;
		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}
