/* GOOGLE MAP */
#displayMap_wrap {
	width: 500px;
	_width: 450px; /* IE 3-pixel jog bug */
	margin: 0 0 15px 0;
}

#displayMap_wrap ul {
	line-height: 35px;
}

#displayMap_wrap .displayMap ul li.expandable a {
	display: block;
	padding: 0 20px 2px 40px;
	background:url(../images/icon_map.png) left top no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:30px;
}

#displayMap_wrap .displayMap ul li.expandable a:hover

 {
	display: block;
	padding: 0 20px 2px 40px;
	background:url(../images/icon_map-hover.png) left top no-repeat;
}

#displayMap_wrap .displayMap ul li.expandable a.active
 {
	background:url(../images/icon_map-hover.png) left top no-repeat;
}


#displayMap_wrap .displayMap ul  {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

#displayMap_wrap .displayMap ul li {
	background: transparent none !important;
	padding: 0 !important;
	border-top: 1px dotted #ccc !important;
	zoom: 1;
	margin: 0;
	margin-bottom:2px;
	padding-top: 0.2em !important;
	padding-bottom: 0.2em !important;
	border-bottom: 1px dotted #ccc !important;
	width: 100%;
	overflow: hidden;
}

