ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 122px;
	border-bottom: 1px solid #fff;
	}
ul li {
	position: relative;
	}
li ul {
	position: absolute;
	left: 121px;
	top: 0;
	display: none;
	}
ul li a {
	display: block;
	font: 10pt arial;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #6699CC;
	padding: 4px;
	border: 1px solid #fff;
	border-bottom: 0;
	}
ul li a:hover {
	display: block;
	font: 10pt arial;
	font-weight: bold;
	text-decoration: none;
	color: #6699CC;
	background: #efefef;
	padding: 4px;
	border: 1px solid #fff;
	border-bottom: 0;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
li:hover ul, li.over ul { 
	display: block; }



