@charset "UTF-8";

.dropdown {
	float:left;
	padding-right: 1px;
}
.dropdown dt {
	width:120px;
	height: 20px;
	cursor:pointer;
}
dt#one-ddheader,#two-ddheader,#three-ddheader{
	background-color: #FFF;
}
dt#four-ddheader,#five-ddheader,#six-ddheader{
	background:;

}

.dropdown dt span {
	height:14pt;
	margin-left: 0px;
	font-size: 12pt;
	font-weight:bold;
	line-height: 14pt;
	color: #999;
}

.dropdown dt:hover {
	background-color: #FFF;
}

.dropdown dd {
	margin: 0;
	padding: 0;
    position:absolute; 
    overflow:hidden; 
    width:120px; 
    display:none; 
    background:#FFF; 
    z-index:200; 
    opacity:0;
}

.dropdown ul {
	margin: 0;
	padding: 0;
	width:120px;
	list-style:none;
}

.dropdown li {
	display:inline;
	color: #FFF;
}

.dropdown a, .dropdown a:active {
	display:block;
	padding:5px;
	color:#999;
	text-decoration:none;
	width:120px;
	font-weight: normal;
	font-size: 95%;
	background-color: #E3E3E3;
}

.dropdown a:hover {
    background:#eaf0f2; 
	color:#333333;
}

.dropdown .underline {
	border-bottom: 1px solid #FFFFFF;
}
