.MenuGroup
{
	height: 26px;
	border-top-color: #ffffff;
}

.TopMenuItem
{
  background-image: url(../images/objects/item-bg.gif); 
  color:#757575;
  font-family:tahoma;
  font-size:11px;
  font-weight:bold; 
  cursor:pointer;
}

.TopMenuItemHover
{
  background-image: url(../images/objects/item-bg.gif); 
  color:#757575;
  font-family:tahoma;
  font-size:11px;
  font-weight:bold; 
  cursor:pointer;
}

.TopMenuItemActive
{
	font-weight: bold;
	font-size: 11px;
	background-image: url(../images/objects/item-bg.gif);
	cursor: pointer;
	color: #2679BF;
	font-family: tahoma;
}

.MenuItem
{
	border-right: gray 1px;
	border-top: white 1px solid;
	font-weight: bold;
	font-size: 11px;
	border-left: white 1px solid;
	cursor: pointer;
	color: #757575;
	border-bottom: gray 1px;
	font-family: tahoma;
	background-color: #d4d4d4;
}

.MenuItemHover
{
  background-color: #d4d4d4;
  color:#757575;
  font-family:tahoma;
  font-size:11px;
  font-weight:bold; 
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.MenuItemActive
{
  background-color: #e4e4e4;
  color: #2679BF;
  font-family:tahoma;
  font-size:11px;
  font-weight:bold; 
  border: solid 1px gray;
  border-left-color:gray;
  border-top-color:gray;
  cursor:pointer;
}

