.cssbutton
{
position: relative;
font-family: Tahoma, Georgia, sans-serif, helvetica, arial;
background: url(buttons/button-down.png) no-repeat;
white-space: nowrap;
display: block;
width: 160px;
height: 44px;
margin: 0 0 2px 0;
padding: 0;
}

.cssbutton a
{
display: block;
color: #000000;
font-size: 10px;
font-weight: bold;
text-align: center;
vertical-align: middle;
width: 160px;
height: 44px;
display: block;
float: left;
color: #ffffff;
text-decoration: none;
}

.cssbutton img
{
width: 160px;
height: 44px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssbutton a:hover img
{
visibility:hidden
}

.cssbutton span
{
position: absolute;
left: 15px;
top: 10px;
margin: 0px;
padding: 0px;
cursor: pointer;
text-align: center;
}

.cssbuttontop
{
position: relative;
font-family: Tahoma, Georgia, sans-serif, helvetica, arial;
background: url(buttons/top-button-down.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 350px;
height: 30px;
margin: 0 0 2px 0;
padding: 0;
}

.cssbuttontop a
{
display: block;
color: #000000;
font-size: 10px;
font-weight: bold;
text-align: center;
vertical-align: middle;
width: 350px;
height: 30px;
display: block;
float: left;
color: #ffffff;
text-decoration: none;
}

.cssbuttontop img
{
width: 350px;
height: 30px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssbuttontop a:hover img
{
visibility:hidden
}

.cssbuttontop span
{
position: absolute;
left: 25px;
top: 10px;
margin: 0px;
padding: 0px;
cursor: pointer;
text-align: center;
}