/* CSS Document */

#buttons {
	width:156px;
	padding:0;
	padding-left:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
}
#buttons a:link, #buttons a:visited, #buttons a:active {
	color: #f4f4f4;
	background-image:url(/index/arrowW.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 2px 2px 10px;
	display: block;
	border:0px;
	border-top: 1px solid #C6B3C1;
	border-bottom: 1px solid #8A556D;
	font-weight: 600;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
}

#buttons a:hover {
	background-image:url(/index/arrowY.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	border-left-width:2px;
	border-right-width:0px;
	text-decoration: none;
	padding: 2px 2px 2px 14px;
	background-color: #999999;
	color: #ffffff;
}
