.dropdown {
	float: left;
	padding: 0px;
	margin: 0px;
}
.dropdown dt {

	height: 53px;
	font-weight: bold;
	cursor: pointer;
}
.dropdown dt:hover {
	width: 99px;
	height: 53px;
}
.dropdown dd {
	position: absolute;
	overflow: hidden;
	width: 165px;
	display: none;
	z-index: 200;
	opacity: 0;
	left: 180px;
	top: 478px;
}
.dropdown ul {
	width: 125px;
	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:125px
}
.dropdown a:hover {
	color:#000
}
.dropdown .underline {
	border: none;
}