﻿.Menu
{
    width: 100%;
    text-align: left;
}

/* Tab Styles */

.TabView
{
    margin: 0 0 0 10px;
    width: 100%;
    float: left;
    height: 22px !important;
}
.TabItem
{
    color: #ffcf00;
    background-color: #b5b6b5;
    text-decoration: none;
    font-size: 11px;
    height: 22px;
    float: left;
    text-align: center;
    margin-right: 1px;
}
.TabItem a
{
    color: #fff;
    text-decoration: none;
}
.TabItem a:hover
{
    color: #ffcf00;
    text-decoration: none;
}
.TabItem_Selected
{
    color: #ffcf00;
    background-color: #292c29;
    text-decoration: none;
    font-size: 11px;
    height: 22px;
    float: left;
    text-align: center;
    margin-right: 1px;
    font-weight: bold;
}
.TabItem_Selected a
{
    color: #ffcf00;
    text-decoration: none;
    font-weight: bold;
}
.TabItem_Selected a:hover
{
    color: #ffcf00;
    text-decoration: none;
    font-weight: bold;
}
.TabItem_Hover
{
    color: #ffcf00;
    background-color: #292c29;
    text-decoration: none;
    font-size: 11px;
    height: 22px;
    float: left;
    text-align: center;
    margin-right: 1px;
}
.TabItem_Hover a
{
    color: #ffcf00;
    text-decoration: none;
}
.TabItem_Hover a:hover
{
    color: #ffcf00;
    text-decoration: none;
}

/* Image Tab Styles */

.tabTable
{
    float: left;
    border: 0;
    padding: 0;
    margin: 0 2px 0 0;
}
.tabTable TD
{
    padding: 0px;
    margin: 0px;
}
.tabR
{
    height: 22px;
    width: 2px;
    background-image: url(../images/tab_r_default.png);
    background-repeat: no-repeat;
    background-position: center left;
}
.tabL
{
    height: 22px;
    width: 2px;
    background-image: url(../images/tab_l_default.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.tabR_Select
{
    height: 22px;
    width: 2px;
    background-image: url(../images/tab_r.png);
    background-repeat: no-repeat;
    background-position: center left;
}
.tabL_Select
{
    height: 22px;
    width: 2px;
    background-image: url(../images/tab_l.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.tabText img, .tabText_Select img
{
    width: 18px;
    height: 18px;
    margin: 2px -18px 0px 2px;
    line-height: 22px;
    vertical-align: middle;
    float: left;
}
.tabText a
{
    color: #575757;
    text-decoration: none;
    font-size: 11px;
    text-align: center;
    line-height: 22px;
    vertical-align: middle;
}
.tabText a:hover
{
    color: #ffcf00;
    text-decoration: none;
    font-size: 11px;
    line-height: 22px;
    vertical-align: middle;
}
.tabText_Select a
{
    color: #ffcf00;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    line-height: 22px;
    vertical-align: middle;
}
.tabText
{
    background-image: url(../images/tab_bg.png);
    background-repeat: repeat-x;
    background-position: top center;
    background-color: #b5b6b5;
    width: 110px;
    height: 22px;
    float: left;
    text-align: center;
    margin-right: 1px;
    line-height: 22px;
    vertical-align: middle;
}
.tabText_Select
{
    background-color: #292c29;
    background-image: url(../images/tab.png);
    background-repeat: repeat-x;
    width: 110px;
    height: 22px;
    float: left;
    text-align: center;
    margin-right: 1px;
    line-height: 22px;
    vertical-align: middle;
}

/* Main Menu Items - Top Level */

.ParentItem
{
    padding: 0px 2px 0px 2px;
    color: #fff;
    font-size: 11px;
    width: 100%;
    margin-bottom: 2px;
}
.ParentMenu TD
{
    padding: 2px 2px 1px 2px;
}
.ParentItem_Hover
{
    padding: 0px 2px 0px 2px;
    color: #ffcf00;
    font-size: 11px;
    height: 100%;
}
.ParentItem_Selected
{
    padding: 0 2px 0 2px;
    color: #ffcf00;
    font-size: 11px;
    font-weight: bold;
}

.menuTable
{
    width: 100%;
    padding: 0px;
    margin: 0px 0px 4px 0px;
}
.tabRow
{
    background-color: #fff;
}
.menuRow
{
    background-color: #fff;
}
.menu_leftCell, .menu_rightCell
{
    display: none;
}
.menu_innerCell
{
    background-image: url(../images/menu.png);
    background-repeat: repeat-x;
    background-color: #292c29;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    height: 22px; line-height: 22px; vertical-align: middle;
    box-shadow: 3px 3px 3px #999;
}


/* Main Menu Items - Sub Item Level */

.ChildItem
{
    font-size: 11px;
    color: #000;
    text-decoration: none;
    background-color: #b5b6b5;
}
.ChildItem_Hover
{
    font-size: 11px;
    background-color: #b5b6b5;
    color: #ffcf00;
    text-decoration: none;
}

.ChildItem TD
{
    padding: 6px;
    background-color: #b5b6b5;
}
.ChildItem_Hover TD
{
    padding: 6px;
    background-color: #b5b6b5;
}

.ChildMenuTable
{
    border: none !important;
    margin-top: 5px;
}
.ChildMenuFoot
{
    padding: 0px;
    margin: 0px;
    border: 0px;
    float: left;
    border: solid 1px Red;
    width: 24%;
    margin-top: 20px;
    position: absolute;
    left: 0;
    height: 20px;
}
.ChildMenuFoot TD
{
    padding: 0px;
}
.ChildMenuFoot_Left
{
    width: 5px;
    height: 20px;
    background-color: #000;
}
.ChildMenuFoot_Mid
{
    background-color: #b5b6b5;
    height: 20px;
}
.ChildMenuFoot_Right
{
    width: 5px;
    height: 20px;
    background-color: #000;
}


