* {
	padding: 0px;
	margin: 0px;
}

.dropdown {
	float:left;
	color: black;
}

.dropdown dt {
	width:95px;
	padding:8px;
	font-weight:bold;
	cursor:pointer;
	background:url(image/menu-hoka.gif)
}

.dropdown dt:hover {
	background:url(image/menu-select.gif)
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:111px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0
}

.dropdown ul {
	width:204px;
	border:2px solid #9ac1c9;
	list-style:none;
	border-top:none
}

.dropdown li {
	display:inline
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#333;
	text-decoration:none;
	background:#eaf0f2;
	width:194px
}

.dropdown a:hover {
	background:#d9e1e4;
	color:#000
}

.dropdown .underline {
	border-bottom:1px solid #b9d6dc
}
