.menuWrapper {
    position: absolute;
    width: 120px;
    background-color: #000000;
    visibility: hidden;
    border-style: solid;
    border-width: 2px;
    border-color: #000000;
    padding: 3px;
}

.menuItem {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
    font-family: Times New Roman;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    padding-left: 10px;
    text-align: left;
    color: #5B65A2;
    background-color:transparent;
    background-image:url(images/menu-subitem-normal.jpg);
    background-repeat: repeat-x; 
    text-decoration: none;
    position: absolute;
    left: 0px;
    width: 120px;
    height: 22px;
    line-height:1.4em;
}
.menuItemOn {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
    font-family: Times New Roman;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    padding-left: 10px;
    text-align: left;
    color: #FFFFFF;
    background-color:transparent;
    background-image:url(images/menu-subitem-highlight.jpg);
    background-repeat: repeat-x; 
    text-decoration: none;
    position: absolute;
    left: 0px;
    width: 120px;
    height: 26px;
    line-height:1.4em;
}
