div#buttonA {

 /*   margin-left: 50px;*/

}

div#buttonA ul {

    margin: 0px;

    padding: 0px;

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 12px;

    line-height: 20px;

}

div#buttonA li {

    list-style-type: none;

    height: 20px;

    width: 160px;

    margin: 4px;

    text-align:left;
    
}

div#buttonA li a {

    text-decoration: none;

    height: 100%;

    width: 100%;

    display: block;

    background-color: #E49B14;

    border-style: solid;

    border-bottom-color: #BB8011;

    border-right-color: #BB8011;

    border-left-color: #F3C97A;

    border-top-color: #F3C97A;

}

div#buttonA li a:link {

    color: #000000;

    font-weight: bold;

    background-color:#E49B14;/* #999999;*/

    border-style: solid;

    border-bottom-color:#BB8011 ;

    border-right-color:#BB8011;

    border-left-color:  #F3C97A;

    border-top-color:  #F3C97A;

}

div#buttonA li a:visited {

    color: #000000;

    font-weight: normal;

    background-color: #E49B14;

    border-style: solid;

    border-bottom-color: #F3C97A;

    border-right-color: #F3C97A;

    border-left-color: #BB8011;

    border-top-color: #BB8011;

}

div#buttonA li a:hover {

    font-weight: bold;

    color: #FFFFFF;

    background-color:#EDAC34;/*#777777;*/

    border-style: solid;

    border-bottom-color: #F3C97A;/*#333333;*/

    border-right-color: #F3C97A;/*#555555;*/

    border-left-color: #BB8011 ;/*#BBBBBB;*/#BBBBBB;

    border-top-color: #BB8011;/*#DDDDDD;*/

}

div#buttonA li a:active {

    font-weight: bold;

    color: #FFFFFF;

    background-color: #EDAC34;

    border-style: solid;

    border-top-color: #F3C97A;

    border-left-color: #F3C97A;

    border-right-color: #BB8011;

    border-bottom-color: #BB8011;

}
