#itineraries {
	position:relative;
	float: left;
	z-index: 200;
	width: 140px;
}
#itineraries li {
	list-style: none;	
	float:left;
	margin: 0px;
	padding: 0px 0px 5px;
}

#itineraries a {
	display: block;
	text-decoration:none;
	float:left;
	position:relative;
	text-align:left;
	line-height: normal;
	font-size: 11px;
}
#itineraries a img {
border:0;
}
#itineraries a:hover {
	padding: 0px 0px 1px;
	color: #000000;
}
#itineraries a span {display: none;}
#itineraries a:hover span {
	display: block;
	position: absolute;
	top: 0px;
	left: 150px;
	width: 280px;
	margin: 0px;
	padding: 0px;
	z-index: 200;
}

#itineraries a:hover span .map{
	POSITION: absolute; LEFT: 0px; TOP: -20px;
	z-index: 21;
}

#itineraries a:hover span .northxtra{
	POSITION: absolute; LEFT: 0px; TOP: -25px;
	z-index: 21;
}

#itineraries a:hover span .south{
	POSITION: absolute; LEFT: 0px; TOP: -25px;
	z-index: 21;
}

#itineraries a:hover span .southxtra{
	POSITION: absolute; LEFT: 0px; TOP: -25px;
	z-index: 21;
}













#regions {
	position:relative;
	background: url(../../graphics/itineraries/new_zealand.gif) no-repeat;
	height: 335px;
	width: 280px;
	margin-right: auto;
	float: right;
}
#regions li {
	float:left;
	display: inline;
}
#regions  .BayofIslands {
	POSITION: absolute; LEFT: 105px; TOP: 16px;
	z-index: 24;
}
#regions .Auckland {
	POSITION: absolute; LEFT: 103px; TOP: 49px;
	z-index: 23;
}
#regions .Whitianga {
	POSITION: absolute;	LEFT: 159px;	TOP: 49px;
	z-index: 22;
}
#regions .Raglan {
	POSITION: absolute; LEFT: 125px; TOP: 78px;
	z-index: 21;
}
#regions  .Rotorua {
	POSITION: absolute; LEFT: 199px; TOP: 86px;
	z-index: 20;
}
#regions .Waitomo {
	POSITION: absolute; LEFT: 137px; TOP: 97px;
	z-index: 19;
}
#regions .Taupo {
	POSITION: absolute; LEFT: 175px; TOP: 107px;
	z-index: 18;
}
#regions  .Gisborne {
	POSITION: absolute; LEFT: 214px;	TOP: 102px;
	z-index: 17;
}
#regions  .Wellington {
	POSITION: absolute; LEFT: 158px; TOP: 164px;
	z-index: 14;
}
#regions  .Picton {
	POSITION: absolute; LEFT: 138px; TOP: 153px;
	z-index: 16;
}
#regions  .Nelson {
	POSITION: absolute; LEFT: 95px; TOP: 161px;
	z-index: 15;
}
#regions  .Punakaiki {
	POSITION: absolute; LEFT: 51px; TOP: 185px;
	z-index: 13;
}
#regions  .Kaikoura {
	POSITION: absolute; LEFT: 133px; TOP: 193px;
	z-index: 12;
}
#regions  .Greymouth {
	POSITION: absolute; LEFT: 35px; TOP: 198px;
	z-index: 11;
}
#regions  .MountCook {
	POSITION: absolute; LEFT: 48px; TOP: 217px;
	z-index: 10;
}
#regions  .Christchurch {
	POSITION: absolute; LEFT: 115px; TOP: 221px;
	z-index: 9;
}
#regions  .FranzJosef {
	POSITION: absolute; LEFT: 7px; TOP: 234px;
	z-index: 8;
}
#regions  .Wanaka {
	POSITION: absolute; LEFT: 49px; TOP: 253px;
	z-index: 7;
}
#regions  .MilfordSound {
	POSITION: absolute; LEFT: -37px; TOP: 260px;
	z-index: 6;
}
#regions  .Queenstown {
	POSITION: absolute; LEFT: 42px; TOP: 264px;
	z-index: 5;
}
#regions  .TeAnau {
	POSITION: absolute; LEFT: 4px; TOP: 271px;
	z-index: 4;
}
#regions  .Dunedin {
	POSITION: absolute; LEFT: 69px; TOP: 285px;
	z-index: 3;
}
#regions  .Invercargill {
	POSITION: absolute; LEFT: 18px; TOP: 301px;
	z-index: 2;
}
#regions  .StewartIsland {
	POSITION: absolute; LEFT: 1px; TOP: 316px;
	z-index: 1;
}

#regions a {
	display: block;
	text-decoration:none;
	float:left;
	position:relative;
	text-align:center;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	color: #666666;
}
#regions a img {
border:0;
}
#regions a:hover {
	color: #FFFFFF;
	background:#000000;
	padding: 2px;
}
#regions a span {display: none;}
#regions a:hover span {
	display: block;
	position: absolute;
	top: 16px;
	left: 0;
	width: 150px;
	background:#fff;
	border: 1px solid #333333;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #4D4D4D;
	z-index: 200;
	font-size: 10px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
}

#regions a:hover span img{
	z-index: 200;
}

#regions a:hover span p{
	padding: 5px;
}
