
﻿div.left-menu
{
    -moz-box-sizing: border-box;
    margin-bottom: 1px;
    margin-left: 30px;
    margin-right: 1px;
    width: 210px;
    height: 16px;
}
div.left-menu a:link, div.left-menu a:visited, div.left-menu a:active{
    color: #693B0B;
    text-decoration: none;
}
div.left-menu a:hover
{
    color: #000000;
    text-decoration: none;
}                                                                      

div.left-menu a.selected:link, div.left-menu a.selected:visited, div.left-menu a.selected:active, div.left-menu a.selected:hover
{
    font-weight: bold;
    color: #787878;
}  
.clear
{
    font-size: 1px;
    height: 1px;
}
td.menu 
{ 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 16px; 
    text-align: left;
}