.TopGroup
{
 width: 379px;
}

.MenuGroup
{
	background: #176F9E;
	border: solid 2px #176F9E;
	xborder: 0px;
	opacity: .9;
	filter: alpha(opacity=90);
}

.TopMenuItem
{
	font-size: 9px;
	xfont-weight: bold;
	cursor: pointer;
	line-height: 10px;
}

.TopMenuItemHover
{
	font-size: 9px;
	cursor: pointer;
	line-height: 20px;
}

.MenuItem, .MenuItem td
{
	color: #FFFFFF;
	background: #61BFE1;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	line-height: 20px;
	text-align: center;

}

.MenuItemHover, .MenuItemHover td
{
	color: #FFFFFF; 
	background: #2C9BC7;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;	
	cursor: pointer;
	line-height: 20px;
	text-align: center;
}

.MenuBreak
{
  width: 100%;
  background: #BEBEBE;
  height: 1px;
}