<style type="text/css">

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 164px;
	top: 0;
	display: none;
	}
	
ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #57A02C;
	padding: 5px;
	border: 1px solid #fff;
	border-bottom: 0;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
	
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 165px;
	border-bottom: 1px solid #fff;
	}
	
li:hover ul { display: block;  }

li:hover ul, li.over ul { 
	display: block; }



/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

-->
</style>
