
.MenuGroup
{
  background-color:#b7d8f0;
  cursor:default; 
}

.TopMenuItem, .LastTopMenuItem{
  font: bold 12px Verdana;
  color:#002776; 
  text-align:center;
  cursor:pointer;
  background: #fff url('/images/global/btn_menu_right.jpg') no-repeat top right;
  height:19px;
  padding: 0;
}
.TopMenuItem nobr, .LastTopMenuItem nobr{
  background: url('/images/global/btn_menu_center.jpg') repeat-x top;
  height: 19px;
  display: block;
  padding: 0 5px;
  line-height: 18px;
}
.LastTopMenuItem{
  background: #fff url('/images/global/btn_menu_right_last.jpg') no-repeat top right;
}

.TopMenuItemHover
{
  color:#ffffff; 
  text-align:center;
  font-family:Arial; 
  font-size:11px; 
  font-weight: bold;
  cursor:pointer;
  background:url('/images/iconosMenu/boton.jpg');
  background-repeat:repeat-x;
  height:19px;
}
.TopMenuItemSeleccionado
{
  color:#ffffff; 
  text-align:center;
  font-family:Arial; 
  font-size:11px; 
  font-weight: bold;
  cursor:pointer;
  background:url('/images/iconosMenu/boton_seleccionado.jpg');
  background-repeat:repeat-x;
  height:19px;
}
.MenuSubItem, .MenuConstruction
{
  font: bold 11px Verdana;
  color:#002776; 
  text-align:left;
  cursor:pointer;
  height:30px;
  background-color:#fff;
  padding: 0 5px;
  border: solid 1px #012877;
}
.MenuConstruction{
  background: #D6D6D6 url('/images/global/construction.jpg') no-repeat left;
  color: #012876;
  border: solid 1px #012876;
  padding-left: 38px;
  height: 38px;
}
.MenuSubItemHover 
{
  font: bold 11px Verdana;
  color:#002776; 
  text-align:left;
  cursor:pointer;
  height:30px;
  background-color:#fff;
  padding-right:5px;
  border: solid 1px #012877;
}
/*.Break
{
  background-color:white; 
  width:100%;
  height:2px;
}*/
/*
.TopMenuItem
{
  text-align :left;
  color:#ffffff; 
  font-family:Arial; 
  font-size:11px; 
  font-weight: bold;
  cursor:hand;
  width:88px;
  height:31px; 
  padding-right:0px;
}
.TopMenuItemHover 
{
  text-align:left;
  color:#4c5876; 
  font-family:Arial; 
  font-size:11px; 
  font-weight: bold;
  cursor:hand;
  width:88px;
  height:31px;
  background:url('../images/home/fondomenu.gif'); 
  padding-right: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;  
}
