﻿/* Used for sub menus in Services, InsideUMPG, RoyaltyCentral */
.menuItemWrapper
{
    height:46px;
    width:200px;
    cursor:pointer;
}
.menuItem 
{
    font-size:10px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #333399;
}   
                
.menuNormal 
{
    margin:0 auto; 
    width:188px; 
    height:46px; 
    border:2px solid #ececec; 
    background-color:#f8f8f8;
}
                
.menuOverlay 
{
    xdisplay:none;
    position:relative; 
    top:-48px; 
    width:200px; 
    height:46px; 
    background-image:url(../images/overlay1.png);
}
