ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 102%;
	border-bottom: 1px solid #fff;
	}
ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	border: 1px solid #CCCCCC;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border-bottom: 1 solid #ccc;
	border-top: 1px none #ccc;
	border-right: 1px none #ccc;
	border-left: 1px none #ccc;
	}


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

li:hover ul { display: block; }

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