﻿
.hbuttons a{
display: block;
text-decoration: none;
font: 17px Arial;
color: white;
width: 105px;
height: 50px;
float: left;
margin-right: 1px;
background-image:url(images/dark-blue-tab.jpg);
background-repeat: no-repeat;
padding-top: 4px;
text-align:center;
}

.hbuttons a:hover{
background-image:url(images/light-blue-tab.jpg);
text-decoration:none;
}

.hbuttons a:active{
background-image:url(images/light-blue-tab.jpg);
}


.hbuttons2 a{
display: block;
text-decoration: none;
font: 17px Arial;
color: white;
width: 105px;
height: 50px;
float: left;
margin-right: 1px;
background-image:url(images/dark-blue-tab.jpg);
background-repeat: no-repeat;
padding-top: 14px;
text-align:center;
}

.hbuttons2 a:hover{
background-image:url(images/light-blue-tab.jpg);
text-decoration:none;
}

.hbuttons2 a:active{
background-image:url(images/light-blue-tab.jpg);
}


