 /* HEADER
--------------------------------------------------------------------*/
#header #logo {
	background-image: url(../banner.jpg);
	background-repeat: no-repeat;
	height: 90px;
}

#header #logo a 
{
	position: relative;
	display: block;
	height: 80px;
	width: 110px;
	top: 5px;
	left: 15px;
}



 /* NAVIGATION BAR
--------------------------------------------------------------------*/

#header #mainnav {
	position: relative; /* important */
	z-index: 45; /* important */
}

#tabs {
	list-style: none;
	height: 35px;
	background-repeat: no-repeat;
	padding: 0;
	position: relative;
	margin: 0;
	background-color: #330099;
}

#tabs li {
	float: left;
	position: relative;
	border-right: solid 1px #DDDDDD;
	margin: 0;
	padding: 0;
	width: 119px;
	display: block;
}

#tabs li a {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 35px;
	font-size: 10px;
	position: relative;
	text-indent: -5000px;
	background-position: 50%;
	background-repeat: no-repeat;
	width:119px;
	background-color: #0000FF;
}

#tabs > li > a { height: 35px; }
#tabs > li > ul > li > a{ height: 25px; }

#last-nav-tab { border-right: none !important; } /* take off the right most border */


#tabs li:hover, #tabs li.sfhover {
	color: #993300;
	background-color: #fff;
}

#tabs li.selected {

} /* defines background of on tab */

#tabs li #tab_home {
	background-image: url(../FONDAZIONE.JPG);
}

#tabs li:hover #tab_home, #tabs li.sfhover #tab_home {
	background-image: url(../FONDAZIONE.jpg);
}

#tabs li #tab_about {
	background-image: url(../PUBBLICAZIONI.jpg);
}

#tabs li:hover #tab_about, #tabs li.sfhover #tab_about {
	background-image: url(../PUBBLICAZIONI.jpg);
}

#tabs li #tab_videos {
	background-image: url(../CONTATTI.jpg);
}

#tabs li:hover #tab_videos, #tabs li.sfhover #tab_videos {
	background-image: url(../CONTATTI.jpg);
}

#tabs li #tab_news {
	background-image: url(../QUESTIONARI.jpg);
}

#tabs li:hover #tab_news, #tabs li.sfhover #tab_news {
	background-image: url(../QUESTIONARI.jpg);
}

#tabs li #tab_blog {
	background-image: url(../TESTIMONIAL.jpg);
}

#tabs li:hover #tab_blog, #tabs li.sfhover #tab_blog{
	background-image: url(../TESTIMONIAL.jpg);
}
/* ------------------------------- 
#tabs li ul li ul #tab_blog {
	background-image: url(../TESTIMONIAL.jpg);
}
#tabs li ul li ul li:hover #tab_blog, #tabs li ul li ul li.sfhover #tab_blog {
	background-image: url(../TESTIMONIAL.jpg);
}
#tabs  li ul li ul{
	color:#666666;
	border:none;
	position: relative;
	text-align:left;
	background-image: url(../i/nav/dropDownBG.gif);
	background-color:Transparent;
	display: block;
	height: 25px;
	padding: 0;
	margin: 0;
	width: 157px;
}

#tabs li ul li ul li a 
{
	padding: 0;
	margin: 0px 0;
	color: #666;
	height: 25px;
	width: 157px;
	text-indent: 10px;
	line-height: 25px;
	text-decoration: none;
	text-transform: ;
	font-size: 11px;
	display: block;
	background-color: transparent;
	border: 0;
	color:#36578c
}

#tabs li.sfhover ul li ul li a:hover, #tabs  li ul li ul li a:hover {
	color: #c71719; 
}

	
#tabs  li ul li ul li:hover { background-color: Transparent; }






-------------------------------------*/
#tabs li #tab_action {
	background-image: url(../MALATTIE.jpg);
}

