/* tooltip styling */
#map {
    display:block;
	background:url(/images/main/pub_map.png);
    height:320px;

}
#map .tooltip {
position:relative;
	display:none;
	background:url(/images/main/red_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
	z-index: 10;
}
/* a .label element inside tooltip */
#map .tooltip .label {
	color:yellow;
	width:35px;
}
#map .tooltip a {
	color:#ad4;
	font: 11px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
#map .tooltip h2 {
	color:#ffffff;
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
#map .tooltip p {
	color:#ffffff;
	font: 10px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
#map .tooltip a:hover {
	color:#ffffff;
	font: 11px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
#map #bank_house_inn {
    position: absolute;
	left: 265px;
	top: 185px;
	z-index: 5;
}
#map #bricklayers_arms {
    position: absolute;
	left: 115px;
	top: 230px;
	z-index: 5;

}
#map #rose_and_crown {
    position: absolute;
	left: 238px;
	top: 75px;
	z-index: 5;

}
#map #the_glebe {
    position: absolute;
	left: 246px;
	top: 111px;
	z-index: 5;
}
#map #duke_of_york {
    position: absolute;
	left: 309px;
	top: 214px;
	z-index: 5;

}
#map #coopers_tavern {
    position: absolute;
	left: 332px;
	top: 154px;
	z-index: 5;
}
#map #cock_inn {
    position: absolute;
	left: 267px;
	top: 79px;
	z-index: 5;
}
#map #old_town_hall_vaults {
    position: absolute;
	left: 144px;
	top: 128px;
	z-index: 5;
}
#map #red_lion_bh {
    position: absolute;
	left: 148px;
	top: 148px;
	z-index: 5;
}
#map #red_lion_md {
    position: absolute;
	left: 156px;
	top: 142px;
	z-index: 5;
}
#map #fox_and_hounds {
    position: absolute;
	left: 168px;
	top: 154px;
	z-index: 5;
}
#map #white_horse {
    position: absolute;
	left: 96px;
	top: 96px;
	z-index: 5;
}
#map #royal_oak {
    position: absolute;
	left: 83px;
	top: 94px;
	z-index: 5;
}
#map #castle_hotel {
    position: absolute;
	left: 123px;
	top: 180px;
	z-index: 5;

}
#map #lord_hill {
    position: absolute;
	left: 149px;
	top: 138px;
	z-index: 5;
    clear: both;
}