ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:120px;
	}
ul li {
	}
li ul {
	z-index:999;
	left: 0px;
	display: none;
	top: 0px;
	}
ul li a {
	display: block;
	text-decoration: none;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
	/* 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: 120px;
	}
li:hover ul { display: block; }

li:hover ul, li.over ul { 
	display: block; }
	
