/* ================================================================ 
 * 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/dd_valid.html
 * Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
 * This stylesheet and the assocaited (x)html may be modified in any 
 * way to fit your requirements.
 * =================================================================== */
/* common styling */
#menu {
	background: #00503A url(img/linea_sup.jpg) no-repeat scroll 604px 0;
	margin: 0;
	overflow: hidden;
	padding:0 0 1.6em 0;
	position:relative;
	/* Para el IE6 */
	width: 100%;
	z-index:100;
}
#menu li {
	list-style-type:none;
	float:left;
	position:relative;
}
#menu li a, ul li a:visited {
	background-color :#F3F3F3;
	color: #6E6B69;
	display:block;
	font-family: Tahoma;
	font-size:0.9em;
	font-weight:bold;
	height:35px;
	line-height:35px;
	overflow:hidden;
	text-align:center;
	width:151px;
}

#menu a:hover, #menu li a.sel {color: #FFF;}
#menu li a.sel {background: #F3F3F3  url(img/solapa.jpg) no-repeat scroll left bottom;}
#menu a:hover {background: #F3F3F3  url(img/solapa.jpg) no-repeat scroll left top;}

#menu li ul a.sel {background: #F3F3F3  url(img/solapa.jpg) no-repeat center -47px;}

#menu li ul {display:none;}

#menu li ul {
	margin: 0;
	padding: 0;
	position:absolute;
	width: 16em;
}
#menu li ul li {
	height:1.6em;
	width:169px;
	background-color: #4A6558;
	width: 8em;
}
#menu li ul li a {	
	width: 100%;
	line-height:2.0em;
	color: #91CBBC;
	font-size:0.8em;
	background: #4A6558 none;
}
#menu :hover ul li a {
	color: #91CBBC;
	background: #4A6558 none;
}
#menu :hover ul li a.sel {
	color: #FFF;
	background: #F3F3F3 url(img/solapa.jpg) no-repeat scroll bottom center;
}
#menu :hover ul li a:hover {
	color: #FFF;
	background: #F3F3F3 url(img/solapa.jpg) no-repeat scroll bottom center;
}

#menu .sel ul, #menu :hover ul {display:block;}

