
.buttons_overlaystyle {
position:absolute; top:101px;width:794px; left:3px ; height:24px;background:#BDD73E;
}

.buttons{
position:absolute;left:10px;font-size:12px;font-weight:bold;font-style:normal;
}

.buttons ul{
margin: 0;
padding: 0;
float:left;
}

.buttons ul li{
display: inline;

}

.buttons ul li a{
display: inline;
float:left;


/* ----------------------------- */
/*change button style attributes */

color: #333333;
background: #BDD73E;
text-decoration: none;
padding: 5px 15px 5px 15px;
border-left-width:0px;border-left-style:solid;border-left-color: #FFFFFE ;
border-right-width:0px;border-right-style:solid;border-right-color: #FFFFFE ;
border-top-width: 0px;border-top-style:solid;border-top-color: #FFFFFE ;
border-bottom-width: 0px;border-bottom-style: solid;border-bottom-color: #FFFFFE ;

/* ----------------------------- */
}

.buttons ul li a:hover {

/* ----------------------------------------------- */
/*change button (when mouse over) style attributes */

text-decoration: underline;
color: #FF0000 !important;
background: #BDD73E;

/* ----------------------------------------------- */
}

