#contactPanel {
	clear:both;
	height: 43px;
	background-color:#ececed;
	width:100%;	
	position:relative;
}

#contactPanel.home {
	background: url(img/footerMiddle-hp.png) repeat-x;
}

#contactPanel .links {
	width:910px;
	margin:0 auto;
	padding-top:10px;
}

#contactPanel .links .link{
	color:#2F3951;
	float:left;
	font-size:10px;
	height:20px;
	padding-top:5px;
	text-align:center;
	text-transform:uppercase;
}

#contactPanel .links .link:hover{
	color:#FFFFFF;
}

#contactPanel .links .link a {
	text-decoration:none;
	color:#2F3951;
	display:block;
}

#contactPanel .links .link:hover a {
	color:#FFFFFF;
}

#contactPanel .links .link a label{
	cursor:pointer;
}

.sx{
	background:transparent url(img/pulsanted-menu-footer-sx.png) no-repeat scroll 0 0;
	width:150px;
}

.sx:hover{
	background:transparent url(img/pulsante-menu-footer-sx-mo.png) no-repeat scroll 0 0;
	width:150px;
}

.center{
	background:transparent url(img/pulsanted-menu-footer-center.png) no-repeat scroll 0 0;
	width:150px;
}

.center:hover{
	background:transparent url(img/pulsante-menu-footer-centra.png) no-repeat scroll 0 0;
	width:150px;
}

.dx{
	background:transparent url(img/pulsanted-menu-footer-dx.png) no-repeat scroll 0 0;
	width:151px;
}

.dx:hover{
	background:transparent url(img/pulsante-menu-footer-dx-mo.png) no-repeat scroll 0 0;
	width:151px;
}