* {padding:0; margin:0}
.li_style {
	font-family: "Lucida Sans";
	font-size: 13px;
	color: #000;
}

.dropdown {float:left; padding-right:5px}
.dropdown dt {
	width:200px;
	padding:8px;
	font-weight:bold;
	cursor:pointer;
	background-image: url(../images/shop_by.png);
	background-repeat: no-repeat;
	background-color: #336633;
	height: 25px;
}
.dropdown dt:hover {
	background-repeat: no-repeat;
	background-color: #336633;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:200px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0
}
.dropdown ul {
	width:200px;
	list-style:none;
	border: 2px solid #C1C9B9;
}
.dropdown li {
	display:inline;
	font-family: "Lucida Sans";
	font-size: 14px;
	text-transform: uppercase;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	color:#333;
	text-decoration:none;
	width:200px;
}
.dropdown a:hover {
	color:#000;
	text-decoration: underline;
}
.dropdown .underline {border-bottom:1px solid #b9d6dc}
