.MenuGroup
{
  background-color:#b7d8f0;
  cursor:default; 
}

.TopMenuItem
{
  color:#ffffff; 
  text-align:left;
  font-family:Arial; 
  font-size:11px; 
  font-weight: bold;
  cursor:pointer;
  background:url('../images/iconosMenu/boton_servicios.gif');
  background-repeat:no-repeat;
 /* width:125px;*/
  height:27px;
}

.TopMenuItemHover
{
  color:#434d67; 
  text-align:left;
  font-family:Arial; 
  font-size:11px; 
  font-weight: bold;
  cursor:pointer;
  background:url('../images/iconosMenu/boton_servicios.gif');
  background-repeat:no-repeat;
/*  width:125px;*/
  height:27px;
}
.MenuSubItem
{
  color:#1C4A78; 
  text-align:center;
  font-family:Verdana; 
  font-size:11px; 
  font-weight: bold;
  cursor:hand;
  width:125;
  height:24px;
  /*background-color:#bcd0ee;*/
  background:url('../images/iconosMenu/fondo_submenu.gif');
  background-repeat:no-repeat;
 /* padding-right:5px;*/
  border: 0px;
}
.MenuSubItemHover 
{
  color:#1C4A78; 
  text-align:center;
  font-family:Verdana; 
  font-size:11px; 
  font-weight: bold;
  cursor:pointer;
  width:125px;
  height:24px;
  /*background-color:#4c5876;*/
  background:url('../images/iconosMenu/fondo_submenu.gif');
  background-repeat:no-repeat;
  /*padding-right:5px;*/
   border: 0px;
}
/*
.MenuItem
{
  color:#ffffff; 
  text-align:left;
  vertical-align:bottom;
  font-family:Arial; 
  font-size:11px; 
  font-weight: bold;
  cursor:hand;
  width:88px;
  height:31px;
  background:url('../images/iconosMenu/boton.jpg');
  background-repeat:no-repeat;
  letter-spacing:-1px;
  margin:0px -8px 0px -8px;
}
.MenuItemHover 
{
  color:#4c5876; 
  text-align:left;
  font-family:Arial; 
  font-size:11px; 
  font-weight: bold;
  cursor:hand;
  width:88px;
  height:31px;
  background:url('../images/iconosMenu/boton2.jpg'); 
  padding-right:0px;
  border: 0px;
  margin:0px -8px 0px -8px;
}
.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; 
}

.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;
}