.dropdown {
	width: 140px;
	background-image: url(images/tab_small.png);
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.dropdown dt {
	width:140px;
	font-weight:bold;
	cursor:pointer;
	background:url(images/tab_small.png);
	height: 40px;
	line-height: 20px;
}
.dropdown dt:hover {
}
.dropdown dd {
	position:absolute;
	width:200px;
	display:none;
	z-index:200;
	opacity:0;
	margin-left: -45px;
	overflow: hidden;
	background-image: url(images/dropdown_bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-top: 3px;
}
.dropdown ul {
	width:140px;
	list-style:none;
	border-top:none
}
.dropdown li {
	display:inline;
	height: 40px;
	margin-bottom: 5px;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#333;
	text-decoration:none;
	width:140px;
	height: 30px;
}
.dropdown a:hover {
	color:#000
}
.dropdown .underline {
}
