﻿.SideMenuBarHover
{
    padding: 0px 0px 4px 0px;
    margin: 0px;
    height: 36px;
    width: 202px;
    background-position: left top;
    background-image: url('/menus/images/sidebuttonHover.png');
    background-repeat: no-repeat;
    padding-bottom: 4px;

}
.SideMenuBarHover li
{
    padding: 7px 0px 0px 30px;
    margin: 0px;
    list-style: none;
    padding-left: 30px;
    padding-top: 7px;
     width:100%;
    height: 25px;
    cursor: pointer;

}

.SideMenuBar
{
    padding: 0px 0px 4px 0px;
    margin: 0px;
    height: 36px;
    width: 202px;
    background-position: left top;
    background-image: url('/menus/images/sidebutton.png');
    background-repeat: no-repeat;
}
.SideMenuBar li
{
    padding: 7px 0px 0px 30px;
    margin: 0px;
    list-style: none;
    padding-left: 30px;
    padding-top: 7px;
     width:100%;
    height: 25px;
    cursor: pointer;
}



.SideMenuBarHoverIE
{
    padding: 0px 0px 4px 0px;
    margin: 0px;
    height: 36px;
    width: 202px;
    background-position: left top;
    background-image: url('/menus/images/sidebuttonHoverIE2.gif');
     background-repeat: no-repeat;
    padding-bottom: 4px;

}
.SideMenuBarHoverIE li
{
    padding: 7px 0px 0px 0px;
    margin: 0px;
    list-style: none;
    padding-left: 30px;
    padding-top: 7px;
     width:100%;
    height: 25px;
    cursor: pointer;

}

.SideMenuBarIE
{
    padding: 0px 0px 4px 0px;
    margin: 0px;
    height: 36px;
    width: 202px;
    background-position: left top;
    background-image: url('/menus/images/sidebuttonIE2.gif');
    background-repeat: no-repeat;
}
.SideMenuBarIE li
{
    padding: 7px 0px 0px 0px;
    margin: 0px;
    list-style: none;
    padding-left: 30px;
    padding-top: 7px;
     width:100%;
    height: 25px;
    cursor: pointer;
}


