* {
	padding:0;
	margin:0;
}
body {
font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {width:750px; padding:25px; margin:0 auto}
#leftcolumn {float:left; width:225px}
#rightcolumn {float:left; width:525px}
.dropdown {display:block; position: relative}
.dropdown dt {
	width: 208px;
	height: 48px; 
	padding: 2 0 2 0;
	font-weight: bold;
	cursor: pointer;
	margin-left: 0;
}
.dropdown .upperdd {border-bottom:none}
.dropdown dt:hover {}
.dropdown dd {
position:absolute; 
top:0; 
overflow:hidden; 
/*width:208px; */
display:none; 
background: #CECECE;
opacity:0}
.dropdown ul {width:204px; border:2px solid #868686; list-style:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display: block;
	padding: 5px;
	color: #333;
	font-variant: small-caps;
	font-style: normal;
	text-decoration: none;
	background: #CECECE;
	width: 194px;
	font-weight: bold;
}
.dropdown a:hover {
	background:#d9e1e4;
	color:#000
}
.dropdown .underline {border-bottom:1px solid #868686}
