/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 193px;
	
	}
ul li {
	position: relative;
	}
li ul {
	position: absolute;
	left: 193px;
	top: 0;
	display: none;
	background-image:url(../images/blackground.png);
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	padding: 1px;
	border-bottom: 0;
	}
li:hover ul, li.over ul { 
	padding-left:10px;
	display: block;
	}