/* CSS Document */

body {margin:25px; font:12px Verdana, Arial, Helvetica}
* {padding:0; margin:0}
.dropdown {float:left; padding-right:5px}
.dropdown dt {
	width:145px;
	border:2px solid #999999;
	padding:3px;
	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:145px;
	display:none;
	z-index:200;
	opacity:0;
	background-color: #CCCCCC;
}
.dropdown ul {
	width:145px;
	list-style:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:145px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
