.vertical ul{
			list-style-type: none;
			padding: 0px;
			border-top: 1px solid;
			width: 204px;
		}
		.vertical li a{
			display: block;
			width: 200px;
			text-decoration: none;
			height: 1.2em;
			padding: .1em 1px;
			border: 1px solid;
			border-top: 0px;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -1.3em;
			margin-left: 200px;
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			border-left: 0px solid;
			padding: 0px;
			display: block;
			height:23;	
			
				
			
		}
		
		.horizontal li
		{
			float: right;
			display: inline;
			
		
		}
		.horizontal li a{
			text-decoration: none;
			height: 17;
			float: left;
			padding: 9 0 0 100;
			border: 0px #D3CCC2 solid;
			width:auto;
			display:block;
		}
		.horizontal li li a{
			border-top: none;
			border-left: 1px solid;
		
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 27px;
			margin-left:100px;
			width: 148px;
			display: block;
			height: auto;
			
			border-top: 1px solid #C9C8B5;
			border-bottom: 1px solid #C9C8B5;
			/*for arabic*/
			
			margin-left:150px;
			
		
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 150;
			
			
		}
		/*for the submenus*/
		.horizontal li ul li a
		{
			/*for arabic*/
		width: 148px;
		
	
		
		}
		/*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*/
	
		/*Plus code*/
		.plus a span{
			padding-left: 0;
		}
		/*colors for menu*/
		
		.bluewhite li a{
			
	display:block;
	text-decoration: none;
	color: #666666;

		}
		.bluewhite li a:hover{
	display:block;
	text-decoration: none;
	color: #C50536;
	
		}
		.bluewhite ul
		{
			
		}
		/* by moos*/
		.bluewhite ul li ul li a
{
	z-index: 1000;
	background: #FFFFFF;
	color: #ACACAC;	
	padding: 1 0 0 1;
	text-decoration: none;
	border-color: #F4F4F4;
	border-width:1px;
	border-bottom: #F4F4F4 1px solid;
	height:20px;
	text-indent: 0px;	
	
}
	

.bluewhite ul li ul li a table td
{
	z-index: 1000;
	background: #FFFFFF;
	
	color: #ACACAC;	
	padding: 0 0 0 1;
	text-decoration: none;
	border-color: #d3ccc2;
	border-width:1px;
	border-bottom: #ACACAC 0px solid;
	height:20px;
	text-indent: 0px;
	
	
	
}

.bluewhite ul li ul li a:hover table td
	{
	background-color: #F6A01C;
	
	color:#FFFFFF;
	}

