.menu{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	z-index: 100;
	background-color: #E9FECB;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6ED133;
	border-right-color: #6ED133;
	border-bottom-color: #6ED133;
	border-left-color: #6ED133;
	margin-top: 5px;
	margin-left: -3px;
}

.menu a{
	width: 100%;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #0B7C0A;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6ED133;
}

.menu a:hover{ /*hover background color*/
background-color: #FF9900;
color: white;
}
}
