body
{
    margin: 25px;
    font:bold 12px Verdana, Arial, Helvetica;
    color: white;
}
* {padding:0; margin:0}
.dropdown {float:left; padding-right:0px}
.dropdown dt
{
    width: 137.1px;
    border: 1px solid #009c36;
    padding: 5px;
    cursor: pointer;
    background-position: 100% 100%;
    background-image: url(images/Button3.jpg);
    background-color: transparent;
}
.dropdown dt:hover
{
    background-color: #000000;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position: 0% 0%;
}
.dropdown dd {position:absolute; overflow:hidden; width:150px; display:none; background:#fff; z-index:150}
.dropdown ul {width:150px; border:2px solid #9ac1c9; list-style:none; border-top:none}
.dropdown li
{
    display: inline;
    text-align: center;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:6px; color:#333; text-decoration:none; background:#eaf0f2; width:137.1px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}