﻿#mainMenu 
{
}
#mainMenu a
{
	font-family:  Verdana, Sans-Serif;
	font-size: smaller;
    color: Black;
    text-decoration: none;
    border-bottom: none;
}
#mainMenu a:hover 
{
    background-color: #ffff00;
    color: #5f432b;    
}

.mainMenuTree 
{
	padding-bottom : 250px;
	background-image: url(../../img/foxleft2.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
    border-bottom-color: #a6632e;
    border-bottom-style: dashed;
    border-bottom-width: 4px;
}