
.buttons_overlaystyle {
position:absolute; top:88px;width:180px; left:0px ; height:30px;background:#FFFFFF;
}

.buttons{
position:absolute;left:0px;font-size:11px;font-weight:normal;font-style:normal;
}

.buttons ul{
margin: 0;
padding: 0;

}

.buttons ul li{
display: block;

}

.buttons ul li a{
display: block;

width:180px;

/* ----------------------------- */
/*change button style attributes */

color: #FEB300;
background: #777777;
text-decoration: none;
padding: 7px 1px 7px 7px;
border-left-width:2px;border-left-style:solid;border-left-color: #FFFFFF ;
border-right-width:2px;border-right-style:solid;border-right-color: #FFFFFF ;
border-top-width: 2px;border-top-style:solid;border-top-color: #FFFFFF ;
border-bottom-width: 2px;border-bottom-style: solid;border-bottom-color: #FFFFFF ;

/* ----------------------------- */
}

.buttons ul li a:hover {

/* ----------------------------------------------- */
/*change button (when mouse over) style attributes */

text-decoration: underline;
color: #EEC983 !important;
background: #777777;

/* ----------------------------------------------- */
}


