		/*this is the css for the horizontal version*/
		.horizontal ul{
			border: none;
			list-style-type: none;
			padding: 0;
			margin: 0;
			
		}
		.horizontal ul li{
			position: relative;
			float: left;
			border-right: 2px solid #c56860;
		}
		.horizontal ul li a{
			display: block;
			padding-left: 30px;
			padding-right: 30px;
			padding-bottom: 0.1em;
			padding-top: 0.7em;
			text-decoration: none;
			overflow: hidden;
			font-size: medium;
			font-weight: bold;
		}
		.horizontal li li{
			float: none;
			border: none;
			padding-top: 1px;
		}
		.horizontal ul li ul{
			position: absolute;
			top: 2.5em;
			left: -1px;
			margin-top: -1px;
		}
		.horizontal ul ul ul{
			width: 130px;
			top: -1px;
			left: 128px;
			margin-top: 0;
		}
		.horizontal.left ul ul ul,.horizontal .left ul ul{
			top: -1px;
			left: -128px;
		}
		.horizontal ul li li a{
			width: 130px;
			padding-top: 0.2em;
			padding-bottom: 0.2em;
			font-size: small;
			font-weight: normal;
		}
		div.horizontal ul li.pixelfix ul{
			left: 0;
		}
		div.horizontal ul li.pixelfix ul ul{
			left: 128px;
		}
		/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
		.mlmenu li ul{
			display: none;
		}
		.mlmenu li:hover>ul{
			display: block;
		}
		/*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*/
		.accessible li ul{
			display: block;
		}
		/*Code to show an element has a child*/
		.mlmenu.plus li a:first-child:not(:last-child):after{
			content: '+';
		}
		.plus a span{
			padding-left: .5em;
		}
		.noshow{
			visibility: hidden;
		}
		/*colors for menu*/
		.sp_allg li a{
			background-color: #ab291c;
			color: #000000;
		}
		.sp_allg li a:hover{
			background-color: #c56860;
			color: #000000;
		}
		.sp_allg li li a{
			background-color: #CCCCCC;
			color: #000000;
		}
		.sp_allg ul li {
			border-color: #c56860;
		}
		
		.sp_awg li a{
			background-color: #b8483d;
			color: #000000;
		}
		.sp_awg li a:hover{
			background-color: #d28982;
			color: #000000;
		}
		.sp_awg li li a{
			background-color: #CCCCCC;
			color: #000000;
		}
		.sp_awg ul li {
			border-color: #d28982;
		}
		
		.sp_jh li a{
			background-color: #c56860;
			color: #000000;
		}
		.sp_jh li a:hover{
			background-color: #dca9a5;
			color: #000000;
		}
		.sp_jh li li a{
			background-color: #CCCCCC;
			color: #000000;
		}
		.sp_jh ul li {
			border-color: #dca9a5;
		}
		
		.sp_rls li a{
			background-color: #d28982;
			color: #000000;
		}
		.sp_rls li a:hover{
			background-color: #ebc9c7;
			color: #000000;
		}
		.sp_rls li li a{
			background-color: #CCCCCC;
			color: #000000;
		}
		.sp_rls ul li {
			border-color: #ebc9c7;
		}
		
		.sp_auf li a{
			background-color: #dca9a5;
			color: #000000;
		}
		.sp_auf li a:hover{
			background-color: #c56860;
			color: #000000;
		}
		.sp_auf li li a{
			background-color: #CCCCCC;
			color: #000000;
		}
		.sp_auf ul li {
			border-color: #c56860;
		}
		
		.sp_ts li a{
			background-color: #ebc9c7;
			color: #000000;
		}
		.sp_ts li a:hover{
			background-color: #d28982;
			color: #000000;
		}
		.sp_ts li li a{
			background-color: #CCCCCC;
			color: #000000;
		}
		.sp_ts ul li {
			border-color: #d28982;
		}