/***********************************************/
/* emx_nav_left.css                            */
/***********************************************/

#pageNav{
	float: left;
	width:216px;
	height:144px;
	padding: 0px;
	background-color: #3E5079;
	border-right: 1px solid #293550;
	border-left: 1px solid #293550;
	border-bottom: 1px solid #293550;
	font: smaller Verdana, Arial, Helvetica, sans-serif;
}

/************ estilo dos links **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #003366;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #293550;
	border-bottom: 1px solid #003366;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #CCCCCC;
}

#sectionLinks a:hover{
	border-top: 1px solid #003366;
	background-color: #0066CC;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/********************* end **********************/