
.buttons_overlaystyle {
position:absolute; top:125px;width:1000px; left:0px ; height:14px;background:#1B4460;
}

.buttons{
position:absolute;left:10px;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:#1B4460;
text-decoration: none;
padding: 0px 7px 0px 7px;
border-left-width:0px;border-left-style:solid;border-left-color: ;
border-right-width:0px;border-right-style:solid;border-right-color: ;
border-top-width: 0px;border-top-style:solid;border-top-color: ;
border-bottom-width: 0px;border-bottom-style: solid;border-bottom-color: ;

/* ----------------------------- */
}

.buttons ul li a:hover {

/* ----------------------------------------------- */
/*change button (when mouse over) style attributes */

text-decoration: none;
color: #FFFFFF !important;
background:#555555;

/* ----------------------------------------------- */
}

