/* CSS Document */

#menu{
	float:left;
	}
	
#navigation{
	clear: left;
	float: left;
	margin: 0 0 0 82px;
	padding: 0 0 0 0;
	background-color:#128f35;
	width: 257px;
	display: inline;
	border-left:#FFFFFF solid 6px;
	border-right:#FFFFFF solid 6px;
	border-bottom:#FFFFFF solid 6px;
	height:760px;
	min-height:760px;
	height:auto !important;
	
}
#navigation dl{
	margin: 0 0 15px 0;
	padding: 0 26px;
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
}
#navigation dt{
	font-size: 130%;
	font-weight:bold;
	border-bottom: 1px solid #fff;
	padding: 0 0 10px 0;
	color: #fff;
}
#navigation dd{
	background: url(../img/nav_dash.gif) repeat-x bottom;
	margin: 0;
	padding: 1px 0;
}
#navigation dd a:link, #navigation dd a:visited{
	text-decoration: none;
	display: block;
	padding: 3px 15px;
	margin: 0 0 1px 0;
	color: #fff;
	font-weight:bold;
}
#navigation dd a:hover{
	background: #eee url(../img/bullet_nav.gif) no-repeat 6px 50%;
	text-shadow: none;
	color: #128f35;
}
#navigation dd.selected a:link, #navigation dd.selected a:visited, #navigation dd.selected a:hover{
	font-weight: bold;
	background: #eee  url(../img/bullet_nav_selected.gif) no-repeat 6px 50%;
	color: #128f35;
	text-shadow: #8f887c 2px 2px 0;
}


#menu p{
font: 10px "trebuchet ms", helvetica, arial, sans-serif;
color:#FFFFFF;
font-weight:bold;
margin: 0 0 0 42px;
}

#separador10{
height:10px;
}
.separador10{
height:10px;
}

