* {
	padding:0;
	margin:0;
	font-family: Tahoma;
	font-size: 12px;
}
body {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: lighter;
}
#wrapper {width:750px; padding:25px; margin:0 auto}
#leftcolumn {float:right; width:170px}
#rightcolumn {float:left; width:525px}
.dropdown {
	display:block;
	position:relative;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.dropdown dt {width:150px; border:1px solid #999999; padding:8px; font-weight:bold; cursor:pointer; background:url(images/header.gif)}
.dropdown .upperdd {border-bottom:none}
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {position:absolute; top:0; overflow:hidden; width:208px; display:none; background:#fff; opacity:0}
.dropdown ul {width:204px; border:1px solid #999999; list-style:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:1px;
	color:#000000;
	text-decoration:none;
	width:auto;
	height: auto;
}
.dropdown a:hover {color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}

