* {padding:0; margin:0}
.dropdown {
	float:left;
	padding-right:5px;
	z-index: 1000;
}
.dropdown dt {
	width:340px;
	padding:25px;
	font-weight:bold;
	cursor:pointer;
	background-repeat: no-repeat;
	background-image: url(../images/latest_offers.png);
}
.dropdown dt:hover {
	background-repeat: no-repeat;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:305px;
	display:none;
	background:#fff;
	z-index:1000;
	opacity:0;
}
.dropdown ul {
	width:300px;
	list-style:none;
	border: 2px solid #100E33;
}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	color:#333;
	text-decoration:none;
	width:300px;
}
.dropdown a:hover {
	color:#000;
	text-decoration: underline;
}
.dropdown .underline {border-bottom:1px solid #b9d6dc}

