#navlist {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	list-style:none;
	position: absolute;
	padding-left: 10px;
	color: #FFFFFF;
	line-height: 12pt;
}
#navlist a {
	display:block;
	width:150px;
	color:#FFFFFF;
	text-decoration:none;
	padding-top: 2px;
}
#navlist a:hover {
	color: #996600;
	background-color: #CCCCCC;
	background-position:0 -29px;
}
#navlist a:active {
    color:#996600;
	background-position:0 -58px;
}
