.MenuGroup
{
  border:0px;
}

.MenuSubGroup
{
  border:2px;
  border-color:Black;
  background-color:#3F3F3F;
  border-bottom-color:black;
  border-top-color:gray;
  border-left-color:gray;
  border-right-color:black;
  border-style:solid;
}

.MenuItem
{
	border-right: 0px;
	padding-right: 1px;
	background-position: left center;
	border-top: 0px;
	padding-left: 17px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(menuback.jpg);
	padding-bottom: 1px;
	text-transform: uppercase;
	border-left: 0px;
	width: 157px;
	cursor: hand;
	color: #711f1f;
	padding-top: 1px;
	border-bottom: 0px;
	background-repeat: no-repeat;
	font-family: Palatino Linotype, Georgia;
	height: 33px;
}

.MenuItemOver
{
	border-right: 0px;
	padding-right: 1px;
	border-top: 0px;
	padding-left: 17px;
	font-weight: bold;
	font-size: 12px;
	background-color:  #711f1f;
	padding-bottom: 1px;
	text-transform: uppercase;
	border-left: 0px;
	width: 157px;
	cursor: hand;
	color: White;
	padding-top: 1px;
	border-bottom: 0px;
	font-family: Palatino Linotype, Georgia;
	height: 33px;
}

.MenuItemDown
{
	border-right: 0px;
	padding-right: 1px;
	border-top: 0px;
	padding-left: 17px;
	font-weight: bold;
	font-size: 12px;
	background-color:  #711f1f;
	padding-bottom: 1px;
	text-transform: uppercase;
	border-left: 0px;
	width: 157px;
	cursor: hand;
	color: White;
	padding-top: 1px;
	border-bottom: 0px;
	font-family: Palatino Linotype, Georgia;
	height: 33px;
}

.MenuSubItem
{
  background-color: #e3e3e3;
  color: #711f1f;
  font-family: Palatino Linotype, Georgia;
  font-size: 12px;
  font-weight: bold; 
  padding: 1px;
  padding-right: 15px;
  border: 0px;
  cursor: hand;
  padding-left: 17px;
  text-transform: uppercase;
}

.MenuSubItemOver
{
  background-color: #711f1f;
  color: White;
  font-family: Palatino Linotype, Georgia;
  font-size: 12px;
  font-weight: bold; 
  padding: 1px;
  padding-right: 15px;
  border: 0px;
  cursor: hand;
  padding-left: 17px;
  text-transform: uppercase;
}

.MenuSubItemDown
{
  background-color: #711f1f;
  color: White;
  font-family: Palatino Linotype, Georgia;
  font-size: 12px;
  font-weight: bold; 
  padding: 1px;
  padding-right: 15px;
  border: 0px;
  cursor: hand;
  padding-left: 17px;
  text-transform: uppercase;
}

.MenuBreak
{
  padding-left:2px; 
  padding-right:2px; 
}
