﻿#mainMenu 
{
/*    font-family: "Bitstream Vera Sans Mono","trebuchet ms",sans-serif;
    background-image: url(../../img/roundcornerbg.gif);
    background-repeat: repeat-y;
*/
}
#mainMenu a
{
	font-family:  Verdana, Sans-Serif;
	font-size: smaller;
/*    margin-left: 14px;*/
/*margin-left: 6px;	*/
/*    font-weight: bold;*/
 /*   text-align: center;*/
/*    font-size: 11pt;*/
    color: #5f432b;
/*    display: block;*/
    text-decoration: none;
    border-bottom: none;
/*    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 1px;
    padding-right: 1px;
*/
}
#mainMenu a:hover 
{
    background-color: #5f432b;
    color: White;    
}