.navlayer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFC584;
	background-color: #FFC584;
	padding: 0px 0px 0px 0px;
	border: 1px solid White;
	cursor: pointer;
}
.unav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #082A6C;
	text-decoration: none;
}
.mouseover {
	background-color: #FFffff;
}
.mouseout {
	background-color: #FFC584;
}
