.Snav {
	font: bold 11px verdana;
	letter-spacing: -1px;
	}
ul {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	list-style: none;
	width: 152px; /* Width of Menu Items */
	text-align: right;
	background: #E1E9E7;
	/*border-bottom: 1px solid #ccc;*/
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 151px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	text-align: left;
}

/* Styles for Menu Items */
.Mul a{
	display: block;
	text-decoration: none;
	color: #000000;
	background: #fff;  /*IE6 Bug */
	padding: 5px;
	/*border: 1px solid #ccc;*/
	border-bottom: 0;
	}
.Mli a{
	display: block;
	text-decoration: none;
	color: #000000;
	/*background: #fff;  IE6 Bug */
	background: #E1E9E7;
	padding: 5px;
	/*border: 1px solid #ccc;*/
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: right; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #41C4DC; background: #ffffff; } /* Hover Styles */
		
li ul li a { padding: 1px 3px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */