.mnuTitle {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    width: 120px;
    margin: 5px auto 2px auto;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: default;
    text-indent :6px ;
    text-align :left ;
    padding-top :5px ;
    margin-top :5px ;
    width :120px ;
}

.menuItem
{
    font-size: 10pt;
    cursor: pointer;
    text-indent: 13px;
    width: 125px;
    text-align: left;
}

.menuItemHover
{
    font-size: 10pt;
    cursor: pointer;
    width:125px;
    text-align :left;
    text-indent: 13px;
}

.childMenuItem
{
    font-size: 10pt;
    cursor: pointer;
    background-image: url("../images/childMenuBullet.gif");
    background-repeat: no-repeat;
    text-indent: 25px;
}

.childMenuItemHover
{
    font-size: 10pt;
    cursor: pointer;
    background-image: url("../images/childMenuBullet.gif");
    background-repeat: no-repeat;
    text-indent: 25px;
}

.mnuTable
{
    font-size: 10pt;
    padding-top: 5px;
    display: table;
    border-collapse: separate;
}

.mnuRow
{
    font-size: 10pt;
    display: table-row;
    width: auto;
}

.mnuCell
{  
    font-size: 10pt;
    float: left;
    display: table-cell;
    padding-bottom: 5px;
    padding-right: 5px;
}