
.buttons_overlaystyle {
position:absolute; top:160px;width:1000px; left:0px ; height:29px;background:#717076;
}

.buttons{
position:absolute;left:0px;font-size:12px;font-weight:normal;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: #ffffff;
background:#717076;
text-decoration: none;
padding: 7px 10px 7px 10px;
border-left-width:0px;
border-right-width:0px;
border-top-width:0px;
border-bottom-width:0px;

/* ----------------------------- */
}

.buttons ul li a:hover {

/* ----------------------------------------------- */
/*change button (when mouse over) style attributes */

text-decoration: none;
color: #ffffff !important;
background:#3f76ac;

/* ----------------------------------------------- */
}

