* {
	padding: 0;
	margin: 0
}

.dropdown {
	margin: 21px 0 0;
	font: normal 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	padding-right: 2px;
	text-transform: uppercase;
	text-decoration: none;
	color: #eee;
}

.dropdown dt {
	width: 84px;
	font-weight: bold;
	cursor: pointer;
	background: transparent url(../images/strip2a.jpg) repeat-x;
	border-style: none;
	padding: 6px 8px 8px;
}

.dropdown dt:hover {
	background: url(../images/strip2b.jpg) repeat-x;
	border-style: none;
}

.dropdown dd {
	position: absolute;
	overflow: hidden;
	width: 100px;
	display: none;
	background: #fff;
	z-index: 200;
	opacity: 0;
}

.dropdown ul {
	width: 96px;
	border: 2px solid #9ac1c9;
	list-style: none;
	border-top: none
}

.dropdown li {
	display: inline
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display: block;
	padding: 5px;
	color: rgba(51,51,51,0.48);
	text-decoration: none;
	background: #f1eada;
	width: 96px
}

.dropdown a:hover {
	background: #d9e1e4;
	color: #000
}

.dropdown .underline {
	border-bottom: 1px solid #b9d6dc
}
