
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			border-left: 0px solid;
			display: block;
			height: 33px;
			margin:0px;
			/*background-color:#820412;*/
			width:100%;
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
			text-decoration: none;
			height: 24px;
			margin-top:4px;
			float: left;
			display: block;
			border-left: none;
		}
		.horizontal li a span{
			text-decoration: none;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:bold;
			color:#FFFFFF;
			font-style:italic;
			float: left;
			display: block;
			background:transparent url(../Pic/bg_top_menu.jpg) right top;
			height:24px;
			padding: 8px 12px 0px 12px;
			border-left: none;
			cursor:hand;
		}
		.horizontal li a:hover span{
		color:#FF0000;
		}
		.horizontal li a.current span{
		color:#FF0000;
		}
		.horizontal li li a{
			border-top: none;
			border-left: 0px solid;
			margin-top:1px;
			padding-top:6px;
			padding-left:12px;
			vertical-align:middle;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 32px;
			margin-left: -1px;
			width: 129px;
			border: none;
			display: block;
			height: auto;
			border: 0px solid #FFFFFF;
			/*background-color: #FFFFFF;*/

		}
		.horizontal li li ul{
			position: absolute;
			margin-top: 30px;
			margin-left: 125px;
		}
		.horizontal li ul li a{
			width:125px;
			background-color: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;
		}
		/*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: #CF5059;*/
			color: #FFFFFF;
			
		}
		.blackwhite li a:hover{
			/*background-color: #CF5059;*/
			color: #FF0000;
			
		}
		.blackwhite ul{
			border-color: #FFFFFF;
			
		}
		.bluewhite li a{
			background-color: #CF5059;
			color: #FFFFFF;
			margin-top:0px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:bold;
			font-style:italic;
		}
		.bluewhite li a:hover{
			background-color: #CF5059;
			color: #860410;
			
		}
		.bluewhite ul{
			
		}
		