.TopMenuOver 
{	
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	font-stretch:ultra-condensed;
	padding-right:6px;
	text-transform:uppercase;
	text-decoration:none;
	color:#FDEAF4;
	cursor:hand;
}
.TopMenu
{
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	font-stretch:ultra-condensed;
	padding-right:6px;
	text-transform:uppercase;
	text-decoration:none;
	color:White;
	cursor:hand;	
}
.MenuItem
{
	background-color: #FDEAF4;
	font-family: Arial,Verdana;
	color: 71053E;
	font-size: 8pt;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9F0657;
	padding: 2px;
	padding-left: 10px;
	padding-right: 20px;
	cursor: hand;
}
.MenuItemOver
{
  background-color:#630436;
  font-family: Arial,Verdana;
  color:White;
  font-size:8pt;
  border-bottom:1px;
  border-bottom-style:solid;
  border-bottom-color:#9F0657;
  padding:2px;
  padding-left:10px;
  padding-right:20px;
  cursor:hand;
}
