
.buttons_overlaystyle {
position:absolute; top:150px;width:980px; left:0px ; height:25px;background:#0128FF;
}

.buttons{
position:absolute;left:20px;font-size:15px;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:#0128FF;
text-decoration: none;
padding: 0px 5px 0px 5px;
border-left-width:0px;border-left-style:solid;border-left-color: #000000 ;
border-right-width:0px;border-right-style:solid;border-right-color: #000000 ;
border-top-width: 0px;border-top-style:solid;border-top-color: #000000 ;
border-bottom-width: 0px;border-bottom-style: solid;border-bottom-color: #000000 ;

/* ----------------------------- */
}

.buttons ul li a:hover {

/* ----------------------------------------------- */
/*change button (when mouse over) style attributes */

text-decoration: underline;
color: #EEEEEE !important;
background:#0128FF;

/* ----------------------------------------------- */
}

