/*
Tinext SA:
Foglio di stile per Menu
*/



#meta-navigation ul li.textMyThalia{
	position: absolute; 
	z-index: 10; 
	left: -95px;
}

#meta-navigation ul li a {
	line-height: 30px;
	font-size: 9px;
}

#footer-navigation ul {
	padding-left: 0px;
}

#footer-navigation .ttk-generic-teaser{
	list-style:none;
	padding-left:0px;
	float:left;		
	padding-top: 25px;
}

#footer-navigation ul li.space {
	padding: 0px 5px;
}

#header ul.nav-simple {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	float:right;
}

#header ul.nav-simple li {
	display: inline;
	list-style-type: none;
	height:20px; 
	line-height:20px;	
	border-left: 1px solid #325075;
	float:left;
	position:relative;
}

#header ul.nav-simple li a, #header ul.nav-simple li span{
	height:20px; 
	line-height:20px;	
	float:left;
	padding:0px 10px;
	font-weight: bold;
	color:#325075;
}

#header ul.nav-simple li a:hover, #header ul.nav-simple li.selected a {
	
}


#header ul.nav-red {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	position: absolute;
	top: 3px;
	left: 103px;
}

#header ul.nav-red li {
	display: inline;
	list-style-type: none;
	height:40px; 
	line-height:40px;	
	float:left;
}

#header ul.nav-red li a, #header ul.nav-red li span{
	height:40px; 
	line-height:40px;
}

#header ul.nav-red li.on{
	background-color: #fe7443;
}

#header ul.nav-red li a, #header ul.nav-red li span  {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color:#033B4B;
	/*letter-spacing:1px;*/
}	

.on{
	background-color: #fe7443;
}

.open{
	background-color: #fe7443;
}

ul.vertical-menu {
	margin-left: 0;
	padding-left: 0;
}

ul.vertical-menu li {
	list-style-type: none;
}

ul.vertical-menu li li {
	padding-left: 10px;
}

ul.vertical-menu a {
	display: block;
}

/****** NAV BLUE ******************************************************************/


/****** NAV VERTICAL ******************************************************************/

ul.nav-vertical li {
	background-color: #e4e4e4;
	border-bottom: 1px solid #fff;
	line-height:25px;	
}

ul.nav-vertical li.alternate {
	background-color: #edebec;
	border-bottom: 1px solid #fff;
	line-height:25px;	
}

ul.nav-vertical ul {
	padding-left: 0px;	
}

ul.nav-vertical a {
	/*bck-image*/
	width: 235px;
	padding: 0px 5px 0px 35px;
	line-height:25px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	background-image: url(../images/struttura/piu.gif);
}

ul.nav-vertical a:link, ul.nav-vertical a:visited {
	color: #333;
	text-decoration: none;
}

ul.nav-vertical a:hover {
	/*background-color: red;
	color: white;*/
	text-decoration: underline;
}

ul.nav-vertical ul li ul {
	padding-left: 0px;	
}

ul.nav-vertical li ul li {
	background-color: #fff;	
	padding-left:0px;
}

ul.nav-vertical li.open span{
	width: 235px;
	padding: 0px 5px 0px 35px;
	line-height:25px;	
	background-position: 5px 5px;
	background-repeat: no-repeat;
	background-image: url(../images/struttura/piu.gif);
}

ul.nav-vertical li.open li a {
	/**/
}

ul.nav-vertical li.open a, ul.nav-vertical li.open span{
	/**/background-image: url(../images/struttura/meno.gif);
}
ul.nav-vertical li.open li a, ul.nav-vertical li.open li span{
	/**/background-image: none;	
}

/****** TAB FUNDS ******************************************************************/
ul#tabFunds {
	position:absolute; 
	top:0px; 
	right:0px;
}
ul li.tabFunds {
	list-style:none;
	margin-left:1px;
	float: right;	
}
ul li.tabFunds a {
	float:left;
	position:relative;
	background:#edebec;
	height:27px; 
	line-height:27px;
	padding: 0px 10px;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
}
ul li.tabFunds span {
	float:left;
	position:relative;
	height:27px; 
	line-height:27px;
	padding: 0px 10px;
	background:#fff;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #fff;
	border-right:1px solid #e4e4e4;
}
ul li.tabFunds span.first {
	border-left:1px solid #e4e4e4;
}


/****** NAV BREADCRUMBS ******************************************************************/

ul.nav-breadcrumbs a { padding: 3px 3px; }
ul.nav-breadcrumbs a:link, ul.nav-breadcrumb a:visited {
	color: black;
	text-decoration: none;
}
ul.nav-breadcrumbs a:hover {
	color: black;
	text-decoration: underline;
}


