.TopMenuGroup
{
  border:solid 1px #003167;
  background-color:#BAD7FF;
}

.MenuGroup
{
  border:1px solid #34689A;
  background-color:#BAD7FF;
}

.TopMenuItem
{
	background-image: url(images/top_item_bg.gif);
	color:#BAD7FF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.7em;
	width:102px;
	cursor:pointer;
	font-weight: bold;
}

.TopMenuItemHover
{
	background-image: url(images/top_item_hover_bg.gif);
	color:#336797;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.7em;
	width:102px;
	cursor:pointer;
	font-weight: bold;
}

.MenuItem
{
	background-color:#34689A;
	color:#BAD7FF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.6em;
	width:98px;
	border: solid 1px white;
	cursor:pointer;
	font-weight: bold;
}

.MenuItemHover
{
	color:#34689A;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.6em;
	border: 1px solid #BAD7FF;
	cursor:pointer;
	background-image: url(Images/top_item_hover_bg.gif);
	font-weight: bold;
}
