.RadMenu_Outlook
{
}

.rmItem
{
    width: 0px;
    text-align: center;
}

.rmLink
{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: 500;
    height: 40px;
    color: Black;
}

.dynamicSeprator
{
    height: 0px;
}

.rmText
{
    margin-top: 10px;
    padding: 5px;
}

.dynamicMenuItem
{
    background-image: url('../Images/MasterPage/submenu.jpg');
    width: 150px;
    height: 27px;
    font-size: 8pt;
    padding: 0px;
    text-align: right;
    direction: rtl;
}

.dynamicMenuItem .rmText
{
    padding-top: 20px;
}

.dynamicMenuItem:hover, .dynamicMenuItem.rmExpanded
{
    color: #2D5372;
    background-image: url('../Images/MasterPage/submenu.jpg');
    background-position: bottom;
}

/*.RadMenu_Outlook .rmHorizontal .rmExpanded, .RadMenu_Outlook .rmHorizontal .rmExpanded:hover, */
.staticMenuItem.rmExpanded, .staticMenuItem:hover
{
    color: white;
    background-image: url('../Images/MasterPage/menu_over0.jpg');
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
}

.RadMenu_Outlook .rmGroup
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #5795B5;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #5795B5;
    border-top-style: solid;
    border-top-width: 9px;
    border-top-color: #C4C9CF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #5795B5;
}

.staticMenuItem
{
    width: 0px;
}

.staticMenuItem .rmText
{
   /* width: 59px;*/
    width:75px;
}

.staticSeprator
{
}
.rmLink .staticSeprator a
{
}

.dynamicSeprator
{
}

