﻿body {
}

.TopLevelMenuTheme
{
    width : auto;
    height : 18px;
    font-family : System;
    font-size : 10pt;
    color : White;    
    float : left;
    border-right : solid 1px White;
    
    text-align : center;
    cursor : pointer;
    font-weight : normal;
    float : left;
    padding-left : 12px;
    padding-right : 12px;    
}

.SubLevelMenuItemTheme
{    
    height : 18px;
    padding-top : 4px;
    padding-bottom : 4px;
}



.SubLevelMenuTheme
{    
    width : 180px;
    height : auto;
    font-family : System;
    font-size : 10pt;    
    background-image:url(http://dental.msi-staging.com/Admin/Images/ChMenu.JPG);
    float : left;
    text-align : left;
    cursor : pointer;
    padding-left : 5px;
    padding-right : 5px;
    position : absolute;
    top : 100px;
    left : 100px;
    visibility : hidden;
    font-weight : normal;
    color : White;     
}
