.topnav
{
    font-family: tahoma;
    font-size: 1px;
    cursor: hand;
}
/* Custom Tabs------------------------------------------------------ */
.topnav td:not(#ctl00_MainMenu_7):not(#ctl00_ctl00_MainMenu_7)
{
    cursor: pointer;
}

/* Links------------------------------------------------------ */

/*-------------------------------------------------------------*/
.customTabs .ajax__tab_header
{
    background: url(../Images/Tabs/tab-line.gif) repeat-x bottom;
    font-family: arial,verdana,tahoma;
    font-size: 12px;
    background-color: transparent;
    color: #3f3828;
}
.customTabs .ajax__tab_outer
{
    background: url(../Images/Tabs/tab-right.gif) no-repeat right top;
    height: 25px;
}

.customTabs .ajax__tab_inner
{
    background: url(../Images/Tabs/tab-left.gif) no-repeat;
    padding-left: 7px;
    padding-right: 7px;
    color: White;
}
.customTabs .ajax__tab_tab
{
    background: url(../Images/Tabs/tab.gif) repeat-x;
    cursor: pointer;
    padding: 5px 25px;
    margin: 8;
    color: black;
    padding-bottom: 0px;
    padding-top: 6px;
    margin-bottom: 0px;
}
.customTabs .ajax__tab_body
{
    font-family: verdana,tahoma;
    background-color: transparent;
    text-align: left;
    color: Black;
    font-size: 10pt;
    border: 0px solid #3f3828;
    border-top: solid 1px #b9ac96;
    border-bottom: none 0px;
    border-top: 0;
    width: 100%;
    padding: 10px;
}
/* Hover */
.customTabs .ajax__tab_hover .ajax__tab_outer
{
    background: url(../Images/Tabs/tab-right.gif) no-repeat right top;
}
.customTabs .ajax__tab_hover .ajax__tab_inner
{
    background: url(../Images/Tabs/tab-left.gif) no-repeat;
}
.customTabs .ajax__tab_hover .ajax__tab_tab
{
    background: url(../Images/Tabs/tab.gif) repeat-x;
    cursor: pointer;
}
/* Active */
.customTabs .ajax__tab_active .ajax__tab_outer
{
    background: url(../Images/Tabs/tab-active-right.gif) no-repeat right top;
}
.customTabs .ajax__tab_active .ajax__tab_inner
{
    background: url(../Images/Tabs/tab-active-left.gif) no-repeat;
}
.customTabs .ajax__tab_active .ajax__tab_tab
{
    color: White;
    background: url(../Images/Tabs/tab-active.gif) repeat-x;
}

/* ------------------------------------------------------- */
.SubTopMenu
{
    background-color: #bbdbda;
    color: #05434e;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
    cursor: pointer;
}
.SubTopMenuHover
{
    background-color: #bbdbda;
    color: #05434e;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
    cursor: pointer;
}
.SubSmallTopMenu
{
    background-color: #bbdbda;
    color: #05434e;
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 10px;
    cursor: pointer;
}
.SubSmallTopMenuHover
{
    background-color: #bbdbda;
    color: #05434e;
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 10px;
    cursor: pointer;
}
.SubMenu
{
    background-color: #dbe5e6;
    color: #094550;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 3px;
    padding-top: 3px;
    cursor: pointer;
}
.SubMenuHover
{
    background-color: #007c84;
    color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 3px;
    padding-top: 3px;
    cursor: pointer;
}
.SubMenuSmall
{
    background-color: #FFFFFF;
    color: #004553;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 10px;
    line-height: 25px;
    cursor: pointer;
}
.SubMenuHoverSmall
{
    background-color: #017b86;
    color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 10px;
    line-height: 25px;
    cursor: pointer;
}
/* ------------------------------------------------------- */
.HeaderMenu
{
    background-color: #ededed;
    color: #0d6c82;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 3px;
    padding-top: 7px;
    line-height: 25px;
    cursor: pointer;
}
.HeaderMenuHover
{
    background-color: #ededed;
    color: #0d6c82;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 3px;
    padding-top: 7px;
    line-height: 25px;
    cursor: pointer;
}
.HeaderSmallMenu
{
    background-color: #FFFFFF;
    color: #004553;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 3px;
    padding-top: 7px;
    line-height: 25px;
    cursor: pointer;
}
.HeaderSmallMenuHover
{
    background-color: #FFFFFF;
    color: #004553;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 3px;
    padding-top: 7px;
    line-height: 25px;
    cursor: pointer;
}
.InnerMenu
{
    background-color: #FFFFFF;
    color: #004553;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 10px;
    line-height: 25px;
    cursor: pointer;
}
.InnerMenuHover
{
    background-color: #017b86;
    color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 10px;
    line-height: 25px;
    cursor: pointer;
}
.InnerMenuActive
{
    background-color: #017b86;
    color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 10px;
    line-height: 25px;
    cursor: pointer;
}
/* ------------------------------------------------------- */