/*****************************************
* SUB MENU 
******************************************/
#financial-nav-container {
	position: absolute;
	left: 0px;
	top: 20px;
	padding: 0;
	margin: 0;
	width: 205px;
	height: 100%;
	overflow: hidden;
	border-right: 1px solid #fff;
}
#financial-sub-nav {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 205px;
}
#financial-sub-nav li
{
	position: relative;
	width: 225px;
	border-bottom: 1px solid #fff;
}
#financial-sub-nav li a {
	display: block;
	border: 0;
	padding: 3px 0 2px;
	padding-left: 13px;
	color: #004175;
	text-decoration: none;
	text-transform: uppercase;
	height: 14px;
	width: 192px;
	background-color: #fdc400 !important; 
	font-weight: bold;
} 
#financial-sub-nav li a:ACTIVE,
#financial-sub-nav li a:VISITED
{
	color: white;
}
#financial-sub-nav li a:HOVER
{
	color: #004175;
}

/* empty row */
#financial-sub-nav li div {
	display: block;
	border: 0;
	padding: 2px 0 2px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	height: 14px;
	width: 205px;
	font-weight: bold;
}

/*voce menu 2°liv attiva*/
.activeFinancialPage 
{
	color: #004175 !important;
}


