.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 99;
}
.links li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	font-size: 9px;
}
.links li a {
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: .5em;
	padding-bottom: 3px;
	padding-left: .5em;
	text-decoration: none;
	font-size: 12px;
}
.links li a:hover {
	background-color: #000066;
	border: 2px outset #999999;

}
.links li a:active {
	background-color: #FFFFFF;
	color: #000000;
	border: 2px inset #999999;
}
