.MenuGroup
{
  background-color: #ffffff;
  border:1px;
  border-style:solid;
  border-color:#CCCCCC; 
  width:171px;
  text-align:center;
  filter:alpha(opacity=90);
  margin-left:10px;
}
	

.MenuItem
{
	/*color:#838181;*/
	color:#CC3333;
  font-family:Verdana; 
	font-size: 1.0em;
  cursor:hand;
  text-align:left; 
  padding-left:5px;
  height:17px;
}

.MenuItemOver, .MenuItemOver td
{
	/*color:#FFB300;*/
	color:#006699;
  font-family:Verdana; 
	font-size: 1.0em;
  cursor:hand;
  width:163px;
  text-align:left;
  padding-left:5px;
  height:17px;
  background-color:#E9E9E9;
  font-weight:bold;
}

.firstInMenuDiv
{
  cursor:hand;
  text-align:left; 
  padding-left:5px;
}

.MenuItemHeading
{
	text-transform:uppercase;
	padding-left:0px;
	padding-right:0px;
	/*color:#838181;*/
	color:#CC3333;
	text-decoration:none;
	font-size: 1.0em;
	cursor:hand;
/*	margin-top:5px;*/
		margin: auto;
}
.MenuItemOverHeading
{
	text-transform:uppercase;
	padding-left:0px;
	padding-right:0px;
	/*color:#838181;*/
	color:#006699;
	text-decoration:none;
	font-size: 1.0em;
	cursor:hand;
/*	margin-top:5px;*/
		margin: auto;

}

.MenuSeparator
{
	font-weight:normal;
	color:#CCCCCC;
}
.MenuItemHeadingSelected, .MenuItemOverHeadingSelected
{
	text-transform:uppercase;
	padding-left:0px;
	/*color:#FFB300;*/
	color:#006699;
	text-decoration:none;
	font-size: 1.0em;
	cursor:hand;
	font-weight:bold;
}
