.menu {
	position: absolute;
	z-index: 999999999;
	left: 0;
	top: 31px;
	width: 160px;
	visibility: hidden;
	background: #c8c7b5;
	border: solid 1px #716c5a;
	border-top: solid 1px #F8F7ED;
	line-height: 15px;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}
.menu ul, .menu li {
	display: block;
	width: 160px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu a:link, .menu a:visited, .menu a:hover, .menu a:active {
	display: block;
	width: 160px;
	width: 124px;
	padding: 4px 18px;
	text-decoration: none;
	color: #1E1D15;
}
.menu a:hover {
	background: #F8F7ED;
}
.menu .first-child a:link, .menu .first-child a:visited, .menu .first-child a:hover, .menu .first-child a:active {
	padding-top: 10px;
}
.menu .last-child a:link, .menu .last-child a:visited, .menu .last-child a:hover, .menu .last-child a:active {
	padding-bottom: 10px;
}
