ul, li 
 {
	font-size: 1px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; display: block; 
 }
  	
 	
ul li ul 
{
	display: none; position: absolute;
}

li a 
{
	padding: 2px; text-decoration: none; color: #ffffff; 
	background-color: #339900; width: 100%; display: block; font-weight:bold;
	border: solid 1px #ffffff; text-indent: 10px; font-size:13px; font-family: Arial;
}

li a:hover 
{
	background-color: #003399; border-bottom: solid 1px #ffffff; font-family: Arial; font-size: 13px; font-weight:bold;
}

li 
{
	float: none ; width: 100%;
}

a.hassubmenu 
{
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
}

	