.Menu_Hrz_table{
	background-color:#998f86;
	width: 100%;
	margin-left:auto;
    margin-right:auto;
}

.horizontal ul{
	border: none;
	list-style-type: none;
	padding: 0;
	margin:0px 0px 0px 0px;
}
.horizontal ul li{
	float: left;
	position: relative;
}



.horizontal ul li a{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	display: block;
	/*width: 125px; */
	text-decoration: none;
	height: 1em;
	/*padding: .1em 1px; */
	overflow: hidden;
	border: 0px solid;
	border-left: none;
	padding: 6px 8px 10px 8px;
	font-weight: normal;
	  }
	  
		.horizontal li li{
	float: none;
	border-bottom: 0px solid transparent;
	/* margin-bottom: -1px; */
	background-color: #d5d5b0; 
	border-width: 0px;
	border-color: #891c2f;
		}
		.horizontal li li.last{
		border-bottom: 5px solid;
		border-color: #891c2f;
		}
		
	/* 1st dropdwon  */
	.horizontal ul li ul{
	position: absolute;
	top: 2.2em;
	left: 0px;
	margin-top: 0px;
	/* with size*/
	width: 280px; 
	margin-bottom: 0px;
	border-top: 5px solid;
	border-color: #891c2f;
	background-color: #d5d5b0;
	color: #998f86;
		}
		.horizontal ul ul ul{
			width: 10px;
			top: -1px;
			left: 118px;
			margin-top: 0;
		}
		.horizontal.left ul ul ul,.horizontal .left ul ul{
			top: -1px;
			left: -118px;
		}
		.horizontal ul li li a{
	color: #000000;
	border-left: 5px solid  #891c2f;
	border-right: 5px solid  #891c2f;
	border-top: none;
	border-bottom: none;
	border-color: #891c2f;
		}
		.horizontal ul li:first-child>a{
			border-left: 0px solid;
			
		}
		.horizontal ul li a.first{
			border-left: 0px solid;
			
		}
		.horizontal ul li li a.first{
			border-top: 0px solid;
			background-color: #d5d5b0;
		}
		.horizontal ul li li:first-child>a{
			border-top: 0px solid;
			border-left: 5px solid;
			border-color: #891c2f;
		}
		div.horizontal ul li.pixelfix ul{
			left: 0;
		}
		div.horizontal ul li.pixelfix ul ul{
			left: 118px;
		}
		/*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*/
		.bluewhite li a{
			/* background-color: #c5e8cc; */
			color: #000033;
			/* border-color: #000033; */
		}
		.bluewhite li a:hover,.bluewhite li a.first:hover,.bluewhite .trail a.hover{
	background-color:#666;
	/*background-image: url(style_images/chicle/menu_hover.jpg);	*/
	color: #ffffff;
	border-color: #666;
	
		}
	
	.bluewhite li a:hover,.bluewhite li a.first:hover{
	background-color:#891c2f;
	/*background-image: url(style_images/chicle/menu_hover.jpg);	*/
	color: #ffffff;
	border-color: #891c2f;
	
		}
		
		
		
		.bluewhite li:first-child>a:hover{
		border-color: #891c2f;

		}
		
	
		
		.bluewhite ul li a{
			border-color: #000033;
 
		}