.TopGroup
{
  cursor: default; 
  padding-top: 0px;
  margin-top: 0px;
}

.MenuGroup
{
	cursor: default; 
	padding-top: 0px;
	margin-top: 0px;
}

.TopMenuItem
{
  color:white; 
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
  font-weight: bold;
}

.TopMenuItemHover 
{
  color: #eeca87; 
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
  font-weight: bold;
}

.MenuItem
{
  color: white;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
  background-color: #a28c7f; 
  color: white;
  border: solid 1px white;
  width: 150px;
  height: 25px;
}

.MenuItemHover 
{
  background-color:#E4F1F7; 
  color: white;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
  background-color: #641e1f;
  border: solid 1px white;
  width: 150px;
  height: 25px;
}

.MenuBreak
{
  background-image:url(longhorn_images/break_bg.gif);
  width:50%;
  height:2px;
}