#boxContact {
	 
}

#boxContact .infoContact {
	background:url(../images/contact_line.gif) bottom center no-repeat;
	padding-bottom:20px;
	margin-bottom:15px;
}

#boxContact .maps {
	border:1px solid #d4d4d4;
	padding:1px;
	text-align:center;  
}

ul.list_maps{
	float:left;
	width:100%;
}
.list_maps :after {
	/* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}

.list_maps li {
	float: left;
	padding-right:5px;
}


.list_maps a {
	background:url(../images/tabR.gif) right top no-repeat;
	display: block;
	color: #5cad1b;
	font-weight: bold;
	text-align: center;
	text-decoration: none;	
	padding-right:15px; 
}
.list_maps a span {
	background:url(../images/tabL.gif) left top no-repeat;
	display: block;
	line-height: 30px;
	padding-top:12px;
	padding-left:25px;
	padding-right:10px;
}

.list_maps a:hover {
	color: #e60108;
}
.list_maps a:hover span {}

.list_maps .active {
	top:1px;
	position:relative;
}
.list_maps .active a {
	
	background:url(../images/tabR_on.gif) top right no-repeat;
	color: #ffffff;
}
.list_maps .active a span {
	background:url(../images/tabL_on.gif) top left no-repeat;
	line-height: 42px;
	padding-top:0px;
}
 