.TopGroup
{
  background-color:#EDEDED; 
  border:0px #8394AC solid; 
  cursor:hand; 
}

.MenuGroup
{
  background-color:#EDEDED;
  border:0px #ffffff solid; 
  /*border-style:solid;*/
  cursor:pointer;
}

.TopMenuItem
{
  background-color:#EDEDED; 
  background-image: url(top_item_bg.jpg);
  color:#20559e;
  text-align:center;
  width:120px;
  font-family:tahoma; 
  font-size:12px; 
  border:0px #5A6B7D solid;
  cursor:pointer; 
}

.TopMenuItemHover 
{
  background-color:#EDEDED; 
  background-image: url(top_item_bg.jpg);
  color:#20559e;
  text-align:center; 
  width:120px;
  font-family:tahoma; 
  font-size:12px; 
  border:0px #DFE2E5 solid;
  cursor:pointer; 
}

.MenuItem
{
  border: 0px solid #EDEDED;
  background-color:#EDEDED; 
  width:118px;
  color:#20559e;
  border-bottom: 1px dotted #d2d2d2;  
  font-family:tahoma; 
  font-size:11px; 
  cursor:pointer;
}

.MenuItemHover 
{
  background-color:#ffffff; 
  /*background-image: url(item_bg.gif);*/
  color:#20559e;
  width:118px;
  border-bottom: 1px dotted #d2d2d2; 
  font-family:tahoma; 
  font-size:11px; 
  cursor:pointer;
}

.MenuBreak
{
  /*background-image:url(break_bg.gif);*/
  width:100%;
  height:0px;
}
