/* CSS Document */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/doors_drop_line_three.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.
=================================================================== */
/* for this demo only */
#nav {margin:20px 0 80px 0;}

/* the styling */
#nav {float:left; width:885px; height:auto; background:#000 bottom; position:relative;}

#nav .select, #nav .current {margin:0; padding:0; list-style:none; display:block;}

#nav .select a,
#nav .current a {display:block; height:21px; float:left; left top; border-bottom:1px solid #000; text-decoration:none; line-height:20px; white-space:nowrap; margin-left:0px;}
* html #nav .select a, * html #nav .current a {width:1px;}

#nav .sub {display:none;}

/* for IE5.5 and IE6 only */
#nav table {position:absolute; border-collapse:collapse; left:0; top:0; font-size:11px;}

/* Menu opciones */
#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {background:#000000 top right no-repeat; color:#fff; text-decoration:underline;}


/* ALTURA */
#nav .select li a:hover .sub, 
#nav .select li:hover .sub {display:block; position:absolute; width:885px; top:26px; left:0; background:#000000; margin-top:1px; padding:0; z-index:100; border-bottom:0px solid #000;}

#nav .sub, #nav .sub_active {margin:0; padding:0; list-style:none;}
#nav .sub_active {display:block; position:absolute; width:885px; top:21px; left:0; background:#000000; margin-top:1px; padding:0; z-index:10; color:#000; border-bottom:20px solid #fff;}
* html #nav .sub_active, * html #nav .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:1px;}

#nav .sub_active a {height:25px; float:left; text-decoration:none; line-height:24px; white-space:nowrap; font-weight:normal;}
#nav .sub_active a, 
#nav .select a:hover .sub li a, 
/* Fuente de las opciones de los botones */
#nav .select li:hover .sub li a {display:inline; background:#000000 top right no-repeat; padding:0 10px; margin:0; font-size:12px; font-family:Arial, Helvetica, sans-serif; width:auto; white-space:nowrap; font-weight:normal; border:0; color:#fff; height:25px; line-height:24px; }


