﻿/*** NUEVO MENU SIN COMPONENT ART ***/
li#menuHome {width:7%}
li#menuHotel {width:6%}
li#menuVuelos {width:5%}
li#menuCoches {width:9%}
li#menuCreateYourTrip {width:12%}
li#menuFairs {width:5%}
li#menuLeisureTours {width:12%}
li#menuCruceros {width:12%}
li#menuSki {width:5%}
li#menuGolf {width:5%}
li#menuServicios {width:10%}
li#menuLastMinute {width:12%;background-color:#CD0005;color:#fff;}
li#menuLastMinute span{margin-right:0;border-color:#CD0005;}

.MenuGroup
{
  background-color:#FFFFFF;
  background:url('../images/tab_menu.jpg');
  cursor:default; 
  padding: 0px;
  margin: 0px;
  width:1034px;
}
.MenuGroup .TopMenuItemLI span, .MenuGroup .act span{
  border:solid 1px #114B95;
  border-bottom:0;
  height:27px;
  display:block;
  margin-right:2px;
}
.MenuGroup .act span{
  background-color:#114B95;
}

.TopMenuItemLI, .TopMenuItemHoverLI
{
  color:#114B95; 
  font:bold 11px Arial;
  cursor:pointer;
  /*width:88px;*/
  float:left;
  display: block;
  list-style:none;
  line-height:28px;
  margin: 0;
  padding: 0;
  height: 28px;
  position:relative;
  text-align:center;
  background:#fff url('/images/fondo_menu.gif') repeat-y right;
}

.TopMenuItemHoverLI span
{
  border:solid 1px #114B95;
  border-bottom:0;
  height:27px;
  display:block;
  margin-right:2px;
  background-color:#114B95;
  color:#fff;
}
.act{
  background-color:#fff;
  color:#fff;
}

.TopMenuItemLI ul,.TopMenuItemHoverLI ul
{
	margin:0px;
	padding: 0px;
	text-align: left;
	border:0;
	position:absolute;
	top:30px;
	left:0px;
	/*width: 72px;
	height:100px;*/
  margin-top:-2px;
  margin-left:-1px;
}

.TopMenuSubLI, .TopMenuSubHoverLI 
{
  color:#114B95;
  text-align:left;
  font:bold 12px Arial;
  cursor:cursor;
  background-color:#fff;
  padding-right:5px;
  left:0px;
  z-index:99;
  width: 200px;
  padding: 0 5px;
  list-style:none;
  border: solid 1px #114B95;
  font-weight:bold;
  height:28px;
  line-height:28px;
}

.TopMenuSubHoverLI 
{
  background-color:#114B95;
  color:#fff;
}
