body {
	font:12px Verdana, Arial, Helvetica;
	margin-top: 0px;
}
* {padding:0; margin:0}
.dropdown {
	float: left;
	margin-top: 0px;
}
.dropdown dt {
	border:1px solid #9ac1c9;
	font-weight:normal;
	cursor:pointer;
	width: 98px;
	background-image: url(../image/hana.jpg);
	color: #669900;
	padding-top: 15px;
	height: 32px;
	font-size: 12px;
	margin-top: 0px;
	line-height: 14px;
}
.dropdown dt:hover {
	background-image: url(../image/hana2.jpg);
	margin-top: 0px;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:100px;
	display:none;
	z-index:200;
	opacity:0;
	height: 47px;
	background-color: #0000FF;
	margin-top: 0px;
}
.dropdown ul {
	width:98px;
	border:1px solid #9ac1c9;
	list-style:none;
	border-top:none;
}
.dropdown li {
	display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	color:#333;
	text-decoration:none;
	width:98px;
	background:#eaf0f2;
	height: 22px;
	padding-top: 5px;
	font-size: 10px;
}
.dropdown a:hover {
	background:#d9e1e4;
	color:#000;
	height: 22px;
	width: 98px;
	padding-top: 5px;
}
.dropdown .underline {
	border-bottom:1px solid #b9d6dc;
}
