body {
	font: normal 11px verdana;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 159px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	width: 185px;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	background: #E5E6DE; /* IE6 Bug */
	padding: 3px;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #CCCCCC;
	border-left-color: #ffffff;
	}

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

ul li a:hover { color: #000000; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 3px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
