﻿.BtMenuCat
{
    font-family:Calibri;
    color:Black;
    font-size: 12pt;
    font-weight: bold;
    cursor:pointer;
	height: 32px;
	min-height: 32px;
	max-height: 32px;
    padding-left: 14px;
	height: 32px;
	min-height: 32px;
	max-height: 32px;
}

.BtMenuCat .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;/**/
}

.BtMenuCat .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;/**/
}

.BtMenuCat .BtMenuMiddle
{
    background-image: url(Images/Menu/BtMiddle.png);
    background-repeat: repeat-x;
    background-position: center top;
	height: 32px;
	min-height: 32px;
	max-height: 32px;/**/
}
.BtMenuCat:hover .BtMenuLeft
{
    background-image: url(Images/Menu/BtLeftHover.png);
}

.BtMenuCat:hover .BtMenuRight
{
    background-image: url(Images/Menu/BtRightHover.png);
}

.BtMenuCat:hover .BtMenuMiddle
{
    background-image: url(Images/Menu/BtMiddleHover.png);
}
