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

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

/*voce menu 2°liv attiva*/
.activePage 
{
	background-color: #fdc400 !important; 
	color: white !important;
}
/*****************************************
* VOCE DI SEZIONE NEL SUB MENU
******************************************/
#sub-nav li a.curr-section-link {
	display: block;
	border: 0;
	padding: 3px 0 2px;
	padding-left: 13px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	height: 14px;
	width: 205px;
	font-weight: bold;
} 
#sub-nav li a.curr-section-link:ACTIVE,
#sub-nav li a.curr-section-link:VISITED
{
	color: #fdc400 !important;
	background-color: #004175 !important;
}
#sub-nav li a.curr-section-link:HOVER
{
	color: #fdc400 !important;
	background-color: #004175 !important;
}


.selected-page-link 
{
	background-color: #fdc400 !important; 
	color: white;
}
/*****************************************
* INTERNAL FLASH banner
******************************************/
#top-banner {
	padding: 0;
	margin: 0;
	border:0;
	position: absolute;
	left: 206px;
	top: 0px;
	height: 136px;
	width: 625px;
}


