.dropdown dt {
	width: 100px;
	font-weight: bold;
	/*cursor: pointer;*/
}

.dropdown dd {
	position: absolute;
	overflow: hidden;
	/*width: 130px;*/
	display: none;
	background: #FFFFFF;
	opacity: 0;
}

/* IE6 */
* html .dropdown dd {
	margin-left: -50px;
}

/* IE7 */
*+html .dropdown dd {
	margin-left: -50px;
}

.dropdown ul {
	width: 96px;
	border: 2px solid #CCCCCC;
	list-style: none;
	border-top: none;
}

.dropdown li {
	display: inline;
	font-size: 80%;
}

.dropdown a,
.dropdown a:active,
.dropdown a:visited {
	display: block;
	padding: 5px;
	color: #333333;
	text-decoration: none;
	background: #FFFFFF;
	/*width: 194px;*/
}

.dropdown a:hover {
	background: #EAF0F2;
	color: #00000;
}

.dropdown .underline {
	border-bottom: 1px solid #CCCCCC;
}

.dropdown dt img {
	vertical-align: bottom;
}