#quicklinks a#button {
	background: url(_files/quicklinks_button.gif) no-repeat top right;
	color: #513127;
	display: block;
	margin-left: 72px;
	height: 23px;
	text-align: left;
	text-indent: -5000px;
}

#quicklinks a:hover {
	cursor: pointer;
}

#quicklinks ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 72px;
	width: 138px;
	z-index: 10;
}

#quicklinks ul li.first {
	background: url(_files/quicklinks_button.gif) no-repeat right -23px;
	padding-top: 10px;
}

#quicklinks ul li {
	background: url(_files/quicklinks_button.gif) no-repeat right -28px;
	height: 23px;
	list-style-type: none;
}

#quicklinks ul li.last {
	background: url(_files/quicklinks_button.gif) no-repeat right bottom;
	padding-bottom: 7px;
}

#quicklinks ul li a {
	color: #513127;
	display: block;
	font-size: 93%;
	height: 23px;
	padding-right: 11px;
	padding-top: 4px;
	text-decoration: none;
	border-left: 1px solid #CDC6B7;
	border-right: 1px solid #CDC6B7;
}

#quicklinks ul li.last a {
	height: 19px;
}

#quicklinks ul li a:hover {
	color: #EAE9DE;
	background-color: #513127;
}
