
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/image_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#multi-level {height:28px; position:absolute; left:0; z-index:2; width: 590px;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */

.menu, .menu ul {list-style-type:none; padding:0; margin:0; }

/* Set up the size of the list items and float left to place inline */
.menu li {display:inline; float:left; position:relative; height:25px; margin:0;  padding:0 0 0 9px;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */
.menu li a,.menu li a:visited {display:inline; float:left; height:25px; line-height:20px; text-decoration:none; color:#4d6c64; padding:0; font-size: 1.1em; color: #fff; font-weight:bold;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible; cursor:pointer; position:relative;}
.menu li:hover {position:relative; }

.menu li:hover { height:25px; z-index:2; position:relative; }

/*Estilo del primer nivel*/
/* Style the top level links */
.menu li a, .menu li a:visited {color: #fff; font-size: 1.1em; font-weight: bold;  padding:0 0.2em 0em 0.2em;  text-decoration:none;}
.menu li a:hover {color: #fff; text-decoration:underline; font-weight:bold;}
.menu li:hover a {color: #4d6c64;height:24px; text-decoration:none;font-weight:bold; background-color:#f8f8f8;border-bottom:#4d6c64;} /*hover cuando estas los hijos desplegados*/

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/*Estilo para los hijos*/
/* Style the drop down sub level links */
.menu :hover ul.sub {left:8.5px; top:25px; padding:0px; white-space:nowrap; width:230px; height:auto;}
.menu :hover ul.sub li {display:block; float:left; background-color: #eeeef0; border-bottom:1px solid #49675d; border-left:1px solid #49675d; border-right:1px solid #49675d;}
.menu :hover ul.sub li a, .menu :hover ul.sub li a:visited { display:block; float:left; height:25px; width:230px; line-height:20px; text-decoration:none; padding:0px; font-size:1.0em; font-weight: normal;  background-color: #eeeef0;}
.menu :hover ul.sub li a:hover { color:#fff; text-decoration:underline; font-size:1.0em; font-weight: normal; background:#eeeef0;}
/* All this lot is for IE6, believe it or not, to style the fly outs */
.menu :hover ul.sub li a ,
.menu :hover ul.sub li a:hover ul li a ,
.menu :hover ul.sub li a:hover ul li a:hover ul li a ,
.menu :hover ul.sub li a:hover ul li a:hover ul li a:hover ul li a , 
.menu :hover ul.sub li a:hover ul li a:hover ul li a:hover ul li a:hover ul li a 
{display:block; float:left;  height:25px; width:230px; padding:0px; font-weight:normal; color:#4d6c64;}

.menu :hover ul.sub li a:hover ,
.menu :hover ul.sub li a:hover ul li a:hover ,
.menu :hover ul.sub li a:hover ul li a:hover ul li a:hover ,
.menu :hover ul.sub li a:hover ul li a:hover ul li a:hover ul li a:hover ,
.menu :hover ul.sub li a:hover ul li a:hover ul li a:hover ul li a:hover ul li a:hover 
{color:#4d6c64; font-weight:bold; text-decoration:none; font-size:1.0em;}


