#mapNYC {
	width:415px;
	height:383px;
	background:url('../images/map/mapBg.png') no-repeat;
 position: relative;

}

#mapNYC li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#mapNYC a {display: block; text-indent: -9999px; text-decoration: none;}

#brooklyn {left: 168px; top: 197px; width: 250px; height: 187px; z-index: 40;}
#queens {right: 0px; top: 0px; width: 242px; height: 197px; z-index: 20;}
#bronx {left: 69px; top: 0px; width: 153px; height: 82px; z-index: 40;}
#uptown {left: 69px; top: 26px; width: 83px; height: 89px; z-index: 50;}
#upperwest {left: 73px; top: 114px; width: 48px; height: 90px; z-index: 50;}
#uppereast {left: 120px; top: 114px; width: 31px; height: 91px; z-index: 50;}
#midwest {left: 73px; top: 204px; width: 47px; height: 40px; z-index: 50;}
#mideast {left: 119px; top: 204px; width: 53px; height: 39px; z-index: 50;}
#downtown {left: 73px; top: 242px; width: 99px; height: 60px; z-index: 50;}


#brooklyn a {height:187px;}
#queens a {height:197px;}
#bronx a {height:82px;}
#uptown a {height:89px;}
#upperwest a {height:90px;}
#uppereast a {height:91px;}
#midwest a {height:40px;}
#mideast a {height:39px;}
#downtown a {height:60px;}




#brooklyn a:hover, #brooklyn.current a {background: url('../images/map/mapBg.png') -155px -805px no-repeat;}
#queens a:hover, #queens.current a  {background: url('../images/map/mapBg.png') -162px -590px no-repeat;}
#bronx a:hover, #bronx.current a  {background: url('../images/map/mapBg.png') -248px -399px no-repeat;}
#uptown a:hover, #uptown.current a  {background: url('../images/map/mapBg.png') -145px -407px no-repeat;}
#upperwest a:hover, #upperwest.current a  {background: url('../images/map/mapBg.png') -89px -397px no-repeat;}
#uppereast a:hover, #uppereast.current a  {background: url('../images/map/mapBg.png') -109px -570px no-repeat;}
#midwest a:hover, #midwest.current a  {background: url('../images/map/mapBg.png') -313px -538px no-repeat;}
#mideast a:hover, #mideast.current a  {background: url('../images/map/mapBg.png') -32px -806px no-repeat;}
#downtown a:hover, #downtown.current a  {background: url('../images/map/mapBg.png') -12px -872px no-repeat;}

