ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px;
	}
ul li {
	position: relative;
	}
li ul {
	position: absolute;
	left: 139px;
	top: 0;
	display: none;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
ul li a:hover {
	background: #f9f9f9;
	color: #006699
	}
/* 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: 140px;
	border-bottom: 1px solid #ccc;
	}
li ul a:hover {
	background: #f9f9f9;
	color: #006699
	}
li:hover ul, li.over ul { 
	display: block; 
	}