.wrapper1{
	color: #44433f;	
	font-family: Futura Medium, Verdana;
	
	/*font: 12px "Futura Medium", "Myriad Pro", "Gill Sans", "Helvetica", "Verdana", "Arial", "sans-serif";*/
	}
	.wrapper1 a{
		color: #09548B;
		text-decoration: none;
		font-weight: bold;
	}
	.wrapper1 a:hover {
		color: #A65736; /*não usa*/
		background-color: #c1d16d;
	}
	.wrapper1 p {
		line-height: 10px;
	}
.wrapper {
	/*width: 710px;*/
}
.nav {
	/*background: #fff url(images/nav_bg.png) repeat-x;*/
	float: left;
}
.nav-left {
	/*background: url(images/nav_left.png) no-repeat top left;*/
	/*float: left;
	width: 11px;
	height: 1px;*/
}
.nav-right {
	/*background: url(images/nav_right.png) no-repeat top right;*/
	/*float: left;
	width: 11px;
	height: 1px;*/
}
.nav ul {
	width: 100%;
	height: 20px;
	float: left;
	margin: 0;
	padding-top: 0px;
	list-style: none;
	font-size: 12px;
	margin-left:0;
	line-height:30px;
}
.nav li {
	float: left;
	/*background: url(images/split.png) no-repeat right center;*/
	position: relative;
	z-index: 1;
	
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	overflow: hidden;
	float: left;
}
a .menu-left {
	/*background: url(images/menu_left.gif) no-repeat left top;*/
	width: 8px;
	height: 20px;
	display: block;
	float: left;
}
a .menu-mid {
	/*background: url(images/menu_mid.gif) repeat-x top left;*/
	height: 20px;
	display: block;
	float: left;
	cursor: hand;
}
a .menu-right {
	/*background: url(images/menu_right.gif) no-repeat top left;*/
	width: 8px;
	height: 20px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #09548B;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 39px;
	left: 1px;
	/*background: url(images/submenu_top.png) no-repeat;*/
	width: 200px;
}
.nav li ul {
	/*background: url(images/submenu_bg.png) repeat-y;*/
	width: 100%;
	height: auto;
	margin: 0;
	list-style: none;
	font-size: 12px;
	text-align:left;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	border-bottom: 1px #FFFFFF solid;
	background: #C1D16D !important;
}
.nav li:hover li a, .nav li.active li a
{
	color: #2F3C00;
	background: none !important;
	line-height: normal;
	width: 100%;
	text-indent: 1px;
	font-family: Verdana, Serif, Sans-Serif;
	font-size: 11px;
	line-height:20px;
}
.nav li:hover li a:hover, .nav li.active li a:hover
{
	color: #ffffff;
	background: #c1d16d !important;
	text-decoration: none;
	line-height: normal;
	line-height:20px;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	/*background: url(images/submenu_bottom.png) no-repeat;*/
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
