.menu {
	position: absolute;
	top: 31px;
	width: 140px;
	visibility: hidden;
}
.menu ul {
	margin: 0px; /*removes indent IE and Opera*/
	padding: 0px; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font: normal 10px/12px Verdana, Arial, Helvetica, sans-serif;
}
.menu li {
	margin: 0px;
	padding: 0px;
	background-image: none;
}
.menu a, .menu a:visited {
	display: block;
	width: 100%;
	padding: 5px 6px 5px 14px;
	border-left: 1px solid #A3AEBA;
	border-right: 1px solid #A3AEBA;
	background-color: #EBEAEA;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	color: #000;
	text-decoration: none;
}
.menu a:hover {
	background-color: #EBEAEA;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	color: #D19D48;
	text-decoration: none;
}
a.menuTop, a.menuTop:visited {
	display: block;
	width: 100%;
	padding: 12px 6px 5px 14px;
	border-top: 1px solid #A3AEBA;
	border-left: 1px solid #A3AEBA;
	border-right: 1px solid #A3AEBA;
	background-color: #EBEAEA;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	color: #000;
	text-decoration: none;
}
a.menuTop:hover {
	background-color: #EBEAEA;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	color: #D19D48;
	text-decoration: none;
}
a.menuBottom, a.menuBottom:visited {
	display: block;
	width: 100%;
	padding: 5px 6px 12px 14px;
	border-bottom: 1px solid #A3AEBA;
	border-left: 1px solid #A3AEBA;
	border-right: 1px solid #A3AEBA;
	background-color: #EBEAEA;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	color: #000;
	text-decoration: none;
}
a.menuBottom:hover {
	background-color: #EBEAEA;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	color: #D19D48;
	text-decoration: none;
}
