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

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

#nav a {
	display: block;
	width: 139px;
	height: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C3C3C3;
	font-size: 12px;
	color: #3151A3;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
}
#nav a.last {
	width: 138px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C3C3C3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C3C3C3;
}
#nav a:hover {
	background-color:#CEE439;
	color:#597700;
}

#nav li {
	float: left;
	width: 140px;
}
/***************************segundo nivel *****************************/
#nav li ul {
	position: absolute;
	width: 175px;
	left: -999em;
}
#nav li ul li a {
	background-color:#CEE439;
	color:#597700;
	font-size: 11px;
	width: 175px;
	text-align: left;
	padding-left: 10px;
}
#nav li ul li a:hover {
	background-color:#BCD21E;
	color:#F0F0F0;
}

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