﻿html>body .SideMenu a {
    width: auto;
}

.SideMenu
{
    background-image: none;
    background-repeat: repeat-y;
    background-position: top left;
    font-family: Verdana, Arial, Trebuchet MS, Helvetica, Sans-Serif;
    font-weight: 600;
    font-size: .9em;
    margin: 0px;
    padding: 5px;
    float: right;
    width: 160px;
}

.SideMenu ul
{
    list-style-type: none;
    margin: 0px 0px 0px 6px;
    padding: 0px;
}

.SideMenu a
{
    display: block;
    width: 100%;
    background-image: url(/images/menu/arrow-left-red.gif);
    background-repeat: no-repeat;
    background-position: 2px center;
    padding: 7px 14px;
    margin: 0px;
    text-decoration: none;
    color: #A54C20;
    border-top: 1px solid #FF9900;
}

.SideMenu a:hover ,.SideMenu a:visited:hover
{
    background-image: url(/images/menu/arrow-left-blue.gif);
    color: #0099FF;
}

.SideMenu a:visited
{
    background-image: url(/images/menu/arrow-left-red.gif);
    color: #893F1B;
}