.buttonmenu {
list-style-type: none;
font-size:12px;
margin: 0px;
}
.buttonmenu {
list-style-type: none;
padding: 0px 0px 0px 4px;
}
.buttonmenu li a{
font-family: Comic Sans MS;
text-align:left;
padding-left:2px;
color: white;
display: block;
text-decoration: none;
height:17px;
width: 52px;
background:transparent url(images/buttons.png) no-repeat top left;
}
.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
background:transparent url(images/buttons.png) no-repeat bottom left;
}



//*button_play*//
td.play {
	border: none;
	width: 51px;
	margin: 0 auto;
	background: none;
}
td.play span{
    display:none;
}
.play a.btn {
    display:block;
	width: 51px;
	height: 51px;
	cursor: pointer;
	position:absolute; left: 240px; top: 39%;
	background: transparent url(images/play.png) no-repeat top right;
}
.play .btn:hover {
	background: transparent url(images/play.png) no-repeat bottom right ;
}
.stat { 
    color:#ffffff;
	font-size: 13px;
	text-align: center;
	padding-left: 6px;
	font-family: Comic Sans MS;
	font-weight: bolder;
	text-shadow: #000 -1px -1px 0px;
	vertical-align:bottom;
	line-height:14px;
}


.stat1 { 
    color:#ffffff;
	font-size: 13px;
	text-align: center;
	padding-left: 3px;
	font-family: Comic Sans MS;
	font-weight: bolder;
	text-shadow: #000 -1px -1px 0px;
	vertical-align:top;
	line-height:14px;
}


//*button_play1*//
td.play1 {
	border: none;
	margin: 0 auto;
	background: none;
}
td.play1 span{
    display:none;
}



.play1 a.btn {
    display:block;
	width: 51px;
	height: 51px;
	cursor: pointer;
	position:absolute; left: 180px; top:39%;
	background: transparent url(images/play1.png) no-repeat top left;
}
.play1 .btn:hover {
	background: transparent url(images/play1.png) no-repeat bottom right ;
}





