﻿
table#tblSideMenu
{
    width: 200px;
    background: #347297;
    border-right: solid 1px dimgray;
    border-bottom: solid 1px dimgray;
}

table#tblSideMenu td.sidehdr
{
    background: url(../images/sidehdrbg.gif) repeat-x top right;
    line-height: 40px;
    margin: 5px 5px 10px 5px;
    text-align: center;
}
table#tblSideMenu td.sidesep
{
    line-height: 40px;
    text-align: center;
    padding: 2px 10px 2px 10px;
}
table#tblSideMenu td.sidesep div
{
    background-color: #CAEFFF;
}
table#tblSideMenu td.sideitem
{
}

table#tblSideMenu td a
{
    display: block;
    margin: 0px 10px 0px 10px;
    padding: 0px 5px 0px 5px;
    font-weight: bold;
    color: White;
    line-height: 30px;
    text-decoration: none;
    white-space: nowrap;
    overflow: clip;
    text-overflow: ellipsis;
    height: 30px;
}
table#tblSideMenu td .link:hover
{
    color: black;
    background-color: #CAEFFF;
}