ul{
	list-style: none;
	margin: 0;
	padding: 0;



    w;
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F69129;
	
}




ul li{
	position: relative;
	
}

li ul{
position: absolute;
	left: 159px;
	top: 0;
	display: none;
	z-index: 1;
}
 li:hover ul
{
	display:block;
	
}

ul li a{
	display: block;
	width:147px;
	background-color: #FFFFFF;
	text-decoration:none;
	color: #723613;
	font-weight: normal;
	padding: 6px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	font-family: "Century Gothic";
	font-size: 12px;
}
ul li a:hover {
	background-color: #EFEFEF;
}


/* Fix IE e IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; }
