@charset "utf-8";
/* CSS Document */
.dropdown {
	height: 12px;
	float: left;
	margin-right: 10px;
}
.dropdown dt {
	width:50px;
	cursor:pointer;
	height: 12px;
	color: #0066CC;
	padding-left: 2px;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:100px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
	font-size: 11px;
	text-align: left;
}
.dropdown ul {
	width:96px;
	border:2px solid #9ac1c9;
	list-style:none;
	border-top:none;
	margin-top: 5px;
}
.dropdown li {
	display:inline;
	width:100px;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	color:#333;
	text-decoration:none;
	text-align: left;
	font-size: 12px;
	width:94px;
	height: 24px;
	display: block;
	padding-left: 2px;
	padding-top: 3px;
}
.dropdown a:hover {
	color:#000;
	font-size: 12px;
	height: 24px;
	background-color: #d9e1e4;
	padding-left: 2px;
	padding-top: 3px;
}
.dropdown .underline {
	border-bottom:1px solid #b9d6dc
}
#one-ddheader a:link,#one-ddheader a:visited {
	font-size: 12px;
	height: 24px;
	color: #0066CC;
	text-decoration: none;
	line-height: 0.8em;
}
#one-ddheader a:active,#one-ddheader a:hover {
	font-size: 12px;
	height: 24px;
	color: #0000CC;
	background-color: #FFF;
	text-decoration: underline;
	line-height: 0.8em;
}
#tow-ddheader a:link,#tow-ddheader a:visited {
	font-size: 12px;
	height: 24px;
	color: #0066CC;
	text-decoration: none;
	line-height: 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#tow-ddheader a:active,#tow-ddheader a:hover {
	font-size: 12px;
	height: 24px;
	color: #0000CC;
	background-color: #FFF;
	text-decoration: underline;
	line-height: 0.8em;
}

