
.MenuGroup
{
  background-color:#fff;
  cursor:default; 
}

.TopMenuItem
{
  color:#ffffff; 
  text-align:center;
  font-family:Arial; 
  font-size:11px; 
  font-weight: bold;
  cursor:pointer;
  background:url('/images/iconosMenu/boton2.jpg');
  background-color:white;
  background-repeat:repeat-x;
  height:28px;
  padding-bottom:2px;
}
.TopMenuItemRojo
{
  color:#ffffff; 
  text-align:center;
  font-family:Arial; 
  font-size:11px; 
  font-weight: bold;
  cursor:pointer;
  background:url('/images/iconosMenu/boton3.jpg');
  background-color:white;
  background-repeat:repeat-x;
  height:28px;
}

.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:28px;
}
.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:28px;
}
.MenuSubItem
{
  color:#004DA5; 
  text-align:left;
  font-family:Arial; 
  font-size:12px; 
  font-weight: bold;
  cursor:hand;
  height:30px;
  background-color:#FFDF94;
  background-repeat:repeat-x; 
  padding-right:5px;
  border: solid 1px ffffff;
}
.MenuSubItemHover 
{
  color:#004DA5; 
  text-align:left;
  font-family:Arial; 
  font-size:12px; 
  font-weight: bold;
  cursor:hand;
  height:30px;
  background-color:#fdcf6f;
  padding-right:5px;
  border: solid 1px ffffff;
}
.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;  
}
