

#wrapper {width:148px;	padding:25px;	margin:0 auto;	text-align: center; font-family: Arial, Helvetica, sans-serif;	font-size: 9px;}
#leftcolumn {
	font-family: Arial, Helvetica, sans-serif;
	
}
/*#rightcolumn {float:left; width:525px}*/
.dropdown {	display:block;	position:relative;	padding:0;	margin:0;}
.dropdown dt {width:148px; border:2px solid #9ac1c9; padding:4px; 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:148px; display:none; background:#fff; opacity:0;padding:0; margin:0} /* entire white structure bg */
.dropdown ul {width:144px; border:2px solid #9ac1c9; list-style:none; padding:0; margin:0} /* bg color filler */
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:140px} /* actual text */
.dropdown a:hover {background:#d9e1e4; color:#000; padding:5px; width:140px}
.dropdown .underline {border-bottom:1px solid #b9d6dc}
#underline {font-size: 10px;}