.TopGroup
{
  background-color: White;
  border: 1px none gray; 
}

/*
.MenuGroup
{
  background-color:#3D6C8E;
  height: 15px;
  border: 1 solid white;
}
*/

.TopMenuItem
{
  background-color:#3D6C8E; 
  font-family:verdana; 
  font-size:13px; 
  border: 1px none white; 
  cursor:pointer;
  color:White;
  border-bottom: 1px solid white;
 height: 15px;
 font-weight: bolder;
}

.TopMenuItemHover 
{
  background-color:#D3ECFF; 
  color:black; 
  font-family:verdana; 
  font-size:13px; 
  border: 1px none gray; 
  cursor:pointer;
   height: 15px;
	border-bottom: 1px solid white;
	font-weight: bolder;
}

.MenuItem
{
  font-family:verdana; 
  font-size:13px; 
  font-weight: bolder;
  border-bottom: 1px solid white;
  cursor:pointer;
   height: 15px;

}

.MenuItemHover 
{
    background-color:#D3ECFF; 
  color:black; 
  font-family:verdana; 
  font-size:13px; 
  border: 1px none gray; 
  cursor:pointer;
   height: 15px;
	border-bottom: 1px solid white;
	font-weight: bolder;

}

