﻿
.SideMenuBar_button
{
    background-position: center top;
    background-image: url('images/menubutton.jpg');
    background-repeat: no-repeat;
    height: 33px;
    width: 150px;
    cursor:pointer;
}
.SideMenuBar_button div
{
	padding-bottom:12px;
	padding-right:6px;
    cursor:pointer;
}
.SideMenuBar_button a
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
.SideMenuBar_button a:hover
{
    color: #E4BB7B;
    text-decoration: none;
}

