* {padding:0; margin:0}
.dropdown {
	float:left;
	padding-right:0px;
	vertical-align: bottom;	
}
dd{
	display:block;
}
.dropdown dt {
	font-weight:bold;
	cursor:pointer;
	font-size: 0; line-height: 0; vertical-align: bottom;
}
.dropdown dt:hover {
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:156px;
	height:37px;
	display:none;
	z-index:200;
	opacity:0;
	vertical-align: bottom;	
}
.dropdown ul {
	font-size: 0; 
	line-height: 0; 
	vertical-align: text-top;
}
.dropdown li {
	font-size: 0;
	line-height: 0;
	vertical-align: text-top;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	width:156px;
	display:block;
	text-decoration:none;
	}
