* {padding:0; margin:0}
body 
{
	font:15px Verdana, Arial, Helvetica
}
#wrapper 
{
	width:210px; padding:0px; margin:0 auto
}
#leftcolumn 
{
	float:left; width:100px
}
#rightcolumn 
{
	float:left; width:530px
}
.dropdown 
{
	display:block; position:relative
}
.dropdown dt 
{
	width:200px; border:1px solid #9ac1c9; padding:8px; font-weight:bold; cursor:pointer; background:url(images/important_images/header.gif)
}
.dropdown .upperdd {border-bottom:none}
.dropdown dt:hover 
{	
	background:url(images/important_images/header_over.gif)
}
.dropdown dd 
{
	position:absolute; top:0; overflow:hidden; width:150px; display:none; background:#fff; opacity:0 
}
.dropdown ul 
{	
	width:208px; border:2px solid #9ac1c9; list-style:none
}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited 
{
	display:block; padding:5px; color:#333; font-weight:bold;text-decoration:none; background:url(images/important_images/header_over.gif); width:194px
}
.dropdown a:hover {background:url(images/important_images/header1.gif); color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}