﻿.TopMenuList
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;    
  color: #ffffff;
  font-weight: bold;
}

.TopMenuList td
{
 padding-right: 5px;
 padding-left: 5px;
}

.TopMenuList a
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;    
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:0px;
  text-decoration:none;
  background-color:#4F271D;
  white-space: nowrap;
}

.TopMenuList a:hover
{
  color: #927338;
}

.TopMenuList div
{
  width: 150px;
  background-color: #fff8e1;
  position:absolute;
  display: none;
  border:1px solid #4F271D;
  border-bottom-width: 0;
  font:normal 10px Verdana;
  line-height: 18px;
  z-index: 100;
  color:#4F271D;
}

.TopMenuList div a 
{
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid #4F271D;
  padding-left:3px;
  padding-right:3px;
  text-decoration: none;
  font-weight: bold;
  text-indent: 5px;
  background-color:#FFF8E1;
  color:#4F271D;
}

.TopMenuList div a:hover
{
  background-color: #4F271D;
  color: #FFF8E1;
  display: block;
}

.MenuList
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;    
  color: #ffffff;
  font-weight: bold;
}

.MenuList a
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;    
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  padding-left:3px;
  padding-right:3px;
  padding-bottom:3px;
  text-decoration:none;
  background-color:#4F271D;
  white-space: nowrap;
}

.MenuList a:hover
{
  color: #927338;
}










