.headerlinks{
	position:absolute;
	visibility: hidden;
	font:normal 12px Arial;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 130px;
	margin-top: 10px;
	border-left-color: #81abc4;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #81abc4;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #81abc4;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #81abc4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
}

.headerlinks a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: underline;
	font-weight: normal;
	text-indent: 5px;
}

.headerlinks a:hover{ /*hover background color*/
	background-color: white;
	color: black;
}

