/*
	VENUE MAP CSS DEFINITIONS
	=============================	
	Purpose: Styles for country specific maps
*/

ul#ausMap {
	width: 316px;
	height: 300px;
	background: url(/images/ausMap.png);
	margin: 15px auto 0 auto; 
	padding: 0;
	position: relative;
}

#ausMap li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#ausMap a {display: block;}

#mapStateWA  {left: 8px; top: 20px; width: 117px; height: 190px; }
#mapStateNT {left: 126px; top: 16px; width: 67px; height: 120px;}
#mapStateQLD{left: 193px; top: 10px; width: 112px; height: 142px; }
#mapStateSA {left: 125px; top: 136px; width: 84px; height: 104px;  }
#mapStateNSW {left: 209px; top: 152px; width: 98px; height: 75px; }
#mapStateVIC {left: 210px; top: 196px; width: 58px; height: 45px;}
#mapStateTAS {left: 224px; top: 240px; width: 40px; height: 45px; }
#mapStateACT {left: 254px; top: 197px; width: 15px; height: 15px; }

#mapStateWA  a {height: 190px;}
#mapStateNT a {height: 120px;}
#mapStateQLD a {height: 142px;}
#mapStateSA a {height: 104px;}
#mapStateNSW a {height: 75px;}
#mapStateVIC a {height: 45px;}
#mapStateTAS a {height: 45px;}
#mapStateACT a {height:15px;}

#mapStateWA  a:hover {background: url(/images/ausMap.png); background-repeat: no-repeat; background-position: -8px -312px; }
#mapStateNT a:hover {background: url(/images/ausMap.png) -126px -308px no-repeat;}
#mapStateQLD a:hover {background: url(/images/ausMap.png) -193px -302px no-repeat;}
#mapStateSA a:hover {background: url(/images/ausMap.png) -118px -720px no-repeat;}
#mapStateNSW a:hover {background: url(/images/ausMap.png) -209px -444px no-repeat;}
#mapStateVIC a:hover {background: url(/images/ausMap.png) -203px -780px no-repeat;}
#mapStateTAS a:hover {background: url(/images/ausMap.png) -224px -532px no-repeat;}
#mapStateACT a:hover {background: url(/images/ausMap.png) -237px -881px no-repeat;}


/*
	NZ MAP CSS START
*/

ul#nzMap {
	width: 316px;
	height: 300px;
	background: url(/images/nzMap.png);
	margin: 15px 0 0 auto;
	padding: 0;
	position: relative;
   }
   
   #nzMap li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}
   
   #nzMap a {display: block;}
   
   #mapStateNI {left: 133px; top: 0px; width: 150px; height: 190px;}
   #mapStateSI {left: 30px; top: 140px; width: 165px; height: 180px;}
   
   #mapStateNI a {height: 190px;}
   #mapStateSI a {height: 180px;}
   
   #mapStateNI a:hover {background: url(/images/nzMap.png) -133px -300px no-repeat;}
   #mapStateSI a:hover {background: url(/images/nzMap.png) -30px -740px no-repeat;}