﻿.MenuList a
{
  font-family: Arial; 
  font-size: 8pt; 
  font-weight: normal; 
  text-align: left;
  padding-left:6px;
  padding-right:6px;
  padding-bottom:6px;
  text-decoration:none;
  color:#FFF8E1;
  background-color:#4F271D;
}

.MenuList a:hover
{
}

.MenuList 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;
}

.MenuList 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;
}

.MenuList div a:hover
{
  background-color: #4F271D;
  color: #FFF8E1;
  display: block;
}
