body {
	margin:25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
* {
	padding:0;
	margin:0;
	line-height: 140%;
}
.dropdown {
	float:left;
	padding-right:0px;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}

.dropdown dt 
{width:90px; border-top: 1px; solid #9ac1c9; padding:7px; font-weight:bold; cursor:pointer; background:url(../images/header.gif)}
.dropdown dt:hover {background:url(../images/header_over.gif)}
.dropdown dd {position:absolute; overflow:hidden; width:132px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:130px; border:1px 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:#666; text-decoration:none; background:#ffffff; width:120px}
.dropdown a:hover {background:#F0F8FF; color:#666}
.dropdown .underline {border-bottom:1px solid #b9d6dc}

