.tablebuttondiv {
	position: absolute;
	top: 0;
	height: 59px;
 	background-image: url(../images/button_backgr.gif);
}

a:hover .tablebuttondiv {
	background-position: 0 -59px;
}

.tablebuttonDiv span{
	color: #ffffff;
	font-weight: bold;
}

.b1 {
	left: 0;
	width: 155px;
}
.b1 span {
	position: absolute;
	left: 48px;
	top: 17px;
}

.b2 {
	left: 155px;
	width: 198px;
}
.b2 span {
	position: absolute;
	left: 41px;
	top: 17px;
}

.b3 {
	left: 353px;
	width: 155px;
}
.b3 span {
	position: absolute;
	left: 48px;
	top: 17px;
}

.b4 {
	left: 508px;
	width: 155px;
}
.b4 span {
	position: absolute;
	left: 48px;
	top: 23px;
}

.lineleft {
	position: absolute;
	left: 0;
	top: 0;
}
.lineright {
	position: absolute;
	right: 0;
	top: 0;
}


.gradleft {
	width: 64px;
	height: 29px;
	position: absolute;
	left: 0;
	bottom: 0;
 	background-image: url(../images/button_gradleft.gif);
	background-repeat: no-repeat;
}
a:hover .gradleft {
 	background-image: url(../images/blank.gif);
}
.gradright {
	width: 64px;
	height: 29px;
	position: absolute;
	right: 0;
	top: 0;
 	background-image: url(../images/button_gradright.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a:hover .gradright {
	background-position: 0 -29;
}