.new_menu a
{
	display: block;
	text-align: right;
	font-size: 9pt;
	color: white;
	text-decoration: none;
	font-family: helvetica,arial,sans-serif;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 0;
	font-weight: bold;
	margin-right: 2px;
	white-space: nowrap;
	/* width: 100%; */
}
.new_menu.stuart a
{
	background-image: url('i/stuart_menutag.gif');
	background-repeat: no-repeat;
	background-position: center right;
}
.new_menu.stuart a:hover
{
	color: #FCB629;
}
.new_menu.eyre a
{
	background-image: url('i/eyre_menutag.gif');
	background-repeat: no-repeat;
	background-position: center right;
}
.new_menu.eyre a:hover
{
	color: #EFC4AC;
}
.new_menu.adel a
{
	background-image: url('i/adel_menutag.gif');
	background-repeat: no-repeat;
	background-position: center right;
}
.new_menu.adel a:hover
{
	color: #BAD4ED;
}
.postcard td, .nowrap
{
	white-space: nowrap;
}
.postcard textarea
{
	width: 250px;
}
.noParagraphs p{
	margin:0px;
	padding:0px;
}


.map-holder {
	position:relative;
	width:100%;
	text-align:center;
}
.map-wrapper {
	display:inline-block;
	position:relative;
	background:url(images/map/au_map.png) no-repeat;
	background-position:0 0;
	width:373px;
	height:346px;
}
.road1 {
	position:absolute;
	z-index:1;
	background:url(images/map/road1.png) no-repeat;
	background-position:0 0;
	width:55px;
	height:229px;
	left: 184px;
	top: 16px;
}
.road1.highlight {
	background-position:-55px 0;
}
.road2 {
	position:absolute;
	background:url(images/map/road2.png) no-repeat;
	width:190px;
	height:48px;
	bottom: 94px;
	left: 42px;										
}
.road2.highlight {
	background-position:0 -48px;
}

.darwin {
	position:absolute;
	background:url(images/map/darwin.png) no-repeat;
	background-position:0 0;
	width:75px;
	height:20px;
	top: 11px;
	left: 177px;
	z-index: 2;
	cursor:pointer;
}
.darwin.highlight {
	background-position:0 -20px;
}

.alice {
	position:absolute;
	background:url(images/map/alice_springs.png) no-repeat;
	background-position:0 0;
	width:117px;
	height:22px;
	top: 126px;
	left: 187px;
	z-index: 2;
}
.alice.highlight {
	background-position:0 -22px;
}

.adelaide {
	position:absolute;
	background:url(images/map/adelaide.png) no-repeat;
	background-position:0 0;
	width: 117px;
	height: 18px;
	top: 234px;
	left: 226px;
	z-index: 2;
}
.adelaide.highlight {
	background-position:0 -18px;
}

.perth {
	position:absolute;
	background:url(images/map/perth.png) no-repeat;
	background-position:0 0;
	width: 47px;
	height: 47px;
	bottom: 101px;
	left: 32px;										
	z-index: 2;
}
.perth.highlight {
	background-position:0 -47px;
}

.map-holder a {
	display:block;
	width:100%;
	height:100%;
}

.stuart_highway {
	position:absolute;
	top:0;
	right:20px;
	background:url(images/map/stuart_highway.png);
	background-position:0 0;
	width:111px;
	height:146px;
	z-index:2;
}
.stuart_highway.highlight {
	background-position:0 -146px;
}

.adelaide_surroundings {
	position:absolute;
	bottom:0;
	right:20px;
	background:url(images/map/adelaide_surroundings.png);
	background-position:0 0;
	width:111px;
	height:146px;
	z-index:2;
}
.adelaide_surroundings.highlight {
	background-position:0 -146px;
}

.eyre_highway {
	position:absolute;
	bottom:20px;
	left:20px;
	background:url(images/map/eyre_highway.png);
	background-position:0 0;
	width:109px;
	height:132px;
	z-index:2;
}
.eyre_highway.highlight {
	background-position:0 -132px;
}
