
/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:table;
}

.cf:after {
	clear:both;

}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;

}
/*horizontal menu styles*/	
/*linea debajo del fondo del menu*/
nav {
	font-size:16px;
	background:#fff;
	height: 2.9em;
	position:relative;
	z-index:100;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
ul {
	background: #fff;
	height: 2.7em;
	width: 60%;
}
li {
	position: relative;
}
li a {
	display: block;
	line-height: 2.7em;
	padding: 0 1em;
	color: #0b7c4b;
	text-decoration: none;
}
li a:hover, .topmenu li:hover > a {
	color:#fff;
	background: #0b7c4b;
	height: 2.7em;
	/*padding-top: .3em;*/
	position: relative;

}
li a:visited, .topmenu li:visited > a {
	color:#0b7c4b;

}
.current, a:hover.current, .topmenu li:hover a.current {
	color:#666;
	background:#ececec;
	/*padding-top: .3em;*/
	position: relative;
	/*top: -.3em;*/
	border-bottom: .3em solid #CCC;
	cursor: default;
}
/*dropdown menu styles*/
ul.submenu {
	float: none;
	background: #7e413f;
	width: auto;
	height: auto;
	position: absolute;
	top: 2.7em;
	left: -9000em;
	max-height: 0;
	-moz-transition:max-height 0.5s ease-in-out;
	-webkit-transition:max-height 0.5s ease-in-out;
	-o-transition:max-height 0.5s ease-in-out;
	transition:max-height 0.5s ease-in-out;
	overflow: hidden;
}
ul.submenu li {
	float: none;
}
.topmenu{
	width:920px;}
.topmenu li:hover ul {
	left: 0;
	max-height: 15.7em;
}
ul.submenu li a {
	border-bottom: 1px solid white;
	padding: .2em 1em;
	white-space: nowrap;
}
ul.submenu li:last-child a {
	border-bottom: none;
}
ul.submenu li a:hover {
	background: #fff;
	height: 2.7em;
	padding-top: .2em;
	top: 0;
	border-radius: 0;
}