﻿.Menu
{
    /*clear: both; */
    position: absolute;
    background-image: url(Images/Menu/MenuSub.png);
    background-repeat: repeat-x;
    background-position: center center;
    font-weight: bold;
    top: 70px;
    width: 1020px;
    /*border-style: solid;
    border-width: 1;
    border-color: Teal;
    vertical-align: middle;
    height: 32px;
    min-height: 32px;
    max-height: 32px;*/
    z-index: 100;
}

.BtMenu
{
    /*clear: both; */
    position: relative;
    cursor: pointer;
    padding-right: 5px;
    font-family: Calibri;
    text-decoration: none;
    font-size: 12pt;
    font-weight: bold;
    z-index: 100;/* */
}

.BtMenu .BtMenuLeft
{
    background-image: url(Images/Menu/BtLeft.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 14px;
    height: 32px;
    min-height: 32px;
    max-height: 32px;
}

.BtMenu .BtMenuRight
{
    background-image: url(Images/Menu/BtRight.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 14px;
    height: 32px;
    min-height: 32px;
    max-height: 32px;
}

.BtMenu .BtMenuMiddle
{
    background-image: url(Images/Menu/BtMiddle.png);
    background-repeat: repeat-x;
    background-position: center top;
    color: Black;
    height: 32px;
    min-height: 32px;
    max-height: 32px;
}

.BtMenuhover
{
    position: relative;
    font-family: Calibri;
    text-decoration: none;
    font-size: 12pt;
    font-weight: bold;
    cursor: pointer; /*height: 32px;     min-height: 32px;     max-height: 32px;*/
}

.BtMenuhover .BtMenuLeft
{
    background-image: url(Images/Menu/BtLeftHover.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 14px; /*height: 32px;     min-height: 32px;     max-height: 32px;*/
}

.BtMenuhover .BtMenuRight
{
    background-image: url(Images/Menu/BtRightHover.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 14px; /*height: 32px;     min-height: 32px;     max-height: 32px;*/
}

.BtMenuhover .BtMenuMiddle
{
    background-image: url(Images/Menu/BtMiddleHover.png);
    background-repeat: repeat-x;
    background-position: center top;
    height: 32px;
    min-height: 32px;
    max-height: 32px;
    color: White;
}

.BtMenuSelected
{
    position: relative;
    font-family: Calibri;
    font-size: 12pt;
    font-weight: bold; /*height: 32px;     clear: both;     min-height: 32px;     max-height: 32px;*/
}
.BtMenuSelected .BtMenuLeft
{
    background-image: url(Images/Menu/BtLeftSelected.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 14px; /*height: 32px;     min-height: 32px;     max-height: 32px;*/
}

.BtMenuSelected .BtMenuRight
{
    background-image: url(Images/Menu/BtRightSelected.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 14px; /*height: 32px;     min-height: 32px;     max-height: 32px;*/
}

.BtMenuSelected .BtMenuMiddle
{
    background-image: url(Images/Menu/BtMiddleSelected.png);
    background-repeat: repeat-x;
    background-position: center top;
    height: 32px;
    min-height: 32px;
    max-height: 32px;
    color: red;
}
