
.MenuGroup
{
  background-color:#E75705;
  cursor:default; 
}

.TopMenuItem
{
  color:#ffffff; 
  text-align:center;
  font-family:verdana; 
  font-size:11px; 
  font-weight: bold;
  cursor:pointer;
  vertical-align:middle;
  text-align:center;
  padding:5px;
  background:url('../images/iconosMenu/colorBotonN.jpg');
  background-repeat:repeat-x;
  /*width:88px;*/
  height:25px;
}
.TopMenuItemHover
{
  color:#D8E8F4; 
  text-align:center;
  font-family:verdana; 
  padding:5px;
  font-size:11px; 
  font-weight: bold;
  cursor:pointer;
  vertical-align:middle;
  background:url('../images/iconosMenu/colorBotonN.jpg');
  background-repeat:repeat-x;
  /*width:88px;*/
  height:25px;
}
.MenuSubItem
{
  color:#9A3C03; 
  text-align:left;
  font-family:verdana; 
  font-size:11px; 
  cursor:pointer;
  height:25px;
  vertical-align:middle;
  background-color:#FE850C;
  padding:5px;
  text-align:center;
  border-bottom: solid 1px #ffffff;
}
.MenuSubItemHover 
{
  color:#ffffff; 
  font-family:verdana; 
  font-size:11px; 
  text-align:center;
  vertical-align:middle;
  cursor:pointer;
  height:25px;
  background-color:#E75705;
  padding:5px;
 border-bottom: solid 1px #ffffff;
}
.TopMenuItemSelected
{
  color:#ffffff; 
  text-align:center;
  font-family:verdana; 
  padding:5px;
  font-size:11px; 
  font-weight: bold;
  cursor:pointer;
  vertical-align:middle;
  background:url('../images/iconosMenu/colorBoton.jpg');
  background-repeat:repeat-x;
  /*width:88px;*/
  height:25px;
}