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

ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
}

ul li 
{
	position: relative;
}

li ul 
{
	position: absolute;
	left: 159px;
	width:330px;
	top: 0;
	display: none;
	
}

ul li a 
{
	display: block;
	text-decoration: none;
	background: #f6f6f6;
	padding: 2px;
	font-family: arial, hevetica, sans-serif;
	color:#445962;
	font-size:13px;
	font-weight: bold;
}

ul li a:hover
{
	display: block;
	text-decoration: none;
	background: #59B950;
	padding: 2px;
	font-family: arial, hevetica, sans-serif;
	color:#fff;
	font-size:13px;
	font-weight: bold;
}

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

h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0089cf;
	text-decoration: none;
	font-weight: bold;
}
