body { behavior: url("csshover3.htc"); } 

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	}



ul li {
	position: relative;
	}


li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	
	}

ul li a:hover {
background-color: #7e3638;
color: #FFFFFF;
text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	
	}

li:hover ul { display: block;

}









