.navigation{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height: 18px;
	z-index: 1000;
	background-color: #000;
	width: 175px;
}

.navigation a{
width: 100%;
display: block;
text-indent: 3px;
color:#ffffff;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
}

.navigation a:hover{ /*hover background color*/
background-color: black;
color: white;
}

