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

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

#nav a {
	display: block;
	width: 100px;
	height: 60px;
	padding-top: 33px;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #FDFDFD;
	vertical-align: middle;
}
#nav a:hover {
	background-image: url(../images/backgrounds/buttonTopHover.png);
}


#nav li {
	float: left;
	width: 100px;
	vertical-align: middle;
}
/***************************segundo nivel *****************************/
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

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

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

#navLeft {
	padding: 0;
	margin: 0;
	list-style: none;
}

#navLeft a {
	font-size: 17px;
}

#navLeft li {
	width: 215px;
	height: 55px;
	padding-left: 50px;
	background-image: url(../images/backgrounds/buttonLeft.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #777777;
	font-weight: normal;
	padding-top: 5px;
}
#navLeft li:hover {
	background-image: url(../images/backgrounds/buttonLeftHover.png);
}
