
#top a, img
{border:none;
}


.MenuGroup
{
  background-color:white;
  cursor:default; 
}

.TopMenuItem
{
  color:#ad384b; 
  font-family:tahoma; 
  font-size:11px; 
  font-weight: bold;
  cursor:default; 
}

.TopMenuItemHover 
{
  color:#ad384b; 
  font-family:tahoma; 
  font-size:11px; 
  font-weight: bold;
 cursor:default; 
}
.MenuTitleItem
{
  color:#3f3f3f;
  font-family:tahoma; 
  font-size:11px;
  font-weight:bold;
  cursor:default; 
}

.MenuTitleItemHover 
{
  background-color:#f4f7ff; 
  color: #ad384b;
  font-family:tahoma; 
  font-size:11px; 
  font-weight:bold;
  cursor:default; 
}
.MenuSubItem
{
  color:#3f3f3f;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default;
  background-color:White;
}

.MenuSubItemHover 
{
  background-color:#f4f7ff; 
  color: #ad384b;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
}

.MenuItem
{
  color:#ad384b;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
  font-weight: bold;
 
}

.MenuItemHover 
{
  color: #ad384b;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
  font-weight: bold;
  background-color:#a5defc; 

}

.MenuItemExpanded
{
  background-color:#f4f7ff; 
  color: #ad384b;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
  font-weight: bold;
}

.MenuBreak
{
  background-color: silver; 
  width:100%;
  height:2px;
}