.buttonscontainer {
	width: 155px;
}

.buttons a {color: #555555;
background-color: #F5F5F5;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 10px solid #555555;
font: 10px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover {
	text-decoration: none;
	color: #555555;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #83A400;
	background-color: #E5E5E5;
}

