﻿.mastermenu_MenuContainer
{
  background-color: #b7caa4;
  width: 100%;
}

.MenuCurrentPage
{ 
  font-family: Tahoma;
  font-size: 10pt;
  padding-left: 5px;
  cursor: default;
  color: black;
}

.MenuHdr, .MenuHdrMouseOver
{ 
  font-family: Tahoma;
  font-size: 10pt;
  padding-left: 5px;
  font-weight: bold;
  cursor: default;
  color: black;
}

.MenuHdrCurrentPage{
  font-family: Tahoma;
  font-size: 10pt;
  padding-left: 5px;
  font-weight: bold;
  cursor: default;
  color: black;
}

.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
  text-decoration: none;
  color: black;
  width: 100%;
  padding-top: 1px;
}

.MenuItem, .MenuItemMouseOver
{
  font-family: Tahoma;
  font-size: 10pt;
  font-weight: normal;
  padding-bottom: 1px;
  background-color: transparent;
  padding-top: 1px;
  color: White;
}

.MenuItem A, .MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
  font-weight: normal;
  text-decoration: none;
  color: black;
  padding-top: 1px;
  padding-left: 10px; 
}

.MenuItem A:Hover
{
  text-decoration: none;
  color: black;
  padding-top: 1px;
}

.MenuItem A:Active
{
  text-decoration: none;
  color: black;
  padding-top: 1px;
}

.MenuItem A:Visited
{
  text-decoration: none;
  color: black;
  padding-top: 1px;
}

.MenuItem A:Link
{
  text-decoration: none;
  color: black;
  padding-top: 1px;
}

.MenuCurrentPage
{
	padding-left: 10px;
	font-family: Tahoma;
	font-size: 10pt;
	color: black;
	text-decoration: underline;
}

.MenuItemMouseOver
{
  background-color: #88ae61;
  background: #88ae61;
  border: #00008B 0px solid;
  width: 100%;
  color: Black;
}

.MenuItemMouseOver A:Hover
{
  color: black;
  border-left: none 0px solid;
  border-right: none 0px solid;
}

.MenuHdrMouseOver
{
  border: none;
  border-left: none;
  border-right: none;
  background-color: #88ae61;
  background: #88ae61;
}

.MenuHdrMouseOver A, .MenuHdrMouseOver A:Active, .MenuHdrMouseOver A:Hover, .MenuHdrMouseOver A:Visited, .MenuHdrMouseOver A:Link
{
  text-decoration: none;
  width: 100%;
  display: block;
  color: Black;
}

.MenuItem HR
{
  font-family: Tahoma;
  background-color: transparent; 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999999;    
}
