.hbuttons {
	position:relative;
	top:65px;
	left: 610px;
	width: 60px;
	Height: 55px;
}

.hbuttons a{
display: block;
text-decoration: none;
font: 12pt/10pt "Verdana, Times New Roman, Georgia, Serif";
font-weight:600;
color: #52B;
width: 120px;
height: 30px;
float: left;
display: inline;
margin-right: 6px;
background-image:url(/images/layout/guitarbuttonhover.png);
background-repeat: no-repeat;
padding-top: 8px;
text-align:center;
}

.hbuttons a:hover{
background-image:url(/images/layout/MenuButtonHover.png);
color: #F55;
}
