ul {	margin: 0;	padding: 0;	list-style: none;	width: 100px;			}	ul li {	position: relative;		}	li ul {	position: absolute;	left: 150px;	top: 0;	display: none;	width: 100px;	background: #f9f9fa;		background-color: #f9f9fa;		color: #f9f9fa;	background: #f9f9fa;	text-align: left;		}		ul li a {	display: block;	text-decoration: none;	color: #2a2a2a;	background: #fbfbfc;	padding: 5px;	border-top:#b7b7b6 1px dotted;	border-bottom: 0;	font: 400 12px 'trebuchet ms', arial, sans-serif;	text-align: right;	}		ul li a:hover {	text-decoration: underline;		color: #4c4c4c;			}	ul {	margin: 0;	padding: 0;	list-style: none;	width: 150px;	border-bottom: #b7b7b6 1px dotted;		}		li:hover ul { display: block; 	}			li:hover ul, li.over ul { 	display: block;	text-align: left;	font: 400 12px 'trebuchet ms', arial, sans-serif;			 }		/* Fix IE. Hide from IE Mac \*/* html ul li { float: right; height: 1%; }* html ul li a { height: 1%; }/* End */