﻿.staticMenuItem
{
    background-color: Transparent;
    vertical-align: top;
    height: 26px;
}
.staticMenuItem IMG
{
    vertical-align: top !important;
}
.IE8Fix
{
    z-index: 100;
}
table.dynamicMenuItem
{

    text-align: left;
    padding-left: 5px;
    padding-right: 10px;
    height: 22px;
    border-bottom: 1px solid #7d7e80;
    border-left: 1px solid #7d7e80;
    border-right: 1px solid #7d7e80;
    border-top: 0px;
    background-color: Transparent !important;
    white-space: nowrap;
    background-image: url(../CommonControls/WSMainMenus/img/ddmenu_bground_dnm.gif) !important;
}

table.dynamicHoverItem
{

    text-align: left;
    padding-left: 5px;
    padding-right: 10px;
    height: 22px;
    border-bottom: 1px solid red;
    border-left: 1px solid red;
    border-right: 1px solid red;
    border-top: 0px;
    background-color: Transparent !important;
    white-space: nowrap;
    background-image: url(../CommonControls/WSMainMenus/img/ddmenu_bground_on.gif) !important;
}

a.dynamicMenuItem
{
    font-size: 11px;
    font-family: Arial;
    text-align: left;
    cursor: hand;
    font-weight: bold !important;
    color: #787878; 
    text-decoration: none;
    cursor: default;
}
a.dynamicMenuItem:link, a.dynamicMenuItem:visited
{
    font-size: 11px;
    font-family: Arial;
    text-align: left;
    cursor: hand;
    font-weight: bold !important;
    color:  #555555; 
    text-decoration: none;
    cursor: pointer !important;
    cursor: hand !important;
}
a.dynamicMenuItem:hover, a.dynamicMenuItem:active
{
    font-size: 11px;
    font-family: Arial;
    text-align: left;
    cursor: hand;
    font-weight: bold !important;
    color:  #761C2B; 
    text-decoration: none;
    cursor: pointer !important;
    cursor: hand !important;
}
/*
.dynamicMenuItemHover
{
    font-size: 11px;
    font-family: Arial;
    text-align: left;
    padding-left: 5px;
    padding-right: 10px;
    cursor: hand;
    font-weight: bold;
    color: #761C2B !important;
    height: 22px;
    background-image: url(../CommonControls/WSMainMenus/img/ddmenu_bground_on.gif) !important;
    border-bottom: 1px solid #7d7e80;
    border-left: 1px solid #7d7e80;
    border-right: 1px solid #7d7e80;
    background-color: Transparent !important;
    text-decoration: none !important;
}
*/
/*
td.dynMenuItem
{
    text-align: left;
    padding-left: 5px;
    padding-right: 30px;
    height: 22px;
    border-bottom: 1px solid #7d7e80;
    border-left: 1px solid #7d7e80;
    border-right: 1px solid #7d7e80;
    border-top: 0px;
    background-color: Transparent !important;
    white-space: nowrap;
}
td.dynMenuItemTop
{
    border-top: 1px solid #7d7e80;
}
td.dynMenuItemUnselected
{
    background-image: url(../CommonControls/WSMainMenus/img/ddmenu_bground_off.gif) !important;
}
td.dynMenuItemSelected
{
    background-image: url(../CommonControls/WSMainMenus/img/ddmenu_bground_on.gif) !important;
}
a.dynMenuItem:link, a.dynMenuItem:visited
{
    font-size: 11px;
    font-family: Arial;
    text-align: left;
    cursor: hand;
    font-weight: bold;
    color: #555555;
    text-decoration: none;
}
a.dynMenuItem:hover, a.dynMenuItem:active
{
    font-size: 11px;
    font-family: Arial;
    text-align: left;
    cursor: hand;
    font-weight: bold;
    color: #761C2B;
    text-decoration: none;
}

*/