* {padding:0; margin:0}
#wrapper {
	margin-top: 0;
	margin-bottom: 0;
}
#leftcolumn {
	float:left;
}
#rightcolumn {
	float:left;
}
.dropdown {
	display:block;
	position:relative;
}
.dropdown dt {
	width:210px;
	padding:0px;
	font-weight:normal;
	cursor:pointer;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9AC1C9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9AC1C9;
	height: 100%;
	background-color: #DBE1E3;
	background-image: url(images/header.gif);
	background-repeat: repeat-x;
}
.dropdown .upperdd {border-bottom:none}
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {
	position:absolute;
	top:0;
	overflow:hidden;
	width:100%;
	display:none;
	opacity:0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9ac1c9;
}
.dropdown ul {
	width:100%;
	border:1px solid #9ac1c9;
	list-style:none
}
.dropdown li {
	display:inline;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#333;
	text-decoration:none;
	width:100%;
	background-image: url(images/header.gif);
	height: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9AC1C9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-color: #DBE1E3;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4DADF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9AC1C9;
}
.dropdown a:hover {
	color:#000;
	background-image: url(images/header_over.gif);
	font-family: Verdana;
	background-color: #c9d3d6;
	background-repeat: repeat-x;
}
.dropdown .underline {border-bottom:1px solid #b9d6dc}
