.MenuGroup
{  
  cursor:default; 
  padding:0px;
  margin:0px;
}

.TopMenuItem
{
  color:#87000E; 
  text-align:center;
  font-family:verdana; 
  font-size:11px; 
  font-weight: bold;
  text-transform:uppercase;
  cursor:pointer;
  background:url('../images/home/bt_menu.gif');
  background-repeat:no-repeat;
  width:101px;
  height:26px;
}
.TopMenuItemHover
{
  color:#FFFFFF; 
  text-align:center;
  font-family:verdana; 
  font-size:11px; 
  font-weight: bold;
  text-transform:uppercase;
  cursor:pointer;
  background:url('../images/home/bt_menu_on.gif');
  background-repeat:no-repeat;
  width:101px;
  height:26px;
}

.MenuSubItem
{
  color:#FFFFFF; 
  text-align:center;
  font-family:Verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:hand;
  height:20px;
  width:98px;
  background-color:#410007;
  border: solid 1px #C07D84;
}
.MenuSubItemHover 
{
  color:#FFFFFF; 
  text-align:center;
  font-family:Verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:hand;
  height:20px;
  width:98px;
  background-color:#410007;
  border: solid 1px #C07D84;
}
.MenuSubSubItem
{
  color:#87000E; 
  text-align:center;
  font-family:Verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:hand;
  height:20px;
  width:98px;
  background-color:#E8D0D3;
  border: solid 1px #C17D84;
}
.MenuSubSubItemHover 
{
  color:#87000E; 
  text-align:center;
  font-family:Verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:hand;
  height:20px;
  width:98px;
  background-color:#E8D0D3;
  border: solid 1px #C17D84;
}
/*
.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;  
}
.MenuBreak
{
  background-color: silver; 
  width:100%;
  height:2px;
}