/** 
CSS drop-down menu web 3xtr3s
2005-2006 Raúl Fernández - Tangent AudioVisual (http://www.tangent.es)
**/

/* estilos de cabecera especificos de idioma */
#info{
height:115px;
background:#3b0100 url(../images/es/cabecera.jpg) 0 0 no-repeat
}


/* estilos de home especificos de idioma */
#wrapper.home{
height:600px;
background:#961900 url(../images/es/home_horizontal_superior.jpg) 0 0 no-repeat;
border-bottom:1px solid #bdb495;
}

/* style the outer div to give it width */
#menu {
width:1000px; 
font-family: Arial, Helvetica, sans-serif;
padding:0;
letter-spacing:0;
}
/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
padding:0;
margin:0;
list-style-type:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
float:left;
width:150px;
position:relative;
}
#menu ul ul li {
width:160px;
}

/* style the links for the top level */
#menu a, #menu a:visited {
display:block;
text-decoration:none;
font-size:11px;
font-weight:bold;
color:#fff; 
width:139px; 
height:30px; 
background:transparent; 
padding-left:10px; 
line-height:29px;
}

/* style the links for the second level */
#menu ul ul a, #menu ul ul a:visited {
width:149px; 
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #menu a, * html #menu a:visited {
width:150px;
w\idth:139px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #menu ul ul a, * html #menu ul ul a:visited {
width:160px;
w\idth:132px;
}

#menu li a span,#menu li a:visited span{
	display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:150px; height:30px;
	margin:0; padding:0;
}

#menu .li_victoria a span,  #menu .li_victoria a:visited span{
	background: url(../images/es/b1.jpg) no-repeat 0 0
}

#menu .li_poliorama a span,  #menu .li_poliorama a:visited span{
	background: url(../images/es/b2.jpg) no-repeat 0 0
}

#menu .li_venta a span,  #menu .li_venta a:visited span{
	background: url(../images/es/b3.jpg) no-repeat 0 0
}

#menu .li_promos a span,  #menu .li_promos a:visited span{
	background: url(../images/es/b4.jpg) no-repeat 0 0
}

#menu .li_3xtr3s a span,  #menu .li_3xtr3s a:visited span{
	background: url(../images/es/b5.jpg) no-repeat 0 0
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
visibility:hidden;
position:absolute;
top:30px;
left:0;
width:160px;
}
/* another hack for IE5.5 */
/** html #menu ul ul {
top:29px;
t\op:29px;
}*/

/* position the third level flyout menu */
#menu ul ul ul{
position:relative;
top:0;
left:0;
width:160px;
}

#menu .li_3xtr3s ul,
#menu .li_3xtr3s_actual ul{
left:-40px; 
}

#menu .li_3xtr3s ul ul,
#menu .li_3xtr3s_actual ul ul{
left:0; 
}

/* style the table so that it takes no part in the layout - required for IE to work */
#menu table {position:absolute; top:0; left:0; border-collapse: collapse;}
#menu th,#menu td{ margin:0; padding:0}

/* style the second level links */
#menu ul ul a, #menu ul ul a:visited {
color:#ffe6b4;
height:auto; 
line-height:1.1em; 
padding:7px 5px 7px 9px; 
width:145px
}

/* style the second level links */
#menu ul ul a.drop, #menu ul ul a.drop:visited {
color:#ffe6b4;
}

/* style the third level links */
#menu ul ul ul a, #menu ul ul ul a:visited {
color:#e6be7d;
padding:4px 5px 6px 15px; 
width:140px
}

/* another hack for IE5.5 */
* html #menu ul ul ul a,* html #menu ul ul ul a:visited {
width:160px;
w\idth:125px;
}

/* style the second level links */
#menu ul ul .superior a, #menu ul ul .superior ,
#menu ul ul .superior a.drop, #menu .superior a.drop:hover{
background: #9f0100 url(../images/s_superior.gif) no-repeat 0 0
}

/* style the second level links */
#menu ul ul .medio a, #menu ul ul .medio ,
#menu ul ul .medio a.drop, #menu .medio a.drop:hover{
background: #9f0100 url(../images/s_medio.gif) repeat-y 0 0
}

/* style the second level links */
#menu ul ul .inferior a, #menu ul ul .inferior ,
#menu ul ul .inferior a.drop {
background: #9f0100 url(../images/s_medio.gif) repeat-y 0 0
}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul,
#menu ul a:hover ul{
visibility:visible; 
}

/* style the top level hover */
#menu ul a:hover{
cursor:pointer;
color:#fffae1; 
background:#9f0100 url(../images/s_medio.gif) repeat-y 0 0
}
#menu ul :hover  > a{
cursor:pointer;
color:#fffae1;
}
#menu ul .superior a:hover,
#menu ul .superior:hover  a{
background:transparent;
}

/* style the second level hover */
#menu ul ul a:hover {
color:#fffae1; 
}
#menu ul ul :hover > a {
color:#fffae1;
}

/* style the third level hover */
#menu ul ul ul a:hover{
color:#fffae1; 
}
#menu ul ul ul :hover > a {
color:#fffae1;
}

#menu ul ul a:hover .flecha {
visibility:visible;
}
#menu ul ul :hover > a .flecha {
visibility:visible;
}

#menu ul ul a.drop{
cursor:default;
color:#ffe6b4
}

#menu .li_victoria a:hover span,
#menu .li_victoria:hover  a span,
#menu .li_victoria_actual  a span {
	background: url(../images/es/b1.jpg) no-repeat 0 -30px
}

#menu .li_poliorama a:hover span,
#menu .li_poliorama:hover a span,
#menu .li_poliorama_actual  a span  {
	background: url(../images/es/b2.jpg) no-repeat 0 -30px
}

#menu .li_venta a:hover span,
#menu .li_venta:hover a span,
#menu .li_venta_actual  a span  {
	background: url(../images/es/b3.jpg) no-repeat 0 -30px
}

#menu .li_promos a:hover span,
#menu .li_promos:hover a span,
#menu .li_promos_actual  a span  {
	background: url(../images/es/b4.jpg) no-repeat 0 -30px
}

#menu .li_3xtr3s a:hover span,
#menu .li_3xtr3s:hover a span,
#menu .li_3xtr3s_actual  a span  {
	background: url(../images/es/b5.jpg) no-repeat 0 -30px
}

#menu .li_promos .logo,
#menu .li_promos_actual .logo{
border:none;
position:absolute;
top:5px;
left:103px;
}

#menu b {display:block; overflow:hidden;}

#menu li b.bordeinf {
	background:url(../images/s_inferior_peq.gif) no-repeat 0 0;
	height:6px;
}

#menu li b.linea {
	background:url(../images/linea.gif) no-repeat 6px 0;
	height:1px;
}

#menu li b.linea_sub {
	background:url(../images/linea_sub.gif) no-repeat 6px 0;
	height:1px;
}

#menu li b.punto {
 position:absolute;
 top:10px;
 left:10px;
 background:url(../images/list.gif) no-repeat 0 0;
 width:2px;
 height:2px;
}

* html #menu li b.punto {
 top:9px;
}

#menu li b.flecha {
 position:absolute;
 top:8px;
 left:148px;
 background:url(../images/flecha.gif) no-repeat 0 0;
 width:7px;
 height:9px;
 visibility:hidden;
}

#menu ul ul ul li b.flecha {
 top:5px;
}
