@charset "utf-8";
/* CSS Document */
.dropdown {
	height: 26px;
	float: left;
	font-size: 16px;
	line-height: 1.4em;
}
.dropdown dt {
	width:210px;
	cursor:pointer;
	height: 26px;
	padding-top: 2px;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:210px;
	display:none;
	background:#fff;
	z-index:215;
	opacity:0;
	font-size: 12px;
}
.dropdown ul {
	width:206px;
	list-style:none;
	border-top:2px none #9ac1c9;
	border-bottom:2px solid #9ac1c9;
	border-left:2px solid #9ac1c9;
	border-right:2px solid #9ac1c9;
}
.dropdown li {
	display:inline;
	width: 210px;
}
.dropdown a:link, .dropdown a:visited, .dropdown a:active {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	color:#000000;
	text-decoration:none;
	width:206px;
	background-color: #eaf0f2;
}
.dropdown a:hover {
	background:#d9e1e4;
	color:#000;
}
.dropdown .underline {
	border-bottom:1px solid #b9d6dc
}
#one-ddheader a:link,#one-ddheader a:visited {
	color:#ffffff;
	text-decoration:none;
	font-size: 16px;
	line-height: 0.8em;
	background-color: #333;
	height: 12px;
	margin-right: 5px;
	width: 215px;
}
#one-ddheader a:active,#one-ddheader a:hover {
	color: #ffffff;
	text-decoration: underline;
	background-color: #333;
	font-size: 16px;
	line-height: 0.8em;
	width: 215px;
}
#tow-ddheader a:link,#tow-ddheader a:visited {
	color:#ffffff;
	text-decoration:none;
	font-size: 16px;
	line-height: 0.8em;
	background-color: #333;
	height: 12px;
	width: 215px;
}
#tow-ddheader a:active,#tow-ddheader a:hover {
	color: #ffffff;
	text-decoration: underline;
	background-color: #333;
	font-size: 16px;
	line-height: 0.8em;
	height: 12px;
	width: 215px;
}
