.buttonscontainer {width: 124px;}

.buttons a {
	color: #FFFFFF;
	background-color: #5B5B6F;
	padding: 3px;
	padding-left: 8px;
	display: block;
	border-left: 8px solid #ACAFBD;
	font: 11px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 5px;
}

.buttons a:hover {
	border-left: 8px solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #78788F;
}

.buttons a:active {
	border-left: 8px solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #78788F;
}.buttons a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
