#multi-level {height:50px; position:relative; z-index:100; background: url(../imagenes/port_01.jpg) top center no-repeat;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menux, .menux ul {list-style-type:none; padding-top:5px; margin:0; font-family:Arial; font-size:12px;}

/* Set up the top level list items and float left to place inline */
.menux li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menux table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menux li.top a.top_link {display:block; float:left; height:35px; color:#FFFFFF; font-weight:bold; background:url(../imagenes/linemenu.gif) no-repeat; padding-left:5px;}
.menux li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menux li.p0 {width:100px; }
.menux li.p1 {width:65px; }
.menux li.p2 {width:90px; }
.menux li.p3 {width:100px; }
.menux li.p4 {width:70px; }
.menux li.p5 {width:72px; }
.menux li.p6 {width:80px; }

/* set up the normal unhovered images in the links */
.menux li a#zero {width:100px;}
.menux li a#home {width:65px;}
.menux li a#products {width:90px;}
.menux li a#services {width:100px;}
.menux li a#contacts {width:70px;}
.menux li a#shop {width:72px;}
.menux li a#privacy {width:80px;}

/* Style the list OR link hover. Depends on which browser is used */
.menux a:hover {visibility:visible;} /* for IE6 */
.menux li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menux li a#home:hover, .menux li:hover a#home,
.menux li a#products:hover, .menux li:hover a#products,
.menux li a#services:hover, .menux li:hover a#services,
.menux li a#contacts:hover, .menux li:hover a#contacts,
.menux li a#shop:hover, .menux li:hover a#shop,
.menux li a#privacy:hover, .menux li:hover a#privacy {color:#CCCCCC;}

/* keep the 'next' level invisible by placing it off screen. */
.menux ul, 
.menux :hover ul ul, 
.menux :hover ul :hover ul ul,
.menux :hover ul :hover ul :hover ul ul,
.menux :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menux :hover ul.sub {left:0; top:35px; background: #fff; padding:3px 0; border:1px solid #888; height:auto;}/*width:140px; */
.menux :hover ul.sub li {display:block; height:20px; position:relative; float:left; }/*width:135px;*/
.menux :hover ul.sub li a {display:block; font-size:11px; height:20px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}/*width:135px; */
/*.menux :hover ul.sub li a.fly {background:#fff url(../imagenes/arrow.gif) right no-repeat;}*/
.menux :hover ul.sub li a:hover {background:#0066FF; color:#fff;} 
.menux :hover ul.sub li a.fly:hover {background:#0066FF; color:#fff;}
.menux :hover ul li:hover > a.fly {background:#0066FF; color:#fff;} 

/* set up the flyout levels when hovering */
.menux :hover ul :hover ul,
.menux :hover ul :hover ul :hover ul,
.menux :hover ul :hover ul :hover ul :hover ul,
.menux :hover ul :hover ul :hover ul :hover ul :hover ul
{top:-4px; background: #fff; padding:3px 0; border:1px solid #888; z-index:200; height:auto; z-index:300;}/*left:130px; width:140px; */

