.menu{
	position:absolute;
	visibility: hidden;
	line-height: 18px;
	z-index: 100;
	background-color: #5db1e5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: white;
}

.menu a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.menu a:hover{ /*hover background color*/
background-color: #488abd;
color: white;
}

