.TopGroup
{
  cursor:default; 
}

.MenuGroup
{
  color:White;
  cursor:default; 
  width:164;
}

.TopMenuItem
{
  background-color:#5A6B7D; 
  border:0px; 
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
  width:150;
  
}


.MenuItem
{
  background-image: url(../images/BGmenu1.gif);
  font-family:tahoma; 
  font-size:11px; 
  cursor:hand; 
  height:17px;
  font-weight:600;
  color:#000000;
  width:160px;
  background-position:right;
  border:0px; 
  padding-right:35px;
  padding-left:20px;
}

.MenuItemHover 
{
  background-image: url(../images/BGmenu2.gif);
  font-weight:600;
  color:red;
  border:0px; 
  font-family:tahoma; 
  font-size:11px; 
  cursor:hand; 
  height:17px;
  width:160px;
  background-position:right;
  padding-right:35px;
}

.MenuBreak
{
  border:0px; 
  width:100%;
  height:0px;
}