@charset "utf-8";
/* CSS Document */


#mapsanddirectionsGoogleMap img
{
	background-color: transparent;
}

#mapsanddirectionsDefault ul
{
	margin: 0;
	padding: 0;
	float: left;
}

#mapsanddirectionsDefault ul li
{
	float: left;
	margin: 0 89px 0 0;
	line-height: 40px;
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
}

#mapsanddirectionsDefault ul li.last
{
	margin-right: 0px;
}

#mapsanddirectionsDefault ul li a
{
	background-image: url(../../media/images/mapsanddirections/map.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 216px;
	height: 107px;
	text-decoration: none;
}

