#menu {
	margin:25px; font:14px Helvetica, Arial, Verdana;
	}
	
* {
	padding:0; margin:0;
	}
	
.dropdown {
	float:left; padding-right:0px;
	}
	
.dropdown dt {
	width:105px; border:1px solid black; padding:8px; font-weight:bold; color:#ccc; text-align:center; cursor:pointer; background:black;
	}
	
.dropdown dt:hover {
	background:black; color:#F96715;
	}
	
.dropdown dd {
	position:absolute; overflow:hidden; width:206px; display:none; background:#fff; z-index:200; opacity:0;
	}
	
.dropdown ul {
	width:204px; border:1px solid black; list-style:none; border-top:none;
	}
	
.dropdown li {
	display:inline;
	}
	
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:194px;
	}
	
.dropdown a:hover {
	background:#F96715; color:#000;
	}
	
.dropdown .underline {
	border-bottom:1px solid black;
	}


