body {
}
* {
	padding:0;
	margin:0;
}
.dropdown {
}
.dropdown dt {
}
.dropdown dt:hover {
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:150px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
	top:45px;
	left:531px;
}
.dropdown ul {
	width:148px;
	list-style:none;
	padding-top:5px;
	padding-bottom:5px;
}
.dropdown li {
	display:inline;
}
.dropdown li a, .dropdown a:visited, .dropdown a:hover {
	display:block;
	color:#333;
	text-decoration:none;
	background:#ffffff;
	width:119px;
	padding:5px;
}
.dropdown a:hover {
	background:#ffffff;
	color:#000;
}
.dropdown .underline {
}
