.TopGroup
{
  background-color:#6387EF;
  border-right:solid 0px #ffffff; 
  cursor:pointer; 
  margin-bottom:4px;
}

.MenuGroup
{
  background-color:#6387EF;
  border-right:solid 0px #ffffff;  
  cursor:pointer; 
}

.TopMenuItem
{
  background-color:#6387EF; 
  color:White; 
  font-family:arial; 
  font-size:13px;
  font-weight:bold; 
  border-right:solid 3px #ffffff; 
  cursor:pointer; 
}

.TopMenuItemHover 
{
  background-color:#305ee0; 
  color:White; 
  font-family:arial; 
  font-size:13px;
  font-weight:bold; 
  border-right:solid 3px #ffffff; 
  cursor:pointer; 
}

.TopMenuItemExpanded
{
  background-color:#305ee0; 
  color:White; 
  font-family:arial; 
  font-size:13px;
  font-weight:bold; 
  border-right:solid 3px #ffffff; 
  cursor:pointer; 
  margin-bottom:4px;
}

.MenuItem
{
  background-color :#6387EF; 
  color:White; 
  font-family:Arial; 
  font-size:13px; 
  margin:1px; 
  cursor:pointer; 
  border-top:solid 2px #ffffff;
}

.MenuItemHover 
{
  background-color :#305ee0; 
  color:White; 
  font-family:Arial; 
  font-size:13px; 
  margin:1px; 
  cursor:pointer; 
  border-top:solid 2px #ffffff;
}

.MenuBreak
{
  background-image:url(images/break_bg.gif);
  width:100%;
  height:1px;
}
