
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	text-decoration: none;
	swidth: 10em;
	font-size: 18px;
	background: url(../imagenes/img02.gif) no-repeat left center;
	padding: 0 20px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#nav li { /* all list items */
	float: left;
	swidth: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;	
	width: 220px;
	margin-left:10px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	opacity:0.95;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav ul li a{
	font-size: 12px;
	background-image: url(../imagenes/img02.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-left:15px;
	height:25px;
	width:185px;
	padding-top:10px;
}


#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#sidebar a {
	display: block;
	text-decoration: none;
	swidth: 10em;
	font-size: 18px;
	padding: 0 20px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar li ul { /* second-level lists */
	position: absolute;	
	width: 220px;
	margin-left:10px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	opacity:0.95;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
}
#sidebar ul li a{
	font-size: 12px;
	background-image: url(../imagenes/img02.gif);
	background-repeat: no-repeat;
	background-position: 6px 17px;
	padding-left:15px;
	height:25px;
	width:185px;
	padding-top:10px;
}
#sidebar .opcionactiva{
	color:black;
	font-weight:bold;
}
