@charset "utf-8";
#indexbutts {margin:0;
padding:0;
list-style:none;
background:#000;
width:720px;
height:500px;/*392px;*/
/*position:relative;*/
border-top:8px solid #CCC;
}
#indexbutts li {
display:inline;
z-index:7;
margin:0;
padding:0;
height:90px;
}
#indexbutts a {
display:block;/*
position:relative;*/
float:left;
height:90px;
text-decoration:none;
border-bottom:8px solid #CCC;
}

#indexbutts a:hover{
	cursor: pointer;
	
}

/*prima riga*/
#mxp_b a{
width:188px;
padding-left:21px;
background:transparent url(../imgs/indexbutts/mxp.jpg) no-repeat right top;
}

#pul_b a{
width:160px;
padding-left:45px;
background:transparent url(../imgs/indexbutts/pul.jpg) no-repeat right top;
}
#es_b a{
width:165px;
padding-left:95px;
padding-right:46px;
background:transparent url(../imgs/indexbutts/es.jpg) no-repeat 95px top;
}

/*seconda riga*/
#cefalu_b a{
width:162px;
padding-left:10px;
background:transparent url(../imgs/indexbutts/cefalu.jpg) no-repeat right top;
}

#ripa_b a{
width:95px;
padding-left:48px;
background:transparent url(../imgs/indexbutts/ripa.jpg) no-repeat right top;
}
#amalfi_b a{
width:115px;
padding-left:64px;
background:transparent url(../imgs/indexbutts/amalfi.jpg) no-repeat right top;
}
#dentist_b a{
width:145px;
padding-left:66px;
padding-right:15px;
background:transparent url(../imgs/indexbutts/dentist.jpg) no-repeat 66px top;
}
/*terza riga*/
#rft_b a{
width:164px;
padding-left:77px;
background:transparent url(../imgs/indexbutts/rft.jpg) no-repeat right top;
}
#th_b a{
width:95px;
padding-left:92px;
background:transparent url(../imgs/indexbutts/th.jpg) no-repeat right top;
}
#pisa_b a{
width:115px;
padding-left:80px;
padding-right:97px;
background:transparent url(../imgs/indexbutts/pisa.jpg) no-repeat 80px top;
}
/*quarta riga*/
#torino_b a{
width:122px;
padding-left:10px;
background:transparent url(../imgs/indexbutts/torino.jpg) no-repeat right top;
}
#design_b a{
width:85px;
padding-left:89px;
background:transparent url(../imgs/indexbutts/design.jpg) no-repeat right top;
}
#lucca_b a{
width:114px;
padding-left:86px;
background:transparent url(../imgs/indexbutts/lucca.jpg) no-repeat right top;
}
#pescara_b a{
width:123px;
padding-left:61px;
padding-right:30px;
background:transparent url(../imgs/indexbutts/pescara.jpg) no-repeat 61px top;
}
/*quinta riga*/
#scienze_b a{
width:162px;
padding-left:70px;
background:transparent url(../imgs/indexbutts/scienze.jpg) no-repeat right top;
}

#mtm_b a{
width:119px;
padding-left:92px;
background:transparent url(../imgs/indexbutts/mtm.jpg) no-repeat right top;
}

#trhu_b a{
width:175px;
padding-left:55px;
padding-right:47px;
background:transparent url(../imgs/indexbutts/trhu.jpg) no-repeat 55px top;
}

#indexbutts a:hover /*, #indexbutts a:focus, #indexbutts a:active*/{
	background-position: right  bottom;
}
/*correzione posizionamento imm. di sfondo per i fine riga (= padding-left)*/
#es_b a:hover{
	background-position: 95px bottom;
}
#dentist_b a:hover{
	background-position: 66px bottom;
}
#pisa_b a:hover{
	background-position: 80px bottom;
}
#pescara_b a:hover{
	background-position: 61px  bottom;
}
#trhu_b a:hover{
	background-position: 55px bottom;
}
/* BIR
#indexbutts a span {
position:relative;
z-index:-10;
}*/

#indexbutts a span{
position:fixed;
top:-30px;
left:0px;
display:block;
visibility:hidden;
}

#indexbutts a:hover span {
	visibility:visible;
	position: absolute;
	width:300px;
	font-family:"Swis721 BlkCn BT",Helvetica,sans-serif;
	color:#FFF;
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 1px;
	top:10px;
	left:22px;
	/*font-weight: bold;*/
}



