@charset "utf-8";
/* CSS Document */

#nav {
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#nav a {
	display: block;
	width: 210px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	text-transform: uppercase;
	background-image: url(../images/backgrounds/menuL1.png);
	background-repeat: no-repeat;
}
#nav a:hover {
	background-image: url(../images/backgrounds/menuL1hover.png);
	background-repeat: no-repeat;
}


#nav li {
	float: left;
	width: 250px;
}
/***************************segundo nivel *****************************/

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li ul {
	position: absolute;
	width: 250px;
	left: -999em;
}
#nav li ul a {
	display: block;
	width: 210px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	height: 25px;
	line-height: 25px;
	padding-left: 40px;
	text-transform: uppercase;
	background-image: url(../images/backgrounds/menuL2.png);
	background-repeat: no-repeat;
}
#nav li ul a:hover {
	background-image: url(../images/backgrounds/menuL2hover.png);
	background-repeat: no-repeat;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/***********************************************************
NAV2
***********************************************************/

#nav2, #nav2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav2 a {
	display: block;
	width: 10em;
}

#nav2 li {
	float: left;
	width: 10em;
}
/*************************** segundo nivel *****************************/
#nav2 li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav2 li:hover ul, #nav2 li.sfhover ul {
	left: auto;
}
