@charset "UTF-8";
/* CSS Document */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 129px;
	font:11px Geneva, Arial;
	}
	
ul li {
	position: relative;
	}
	
	li ul {
	position: absolute;
	left: 128px;
	top: 0;
	display: none;
	font:11px Geneva, Arial;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #666;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	font:11px Geneva, Arial;
	}
	
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 129px;
	border-bottom: 1px solid #ccc;
	font:11px Geneva, Arial;
	}

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

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



