* {padding:0; margin:0}
body {font:12px Verdana, Arial, Helvetica}
#wrapper {
	width:200px;
	padding:0px;
	margin:0 auto
}
#leftcolumn {
	float:left;
	width:200px
}
#rightcolumn {float:left; width:200px}
.dropdown3 {
	display:block;
	position:relative;
}
.dropdown3 dt {
	width:200px;
	border:0px solid;
	font-weight:bold;
	cursor:pointer;
	background:url(images/header.gif);
	margin: 0px 0px 0px 0px;
}
.dropdown3 .upperdd {border-bottom:none}
.dropdown3 dt:hover {background:url(images/header_over.gif)}
.dropdown3 dd {
	position:absolute;
	top:0px;
	overflow:hidden;
	width:200px;
	display:none;
	background:#fff;
	opacity:0
}
.dropdown3 ul {width:200px; border:0px solid #ffffff; list-style:none; padding:2px}
.dropdown3 li {display:inline}
.dropdown3 a, .dropdown3 a:active, .dropdown3 a:visited {display:block; padding:0px; color:#000000; text-decoration:none; background:#ffffff; width:200px}
.dropdown3 a:hover {background:#5C5C5C; color:#ffffff; text-decoration:none}
.dropdown3 .underline {border-bottom:0px solid #b9d6dc}
