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

