﻿

.MenuItem
{
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: bold;
    color: White;
    cursor: hand;
    height: 27px;
    margin-bottom: -1px;
            
}

.TopMenuItem
{
    font-family: Arial;
    color: #5284ad;
    font-size: 14px;
    text-decoration: none;
    cursor: hand;    
}

.TopMenuItem a
{
    font-family: Arial;
    color: #5284ad;
    font-size: 14px;
    text-decoration: none;
    cursor: hand;    
}
    

.TopMenuBar
{
    margin-left: 11px;    
    width: 580px;
    
}

.menuContain
{
    width: 204px;   
    
}

.menuInternalContain
{
    width: 201px;   
    
}



.SubMenuItem tr
{
    background-color: #467ba7;    
    
}
.SubMenuItemSel
{
    background-color: #467ba7;
    
    
    height: 27px;    
}


.MenuWrapper
{    
    width: 204px;    
}

