body {
	margin:25px;
	font:12px Verdana, Arial, Helvetica
}
* {
	padding:0;
	margin:0
}
.dropdown {
	float:left;
	padding-right:0px;
}
.dropdown dt {
}
.dropdown dt:hover {
	background:url(st-pad-back.jpg)
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	display:none;
	z-index:200;
	opacity:0;
}
.dropdown ul {
	border:2px solid #9ac1c9;
	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:url(st-pad-back.jpg) repeat-x;
}
.dropdown a:hover {
	color:#000;
}
.dropdown .underline {
	border-bottom:1px solid #b9d6dc;
}
