#nav ul { /* all lists */
clear:none;
	padding: 0;
	margin: 0;
	margin-bottom:50px;
	list-style: none;
	font-size: 11pt;
}



#nav li { /* all list items */
clear:none; 
	margin-right:25px;
	float: left;
	position: relative;
	width: auto;
	list-style: none;
}



#nav li ul { /* second-level lists */
font-size:9pt;
	display: none;
	position: absolute;
	padding:5px 0px 0px 0px;
	top: 0.75em;
	left: 0;
	width: 12em;
}

#nav li a {

color:#666666;
		text-decoration: none;
		
		}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;

}



#nav li:hover ul { /* lists nested under hovered list items */
	display: block;
	
}/* CSS Document */
#nav li.over ul { /* lists nested under hovered list items */
	display: block;}

#nav a:hover{
color:#666666;
border-bottom: 2px solid #009900; 
}

.active {border-bottom:thin solid #3bb34a;}


/* Drop down language menu */
form {clear:none;}
#langnav select{clear:none; font-size:11px; margin-top:10px; }
.english {background:url(../images/flag_uk.gif) no-repeat left;padding-left:20px; font-size:11px;}
.german {background:url(../images/flag_de.gif) no-repeat left;padding-left:20px; font-size:11px;}
