





#tabMenu {
	margin:0;
	padding:0 0 0 0;
	list-style:none;
}
#tabMenu li {
	float:left;
	height:14px;
	width:68px;
	cursor:pointer;
	color:#fff;
	font-size: 12px;
	text-align: left;
	padding: 34px 0 1px 0;
	text-shadow: 1px 1px 1px #000;
	margin: 1px 1px 0 0;
	text-align:center;
	
}




/*stile dei tab*/


li.video {
	background:url(../img/tab_video.png) no-repeat 0 -49px;
}
li.musica {
	background:url(../img/tab_musica.png) no-repeat 0 -49px;
}
li.foto {
	background:url(../img/tab_foto.png) no-repeat 0 -49px;
}









li.mouseover {
	background-position:0 0;
}
li.mouseout {
	background-position:0 -49px;
}
li.selected {
	background-position:0 0;
}



.box {
	position:relative;
	text-align: left;
	width: 100%;
}
.boxTop {
	background-color:#a51000;
	height:10px;
	clear:both
}
.boxBody {
	background-color:#fff;
}


/*box elenchi*/	
	
.boxBody ul{ 
    margin: 0; 
	padding: 0;
	list-style: none;
	
	}

.boxBody ul li{ 
    margin: 0; 
	padding: 6px;
	list-style: none;
	font-size: 13px;
	color: #151515;
	}

.boxBody ul li a{ 
    color: #a51000;
	font-size: 15px;
	text-decoration:none;
	
	}
.boxBody ul li a:hover{ 
    color: #a51000;
	font-size: 15px;
	text-decoration:underline;
	
	}	
.boxBody ul li.alternate{ 
    background-color: #efefef;
	}		









.boxBody div.parent {
	display:none;
}
.boxBody div.show {
	display:block;
}

.boxBody div {
	
	font-size: 14px;
	color: #fff;
}

