.TopGroup
{
  background-color:#D9D9E6; 
  cursor:default; 
}

.MenuGroup
{
  border:solid 1px black; 
  background-image:url(images/group_background.gif);
  background-color:white;
  cursor:default; 
}

.TopMenuItem
{
	font-weight: bold;
	font-size: 10px;
	background-image: url(/CourtWeb/images/img_Pill_Gray.gif);
	width: 128px;
	cursor: default;
	color: black;
	font-family: 'Trebuchet MS';
	height: 32px;
	text-align: center;
}

.TopMenuItemGreen
{
	font-weight: bold;
	font-size: 10px;
	background-image: url(/CourtWeb/images/img_Pill_Green.gif);
	width: 128px;
	cursor: default;
	color: black;
	font-family: 'Trebuchet MS';
	height: 32px;
	text-align: center;
}

.TopMenuItemHover
{
	font-weight: bold;
	font-size: 10px;
	background-image: url(/CourtWeb/images/img_Pill_Blue.gif);
	width: 128px;
	cursor: default;
	color: black;
	font-family: 'Trebuchet MS';
	height: 32px;
	background-color: #e5e6ef;
	text-align: center;
}


.TopMenuItemHoverGreen
{
	font-weight: bold;
	font-size: 10px;
	background-image: url(/CourtWeb/images/img_Pill_Green.gif);
	width: 128px;
	cursor: default;
	color: black;
	font-family: 'Trebuchet MS';
	height: 32px;
	background-color: #e5e6ef;
	text-align: center;
}






.TopMenuItemExpanded
{
  background-image:url(images/top_group_background.gif);
  background-color:#E5E6EF; 
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  border:solid 1px #7C7C94; 
  border-bottom-color:#BAB9CD; 
  cursor:default; 
}

.MenuItem
{
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  margin:1px; 
  cursor:default; 
}

.MenuItemHover 
{
  background-color:#FFEEC2; 
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  border:solid 1px #4B4B6F; 
  cursor:default; 
}

.MenuBreak
{
  background-image:url(images/break_bg.gif);
  width:100%;
  height:1px;
}


.oscaralvarez
{
	font-weight: bold;
	font-size: 14pt;
	color: sienna;
	font-family: 'Trebuchet MS';
	background-color: silver;
}





.Test
{
	font-size: 8pt;
	margin: 0px;
	text-indent: 16pt;
	font-family: 'Trebuchet MS';
	text-align: justify;
}




