@charset "utf-8";
/* CSS Document */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	font: 10px Verdana, sans-serif;
	text-align: left;
	border-bottom: solid 0px #e0ab7f;
}
ul li {
	position: relative;
}
ul li a {
display: block;
padding: 5px 5px 5px 1.7em;
font-weight:bold;
background-color: #FFFFFF;
color: #e0ab7f;
text-decoration: none;
border: 0px solid #ccc;
border-bottom: 0;
}
li a:hover {
color: #fffbdc;
}
li:hover ul { display: block; }
li:hover ul, li.over ul { display: block; }
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */