.dropdown {
	float:left;
}
.dropdown dt:hover {background:url("../../english/css/images/header_over.gif")/*tpa=http:///english/css/images/header_over.gif*/}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:160px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0
}

.dropdown #two-ddcontent {
	width: 180px;
}

.dropdown #three-ddcontent {
	width: 188px;
}

.dropdown #four-ddcontent {
	width: 253px;
}

.dropdown #five-ddcontent {
	width: 210px;
}
.dropdown img {
	vertical-align: bottom;
}
.dropdown ul {
	width:300px;
	list-style:none;
	border-top:1px none #9ac1c9;
	float: left;
	border-right: 1px none #9ac1c9;
	border-bottom: 1px solid #9ac1c9;
	border-left: 1px none #9ac1c9;
}
.dropdown li {display:inline}
.dropdown li a, .dropdown  li a:active, .dropdown  li a:visited {
	display:block;
	color:#333;
	text-decoration:none;
	background:#F6F6F0;
	width:300px;
	padding: 5px;
}
.dropdown li a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {
	border-bottom:1px solid #69B9EA
}
