div.homepage-map-outer {
	margin-right:5px;
}

ul.homepage-map{
    background: url(../../images/map/map.png) no-repeat;
    list-style:none;
    width:450px;
    height:472px;
	margin:10px;
	position: relative;
	float:left;
	border:0px solid #559b18;
}
ul.homepage-map li.city{
	display:block;
	position: absolute;
	clear:both;	
}
ul.homepage-map li.city a{
	disply:block;			
	width:50px;
    height:50px;			
}
ul.homepage-map li.city a img{
	disply:block;
	border:none;
	float:left;
}		
ul.homepage-map li.city a span.city{
	background:#ff9b31;
	padding:0px 3px;
	border:2px #ff8300 solid;	
	color:#fff;
	position:relative;
	right:80px;	
	bottom:25px;
	float:left;
	text-align:center;
	z-index: 999;
}	

div.homepage-map-outer h2{
	margin-right:6px;
	margin-top:10px;
	float:right;
	color:#008FDD;
	font-size:1.5em;
}

ul.homepage-list{
	margin-left:10px;
	margin-top:5px;
	float:left;
	width:220px;
	background:#91ca5f;
	border-bottom:1px solid #91ca5f;
	border-left:1px solid #91ca5f;
	border-right:1px solid #91ca5f;
}

ul.homepage-list li.city a{
	border-top:1px solid #91ca5f;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	display:block;
	padding:5px;	
	font-size:1.25em;
	background:#9edc68;
}

ul.homepage-list li.city a:hover{
	background:#65b025;		
}