/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
#dropline {
	padding:0;
	list-style:none;
	background:url(images/barra_gris_corto.jpg);
	text-align:center;
	margin:0 auto;
	font-size:12px;
	font-family:arial, sans-serif;
	height:32px;
	width:930px;
	position:absolute;
	left:0;
	border-bottom-color:#930101;
	border-bottom-style:solid;
	border-bottom-width: 3px;
	z-index:500;
}

#dropline div {
	padding:0px;
	margin:-10px auto;
	list-style:none;
	position:absolute;
	left:-9999px;
	width:930px;
	text-align:center;
	background-image: url(images/barra_roja.jpg);
	color:#FFF
	}

#dropline table {
	border-collapse:collapse;
	font-size:1em; 
	float:left; 
	margin:-1px;
	}

#dropline ul li {
	display:inline; 
	margin:0; 
	text-align:left;
	}
	
#dropline ul.right li {
	float:right
	}	
	
#dropline ul li a {
	display:inline-block; 
	height:32px; 
	line-height:32px; 
	margin:0; 
	padding:0 7px; 
	background:transparent; 
	font-weight:normal; 
	font-size:11px;
	color:#FFF
	}
	

#dropline li {
	display:inline; 
	margin:0 -2px; 
	text-align:left;
	z-index:999999
	}
#dropline li a {
	display:inline-block;
	height:32px;
	background:url(images/pestana.jpg) right top;
	line-height:32px;
	text-decoration:none;
	color:#000;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 0;
	}
#dropline li a.sub {background:url(images/pestana_flecha.jpg) right top;}

html>/**/body #dropline li {display:inline-block; padding:0;}

* html #dropline li a {margin-bottom:0px; margin-right:3px;}

#dropline li a b {display:block; height:32px; float:left; padding:0 0 0 25px; background:url(images/pestana.jpg) left top; cursor:pointer;}

#dropline li a:hover {
	background-position:right bottom;
	color:#FFF;
}
#dropline li a:hover b {background-position:left bottom;}

#dropline li:hover > a {
	background-position:right bottom;
	color:#FFF;
}
#dropline li:hover > a b {background-position:left bottom;}

#dropline :hover div {left:0; top:41px;}

#dropline :hover ul li a:hover {
	text-decoration:underline;
	color:#FFF;
}
