ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	}

ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 146px;
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #206A69;
	padding: 5px;
	border: 3px solid #aaaaaa;
	border-bottom: 0;
	}

ul li a:hover {
    color: #000;
	background: #ffff66; }


ul li a.li_bottom { border-bottom: 3px solid #aaaaaa; }

ul li.li_header {
	padding: 5px;
	background: #000;
	font-weight:bold;
	}

/* 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;
	border-bottom: 3px solid #aaaaaa;
	}

li:hover ul, li.over ul { 
	display: block; }

