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: #4BB2A0 /*#4BB2A0 #E49B14*/;

    border-style: solid;

    border-bottom-color:  #8EBBB3;

    border-right-color: #8EBBB3;

    border-left-color: #1B496A;

    border-top-color: #1B496A;

}

div#buttonA li a:link {

    color: #000000;

    font-weight: bold;

    background-color:#4BB2A0 /*E49B14;/* #999999;*/

    border-style: solid;

    border-bottom-color:#8EBBB3 ;

    border-right-color:#8EBBB3;

    border-left-color:  #1B496A;

    border-top-color:  #1B496A;

}

div#buttonA li a:visited {

    color: #000000;

    font-weight: normal;

    background-color: #0160A4 /*E49B14*/;

    border-style: solid;

    border-bottom-color: #0160A4;

    border-right-color: #0160A4;

    border-left-color: #1B496A;

    border-top-color: #1B496A;

}

div#buttonA li a:hover {

    font-weight: bold;

    color: #FFFFFF;

    background-color: #BFE5E2 /*#EDAC34;/*#777777;*/

    border-style: solid;

    border-bottom-color: #A9D4CC;/* #528F84;/* #F3C97A;/*#333333;*/

    border-right-color: #A9D4CC; /*#528F84 ;/*#F3C97A;/*#555555;*/

    border-left-color: #1B496A; /*#BB8011 ;/*#BBBBBB;*/

    border-top-color: #1B496A; /*#BB8011;/*#DDDDDD;*/

}

div#buttonA li a:active {

    font-weight: bold;

    color: #FFFFFF;

    background-color: #2E7064; /*#EDAC34*/;

    border-style: solid;

    border-top-color: #8EBBB3;

    border-left-color: #8EBBB3;

    border-right-color: #173448;

    border-bottom-color: #173448;

}