.dropdown {
	display:block;
	position:relative;
	background-image: url(../images/icon05.gif);
	background-repeat: no-repeat;
	background-position: 60px center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	text-indent: 75px;
}
.dropdown dt{
	width:218px;
	padding:8px;
	font-weight:bold;
	cursor:pointer;
	text-indent: 65px;
}
.dropdown dt a{
    color: #000000;
}
.dropdown dt:hover {
	background-color: #f2f2f2;
	background-image: url(../images/icon05.gif);
	background-repeat: no-repeat;
	background-position: 60px center;
	color: #6292D2;
}
.dropdown .upperdd {border-bottom:none}
.dropdown dt a:hover {
	color: #6292D2;
}
.dropdown dd {position:absolute; top:0; overflow:hidden; width:208px; display:none; opacity:0}
.dropdown ul {width:85px; border:2px solid #9ac1c9; list-style:none}
.dropdown li {
	display:inline;
	width: 100px;
}
.dropdown li a, .dropdown li a:active, .dropdown li a:visited {
	display:block;
	padding:5px;
	color:#333;
	text-decoration:none;
	background-color: #eaf0f2;
	background-image: url(../images/icon05.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	line-height: 24px;
	height: 24px;
	text-indent: 12px;
}
.dropdown li a:hover {
	color:#6292D2;
	background-color: #d9e1e4;
	background-image: url(../images/icon05.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-indent: 12px;
}
.dropdown .underline {
}
