

#buttons
{
height: 37px;
width: 872px;
border-left: 2px solid #FFFFFF;
border-right: 2px solid #FFFFFF;
background: url(images/b/buttons.jpg) repeat-x;
padding-left: 0px;
}

#buttons li {
	display: inline;
}

#buttons a {
	display: block;
	float: left;
	width: 70px;
	height: 37px;
	background: #FFFFFF url(images/b/buttons.jpg) repeat-x;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;

}

#buttons a:hover {
	width: 70px;
    height: 37px;
	background: #FFFFFF url(images/b/buttons_r.jpg) repeat-x;
}

