
	/*background-image:\images\home\BotonOn.gif;*/

.MenuGroup
{
  background-color:#f4f7ff;
  cursor:default; 
}
/*Menu no activo*/
.TopMenuItem
{
  color:#00257C; 
  font-family:Arial; 
  font-size:12px;  
  font-weight: bold;
  cursor:hand; 
  width:95;
  height:20;
  text-align:center;
}
/*Menu Over*/
.TopMenuItemHover 
{
  color:White; 
  background-image:url("../images/home/BotonOn.gif");
  font-family:Arial; 
  font-size:12px; 
  font-weight: bold;
  cursor:hand; 
  width:95;
  height:20;
    text-align:center;
}

.MenuTitleItem
{
  color:#3f3f3f;
  font-family:Arial; 
  font-size:12px; 
  font-weight:bold;
  cursor:default; 
}
.desplegable
{
  background-color:#ECEBED;
  color:#000451;
  font-family:Arial; 
  font-size:10px;
  cursor:hand; 
  width:119;
  height:20;
  text-align:center; 
}
.desplegable2
{
  color:#000451; 
  font-family:Arial; 
  font-size:10px;  
  cursor:hand; 
  width:119;
  height:20;
  text-align:center;
}
.MenuTitleItemHover 
{
  color: #ad384b;
  font-family:Arial; 
  font-size:12px; 
  font-weight:bold;
  cursor:default; 
}
.MenuSubItem
{
  color:#3f3f3f;
  font-family:Arial; 
  font-size:12px;  
  cursor:default;
  background-color:White;
}

.MenuSubItemHover 
{
  color: #ad384b;
  font-family:Arial; 
  font-size:12px; 
  cursor:default; 
}

.MenuItem
{
  color:#ad384b;
  font-family:Arial; 
  font-size:12px; 
  cursor:default; 
  font-weight: bold;
 
}
/*Cuando pasa por encima de una opción del menu*/
.MenuItemHover 
{
  font-family:Arial; 
  font-size:12px; 
  cursor:hand; 
  font-weight: bold;
}

.MenuItemExpanded
{
  background-color:#f4f7ff; 
  color: #ad384b;
  font-family:Arial; 
  font-size:12px; 
  cursor:default; 
  font-weight: bold;
}

.MenuBreak
{
  background-color: silver; 
  width:100%;
  height:2px;
}