.dropdown {
    border: 1px solid #555;
    background-color: #999966;
    color: #FFF;
    position: absolute;
    top: 125px;
    left: 149px;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    line-height: 18px;
    z-index: 1000;
}

.dropdown .dropdownBorder {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #FFF #555 #000 #FFF;    
}


.dropdownItem {
    border-bottom: 1px solid #555;
}

.dropdownItem a {
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 0 1em;
}

.dropdownItem a:hover {
    background-color: #333300;
}