﻿.SideMenuTable
{
    background-color: #C19760;
    width:189px;
    cursor: pointer;

}
.SideMenuInnerTable
{
    background-color: #D5D0D0;
    height:300px;
    cursor: pointer;
}
.SideMenuButtonRepeat
{
    height:41px;
    background-image: url('images/leftmenumiddle.jpg');
    background-repeat: repeat-X;
    background-position: left top;    
}
.SideMenuButtonLeft
{
    background-image: url('images/leftmenuleft.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    height: 41px;
}
.SideMenuButtonRight
{
    background-image: url('images/leftmenuright.jpg');
    background-repeat: no-repeat;
    background-position: right top;    
    height:41px;
}

.SideMenuButtonRight a
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}
.SideMenuButtonRight a:hover
{
    color: #C19760;
    text-decoration: none;
    cursor: pointer;
}

.SideMenuButtonRight div
{
    padding-top: 10px;
    height: 25px;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    cursor: pointer;
}
