.buttonscontainer {
width: 0px;
display:inline;
}

.buttons a {
color:#000099 ;
background-color:#efefef;
padding: 2px;
padding-left: 3px;
display: inline;
font: 11px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
	
}

.buttons a:hover {
background-color:#000077 ;
color:#efefef ;
text-decoration: none;
}