#tabs li:hover #tab_action, #tabs li.sfhover #tab_action {
	background-image: url(../MALATTIE.jpg);
}

#tabs li #tab_donate {
	background-image: url(../HOME.jpg);
	border-right-style: ridge;
}
#tabs li:hover #tab_donate, #tabs li.sfhover #tab_donate {
	background-image: url(../HOME.jpg);
}

 /* NAVIGATION DROP DOWNS
--------------------------------------------------------------------*/

#tabs li ul {
	list-style: none;
	position: absolute;
	top: 34px;
	left: -2px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	width: 157px;
	display: none;
}

#tabs li > ul {
	left: -2px;
	top: auto;
	} /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */


#tabs li ul li {
	color:#666666;
	border:none;
	position: relative;
	text-align:left;
	background-image: url(../i/nav/dropDownBG.gif);
	background-color:Transparent;
	display: block;
	height: 25px;
	padding: 0;
	margin: 0;
	width: 157px;
}

#tabs li ul li a 
{
	padding: 0;
	margin: 0px 0;
	color: #666;
	height: 25px;
	width: 157px;
	text-indent: 10px;
	line-height: 25px;
	text-decoration: none;
	text-transform: ;
	font-size: 11px;
	display: block;
	background-color: transparent;
	border: 0;
	color:#36578c
}

#tabs li.sfhover ul li a:hover, #tabs li ul li a:hover {
	color: #c71719; 
}

	
#tabs li ul li:hover { background-color: Transparent; }

#tabs li:hover ul li.bottom_item, #tabs li.sfhover ul li.bottom_item {
	background-image: url(../i/nav/dropDownBG_Bottom.gif);
	height: 33px;
	}

#tabs li:hover ul li:hover, #tabs li.sfhover ul li.sfhover  {
	background-image: url(../i/nav/dropDownBG_HOVER.gif);
	}

#tabs li:hover ul li.bottom_item:hover,  #tabs li.sfhover ul li.bottom_item.sfhover {
	background-image: url(../i/nav/dropDownBG_HOVER_Bottom.gif);
	}



#tabs li:hover ul,
#tabs li.sfhover ul { 
	display: block;
	} /* lists nested under hovered list items -- Javascript will display this for IE*/


 /* EMAIL SIGNUP
--------------------------------------------------------------------*/
#email_signup {
	position: absolute;
	top: 50px;
	left: 500px;
	z-index: 55;
	width:345px;
	}

#email_signup #login div,
#email_signup #login span,
#email_signup #login input {
	float: 		left;
	font-size: 11px
	}

#email_signup #login #signed_in {
	margin:3px 0 0 0;
	font-size:12px;
	color:white;
	float:right;
	font-weight:bold
	}
	
#email_signup #signed_in a {
	color:white;
	font-size:11px;
	text-decoration:underline;
	font-weight:normal
	}
#email_signup #signed_in a:hover {
	text-decoration:underline;
	}
#email_signup #join_prompt {
	text-indent: -5000px;
	margin-top: 3px;
	background-repeat: no-repeat;
	width: 144px;
	background-image: url(../i/shell/join_prompt.jpg);
	}


 /* FOOTER
--------------------------------------------------------------------*/
#footer {
	width: 824px;
	height: 31px;
	padding: 10px;
	clear: both;
	font-style: normal;
	font-size: 10px;
	text-align: center;
	background-image: url(../footer.jpg);

	}

#footer a,
#footer a:visited {
	text-decoration: none;
	color:white
	}

#footer #contactus,
#footer #contactus a:link,
#footer #contactus a:visited {
	text-align: right;
	color:White;
	margin-top:5px
	}

#footer #contactus a:hover {
	text-decoration: underline;
	}

#footer #copyright {
	text-align: left;
	float:left;
	color:white;
	width:220px;
	margin-top:5px;
	}

#footer #disclaimer {

	float: left;
	width: 375px;
	padding: 5px;
	border: 1px solid white;
	color:White;
	}

