#map {
	position: relative;
	width: 640px;
	height: 605px;
}

#directory-menu .expander {
	width: 204px;
	background-image: url('/_images/button.directory-expandable.gif');
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 4px 0px 6px 6px;
	display: block;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}

#directory-menu .expander:hover, #directory-menu .active-expander {
	background-position: -210px 0px;
	color: #FFF;
}

#directory-menu .expander .cap {
	width: 210px;
	height: 7px;
	background-image: url('/_images/button.directory-expandable.gif');
	background-repeat: no-repeat;
	background-position: 0px -47px;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
}

#directory-menu .expander:hover .cap, #directory-menu .active-expander .cap {
	background-position: -210px -47px;
}

#directory-menu .collapsable {
	margin-left: 10px;
	display: none;
}

#directory-menu .collapsable ul {
	margin: 8px 0px;
}

#directory-menu .collapsable ul li {
	margin: 4px 0px;
}

span.store {
	text-decoration: none;
	color: #666;
	font-weight: bold;
	cursor: pointer;
}

span.store:hover, span.store.current {
	color: #069b73
}

#map-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 209px;
	height: 144px;
	padding: 8px 23px;
	background-image: url('../_images/background.map-overlay.png');
	overflow: hidden;
	display: none;
}

#map-overlay.right {
	background-position: 0px -160px;
}

#map-overlay-contents {
	overflow: auto;
	height: 136px;
	width: 201px;
	padding: 4px;
}

#map-close {
	position: absolute;
	left: 193px;
	cursor: pointer;
}

#map-highlight {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}