﻿.HorizontalMenu
{
    background-color: #f0f0f0;
    border: solid 1px #cccccc;
}


.MenuTop_Line
{
    width: 1px;
    height: 17px;
    background: url(Images/MenuTop_Line.gif);
    background-repeat: no-repeat;
    color: Red;
}

/*----------------------------------------------------------------*/
.MenuTop
{
    /*background: url(Images/bgmenuleft.gif);*/
    background-position: left;
    color: #ffffff;
}

a.MenuTop:link, a.MenuTop:visited, a.MenuTop:active
{
    text-decoration: none;
    font-size: 11px;
    color: #ffffff;
    font-family: Arial;
    font-weight: bold;
}
a.MenuTop:hover
{
    /*text-decoration: underline;*/
    color: Yellow;
}
/*************************************************************************************/

.MenuTop_StaticMenuItemStyle
{
    z-index: 10000;
}

a.MenuTop_StaticMenuItemStyle:link, a.MenuTop_StaticMenuItemStyle:visited, a.MenuTop_StaticMenuItemStyle:active
{
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    z-index: 10000;
}

a.MenuTop_StaticMenuItemStyle:hover
{
    color: #ffffff;
    font-size: 11px;
    font-family: Verdana;
    text-decoration: underline;
    z-index: 10000;
}

.MenuTop_DynamicMenuStyle
{
    border: solid 1px #062043;
     background-color:#205090;
}

.MenuTop_DynamicMenuItemStyle
{
    padding: 6px;
    border-bottom: solid 1px #062043;
    z-index: 10000;
    text-align: left;
}

a.MenuTop_DynamicMenuItemStyle:link, a.MenuTop_DynamicMenuItemStyle:visited, a.MenuTop_DynamicMenuItemStyle:active
{
    padding: 6px;
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
    font-family: Verdana;
    z-index: 10000;
}

a.MenuTop_DynamicMenuItemStyle:hover
{
    text-decoration: underline;
    color: #ffffff;
    font-size: 11px;
    font-family: Verdana;
    z-index: 10000;
}


