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: #000;
	font-family: Verdana;
        font-size: 9px;
        background: #fff;
	padding: 4px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}



ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 2px solid #ccc;
	}




li:hover ul { display: block; }


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