		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0;
			width: 203px;
			margin: 0;
			position: relative;
		}	
		.vertical li a{
			display: block;
			width: 203px;
			text-decoration: none;
			height: 2em;
			padding: 0em 0px;
			border: 0px solid;
			border-top: 0px;

		}
		.vertical li{
			position: relative;
			border-bottom: 0px solid transparent;
			margin-bottom: 0px;

		} 
		.vertical li:first-child>a{
			border-left: none;
			background-color: transparent;
			color: #343746;
		}
		.vertical a.first{
			border-left: none;
		}
		.vertical li ul{
			position: absolute;
			top: -1px;
			left: 180px;
		}
		.vertical.left ul ul ul,.vertical .left ul{
			left: -180px;
		}

		/*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;
		}

		
		/*colors for menu*/
		.blackwhite li a{
			background-color: #AE8F60;
			color: #333;
			border-left: 2px solid;

		}
		.blackwhite li a:hover,.blackwhite li a.first:hover,.blackwhite .trail a.hover{
			background-color:#F8C603;
			color: white;
	

		}
		.blackwhite li:first-child>a:hover{
			color: white;
	
		}
		/*colors for menu*/
		.blackwhite li.p a{
			background-color:#AE8F60;
			color: #333;
			border-left: 2px solid;

		}
		.blackwhite li.p a:hover,.blackwhite li.p a.first:hover,.blackwhite .trail a.hover{
			background-color: #F8C603; 
			color: white;
	

		}
		.blackwhite li.p:first-child>a:hover{
			color: white;
		}

