/* CSS Document */

.Btn{
	background-image:url('../img/btn-flash-hover.jpg');
	background-repeat:no-repeat;
	width: 139px;
	float: left;
	text-align:center;
	line-height: 30px;
	margin-left: 5px;
	font-size: 1em;
	font-weight:bold;
	display: inline;
	}
	

.tabNavigation a {
	color: #B8CAF2;
	text-decoration: none;
	font-size: 1.1em;

}

.tabNavigation a:hover{
text-decoration:underline;
}

		UL.tabNavigation {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 26px;
			}

 .Btn .selected {
	background-image:url('../img/btn-flash.jpg');
	background-repeat:no-repeat;
	color:#000;
	width: 139px;
	text-align:center;
	position: relative;
	float: left;
	border-bottom: 1px #D1D9E4 solid;
/*line-height: 30px;*/
}

div.tabs > div {
			padding: 5px;
			border: 1px solid #999999;
			width: 725px;
			margin-left: 5px;
			margin-bottom: 50px;
		}
		
.tabs p{
	padding-left: 30px;
	padding-top: 30px;}
	
	
.tabs h2 {
font-size:1.3em;	
	}
	
#Informatica ul li, #Telematica ul li, #Sicurezza ul li, #Networking ul li, #Internet ul li{
list-style: url('../img/lista-quadrata.jpg');
font-size: 1.0em;
margin-top: 10px;
}
		
#Informatica {
	background-image:url('../img/sfondo-carousel.jpg');
	z-index:0;
	margin-top: 20px;
		}

		#Telematica {
	background-image:url('../img/sfondo-carousel.jpg');
	margin-top: 20px;
		}

		#Sicurezza {
	background-image:url('../img/sfondo-carousel.jpg');
	margin-top: 20px;
		}
		
		#Networking {
	background-image:url('../img/sfondo-carousel.jpg');
	margin-top: 20px;
		}
		
		#Internet {
	background-image:url('../img/sfondo-carousel.jpg');
	margin-top: 20px;
		}
