﻿
a.MenuBanner:link, a.MenuBanner:visited, a.MenuBanner:active
{
    text-decoration: none;
    font-size: 11px;
    color: #ffffff;
    font-family:Tahoma;
    font-weight:bold;
}
a.MenuBanner:hover
{
    text-decoration: underline;
}
/*************************************************************************************/

/*----------------------------------------------------------------*/
.MenuTop
{
    /*background: url(Images/bgmenuleft.gif);*/
    background-position: left;
    color: #15429e;
}

a.MenuTop:link, a.MenuTop:visited, a.MenuTop:active
{
    text-decoration: none;
    font-size: 14px;
    color: #163748;
    font-family: Tahoma;
    font-weight:bold;
    text-transform:uppercase;
}
a.MenuTop:hover
{
    /*text-decoration: underline;*/
    color:#2f687c;
}
/*************************************************************************************/

.MenuTop .StaticMenuItemStyle
{
    z-index: 10000;
}

.MenuTop a.StaticMenuItemStyle:link, .MenuTop a.StaticMenuItemStyle:visited, .MenuTop a.StaticMenuItemStyle:active
{
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10000;
}

.MenuTop a.StaticMenuItemStyle:hover
{
    color:Yellow;
    font-size: 11px;
    font-family: Verdana;
    text-transform: uppercase;
    z-index: 10000;
}

.MenuTop .DynamicMenuStyle
{
    border: solid 1px #cccccc;
    background-color: #ffffff;
    z-index: 10000;
    text-align:left;
    
}

.MenuTop .DynamicMenuItemStyle
{
    padding: 6px;
    border-bottom: solid 1px #cccccc;
    z-index: 10000;
    text-align:left;
}

.MenuTop a.DynamicMenuItemStyle:link, .MenuTop a.DynamicMenuItemStyle:visited, .MenuTop a.DynamicMenuItemStyle:active
{
    padding: 6px;
    text-decoration: none;
    color: #cf200f;
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    z-index: 10000;
}

.MenuTop a.DynamicMenuItemStyle:hover
{
    text-decoration: none;
    color: Red;
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    z-index: 10000;
    cursor: url(Images/buom.ANI);
}



/*----------------------------------------------------------------*/
.MenuLeft
{
    /*background: url(Images/bgmenuleft.gif);*/
    background-position: left;
    padding-left: 0px;
    color: #eeeeee;
    background-color:#f6f6f6;
}

.MenuLeft .StaticMenuItemStyle
{
    z-index: 10000;
}

.MenuLeft a.StaticMenuItemStyle:link, .MenuLeft a.StaticMenuItemStyle:visited, .MenuLeft a.StaticMenuItemStyle:active
{
    text-decoration: none;
    color: #434343;
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    z-index: 10000;
}

.MenuLeft a.StaticMenuItemStyle:hover
{
    font-size: 11px;
    font-family: Verdana;
    z-index: 10000;
    color:#ff0000;
    text-decoration:none;
}

.MenuLeft .DynamicMenuStyle
{
    border: solid 1px #cccccc;
    background-color: #ffffff;
    z-index: 10000;
}

.MenuLeft .DynamicMenuItemStyle
{
    padding: 10px;
    border-bottom: solid 1px #cccccc;
    z-index: 10000;
}

.MenuLeft a.DynamicMenuItemStyle:link, .MenuLeft a.DynamicMenuItemStyle:visited, .MenuLeft a.DynamicMenuItemStyle:active
{
    text-decoration: none;
    color: #434343;
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    z-index: 10000;
}

.MenuLeft a.DynamicMenuItemStyle:hover
{
    text-decoration: none;
    color: #ff0000;
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    z-index: 10000;
    text-decoration: underline;
}


