#navlist {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	list-style:none;
	position: absolute;
	padding-left: 10px;
	color: #d46c85;
	line-height: 14pt;
	width: 123px;
	font-stretch: semi-condensed;
}
#navlist a {
	display:block;
	width:120px;
	color:#d46c85;
	text-decoration:none;
	padding-top: 2px;
}
#navlist a:hover {
	color: #666666;
	background-color: #bed7e7;
	background-position:0 -29px;
}
#navlist a:active {
    color:#996600;
	background-position:0 -58px;
}

