* {padding:0; margin:0;}
#menu dl{float:left;}
.dropdown dt {height:58px; padding:0px; cursor:pointer;width:127px;}
.dropdown dd {position:absolute; overflow:hidden; display:none; z-index:200; opacity:0;width:127px;}
.dropdown ul {
	border:0px solid #9ac1c9;
	list-style:none;
	border-top:none;
	font-size:10px;
	font-family: Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
}
.dropdown li {display:inline;}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	width:127px;
	padding:0px;
	height:24px;
	text-align:center;
	color:#F60;
	text-decoration:none;
	line-height:200%;
	background-color:#FDE5AA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.dropdown a:hover {
	color:#F00;
	background-color:#FDF8D5;
	text-decoration:none;
}
