.TopMenuGroup
{
  
}

.MenuGroup
{
  border:solid 1px #003167;
  background-color:#EEEEEE;
}

.TopMenuItem
{
  background-image: url(../Imgs/Header/menubar_btn4.gif);
  color: #333333;
  font-family:tahoma;
  font-size:12px;
  height: 38px;
  cursor:pointer;
  text-align: center;
}

.TopMenuItemHover
{
  background-image: url(../Imgs/Header/menubar_btn1.gif);
  color: #333333;
  font-family:tahoma;
  font-size:12px;
  height: 38px;
  cursor:pointer;
  text-align: center;
}

.MenuItem
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	font-size: 11px;
	border-left: white 1px solid;
	cursor: pointer;
	color: #3366cc;
	border-bottom: white 1px solid;
	font-family: tahoma;
	background-color: white;
}

.MenuItemHover
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	font-size: 11px;
	border-left: white 1px solid;
	cursor: pointer;
	color: #0066ff;
	border-bottom: white 1px solid;
	font-family: tahoma;
	background-color: #ffe4e1;
}

