.dropdown {display:block; position:relative}
.dropdown_line { }
.dropdown dt.active {background:url("../images/a_bkg_hover.jpg") repeat-x 0 bottom;}
.dropdown dt {
	width:220px; 
	font:12px Lucida Sans Unicode, Verdana, Arial, Helvetica; 
	padding:8px; 
	font-weight: normal; 
	cursor:pointer; 
	text-align: left;
	color: #fff; 
	background: url("../images/a_bkg.jpg") repeat-x 0 bottom;
}
.dropdown .upperdd {border-bottom:1px solid #545651;}
.dropdown dt:hover{background:url("../images/a_bkg_hover.jpg") repeat-x 0 bottom; }
.dropdown dt a {color: #fff; text-decoration: none;display: block;}
.dropdown dt a:hover {color: #fff; text-decoration: none;display: block; background: url("../images/a_bkg_hover.jpg") repeat-x 0 bottom;}
.dropdown dd {position:absolute; top:0; overflow:hidden; width:208px; display:none; background:#fff; opacity:0}
.dropdown ul {width:204px; border:1px solid #000; list-style:none}
.dropdown li {display:inline}
/*
.dropdown a, .dropdown a:active, .dropdown a:visited {
	font:10px Lucida Sans Unicode, Verdana, Arial, Helvetica; 
	padding:8px; 
	font-weight:normal; 
	cursor:pointer; 
	text-align:left; 
	display:block; 
	color:#000; 
	text-decoration:none; 
	background:url("../images/tan_block.gif") repeat 0 bottom; 
	width:194px
}*/
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}