.TopMenuGroup
{
  background-image:url(/images/top_group_background.gif);
  background-color:#000066;
  border:1px solid black; 
  cursor:hand;
}

.TopMenuItem
{
  color:white;
  font-family:Verdana; 
  font-size:10px; 
  font-weight:bold;
  border:1px solid #000066; 
  border-left-color:#737373;
  border-top-color:#4C4C4C;
  border-bottom-color:#131413;
  cursor:hand;
}
.TopMenuItem a
{
  color:@ffffff;
}

.TopMenuItem A {font-family: Verdana, "Times New Roman", Arial, "Trebuchet MS";text-decoration:none;color: white;}
.TopMenuItem A:hover {font-family: Verdana, "Times New Roman", Arial, "Trebuchet MS";text-decoration:none;color:  white;}

.TopMenuItemHover 
{
  color:white;
  background-color:#000066; 
  font-family:Verdana; 
  font-size:10px; 
  font-weight:bold;
  border:1px solid #000066; 
  border-bottom-color:#000066;
  cursor:hand;
}


.MenuGroup
{
  background-image:url(/images/group_background.gif);
  background-color:#f9f8f8;
  border:1px solid #000066; 
  cursor:hand;
}

.MenuItem
{
  color:#000066;
  font-family:Verdana; 
  font-size:10px; 
  font-weight:bold;
  margin:1px;
  cursor:hand;
}

.MenuItemHover 
{
  background-color:white;
  color:#99CC00; 
  font-family:Verdana; 
  font-size:10px; 
  font-weight:bold;
  border:1px solid #CCCCCC;
  cursor:hand;
}

.MenuBreak
{
	background-image: url(/images/break.gif);
	height: 1px;
}

.ScrollItem
{
  background-color:white; 
  font-family:verdana; 
  font-size:10px; 
  border:solid 1px #000066; 
  cursor:hand;
  text-align:center;
}

.ScrollItemH
{
  background-color: #99CC00; 
  color:#99CC00; 
  font-family:verdana; 
  font-size:10px; 
  border:solid 1px #000066; 
  cursor:hand;
  text-align:center;
}

.ScrollItemA
{
  background-color:white; 
  color:#000066; 
  font-family:verdana; 
  font-size:10px; 
  border:solid 1px #000066; 
  cursor:default;
  text-align:center;
}

