.TopGroup
{
 width: 379px;
}

.MenuGroup
{
	xbackground: #176F9E;
	xborder: 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: 22px;
}

.MenuItem, .MenuItem td
{
	color: #FFFFFF;
	background: #658cb6;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	line-height: 22px;
	text-align: left;

}

.MenuItemHover, .MenuItemHover td
{
	color: #FFFFFF; 
	background: #96afce;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;	
	cursor: pointer;
	line-height: 22px;
	text-align: left;
}

.MenuBreak
{
  width: 100%;
  background: #BEBEBE;
  height: 1px;
}