.menuitem 
{
    background-color: #D9D9DB;
    border-top:none 0px;
    border-left: none 0px;
    border-right: none 0px;
    border-bottom: solid 1px #000000;
    color: #000000;
    font-family: Helvetica;
    font-size:12px;
    font-weight: bold;
    font-variant: small-caps;
    padding: 1px 0px 1px 0px;
    width: 140px;
}

.menuicon 
{
    border-top: none 0px;
    border-left: solid 1px #000000;
    border-bottom: solid 1px #000000;
    border-right: none 0px;
    padding: 1px 0px 1px 0px;
    width: 0px;
}

.menuitemselected 
{
    background-color: Maroon;
    border-top: none 0px;
    border-left: none 0px;
    border-bottom: solid 1px;
    border-right: none 0px;
    color: White;
    font-family: Helvetica;
    font-size:12px;
    font-variant: small-caps;
    font-weight: bold;
    cursor: pointer;
}

.rootmenuclass
{
    background-color:#666666;
    color: #FFFFFF;
    border-bottom: solid 1px #666666;
}

.submenu 
{
    background-color:#CCCCCC;
    padding-left: 0px;
    padding-right: 0px;
}

.menuarrow 
{
    border-top: none 0px;
    border-left: none 0px;
    border-bottom: solid 1px #000000;
    border-right: none 0px;
    padding: 1px 0px 1px 0px;
    width: 0px;
}

.menucontainer 
{
    width:100%;
}

.rootmenuitem 
{
    background-color: #D9D9DB;
}

.menuarrow 
{
    width:0px;
}
