* {padding:0; margin:0}
body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
}
#wrapper {
	width:400px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 25px;
	float: right;
}
#leftcolumn {float:left; width:225px}
#rightcolumn {float:left; width:525px}
.dropdown {
	position:relative;
	overflow: visible;
}
.dropdown dt {
	width:188px;
	border:1px dotted #CCC;
	padding:8px;
	font-weight:bold;
	cursor:pointer
}
.dropdown .upperdd {border-bottom:none}
.dropdown dt:hover {
	color: #D8080A;
}
.dropdown dd {
	position:absolute;
	top:0;
	overflow:visible;
	width:208px;
	display:none;
	background-color: #FFFFFF;
}
.dropdown ul {
	width:204px;
	border:2px dotted #D0D0D0;
	list-style:none
}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#333;
	text-decoration:none;
	width:194px;
	font-variant: small-caps;
}
.dropdown a:hover {
	color:#FF0000;
}
.dropdown .underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D0D0D0;
}
