﻿#mainMenu 
{
}
#mainMenu a
{
	font-family:  Verdana, Sans-Serif;
	font-size: smaller;
    color: #5f432b;
    text-decoration: none;
    border-bottom: none;
}
#mainMenu a:hover 
{
    background-color: #ffff00;
    color: #5f432b;    
}

.mainMenuTree 
{
	padding-bottom : 180px;
	background-image: url(../../img/bgmainmenu.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}