.menu {
	position: absolute;
	top: 34px;
	width: 150px;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 2.2em;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu li {
	margin: 0;
	padding: 0;
	background-image: none;
}
.menu a, .menu a:visited, .menu a:hover {
	display: block;
	width: 100%;
	padding-right: 0.5em;
	padding-left: 1.7em;
	border-left: 1px solid #5C8273;
	border-right: 1px solid #5C8273;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	color: #5C8273;
	text-decoration: none;
	background: #DEEAE1;
}
.menu a.menuTop, .menu a.menuTop:visited {
	padding-top: 0.7em;
	border-top: 1px solid #5C8273;
}
.menu a.menuBottom, .menu a.menuBottom:visited {
	padding-bottom: 0.8em;
	border-bottom: 1px solid #5C8273;
}
.menu a:hover, .menu a.menuBottom:hover {
	color: #000000;
	background: #DEEAE1 url(images/bullets/menu.gif) no-repeat 0.7em 0.7em;
}
.menu a.menuTop:hover {
	background: #DEEAE1 url(images/bullets/menu.gif) no-repeat 0.7em 1.4em;
}
