 /* CSS Document */

  #gostaytabs {
    width: 547px; 
	 width: 460px; 
    height: 35px;
   /* background: url(../images/tabs/tabs.gif); */
    left:518px; 
	 margin: 0px;
	 padding: 0;
    position: absolute; top: 97px}
  
  #gostaytabs li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; 
    top: 0;}
  #gostaytabs li, #gostaytabs a {
    height: 35px; display: block;}
	
  #gostaytabs span{ display: none}	
 
  #hometab         {left: 0px;   width:48px;
   background: url("../images/tabs/tabs.gif") no-repeat scroll 0 0px transparent;}
	
  #howtab          {left: 50px;  width:89px;}
  /* #contacttab      {left: 141px; width:75px; }*/
  #aboutustab      {left: 218px; width:68px;}
  #aboutustab      {left: 141px; width:68px;}
    #aboutustab  a    { background: transparent url(../images/tabs/tabs.gif)
    -218px -0px no-repeat}
  
 /* #newslettertab   {left: 286px; width:78px;} 
  #cityguidestab   {left: 366px; width:80px;} 
  #supplierlogintab{left: 448px; width:99px;} */
  
  #cityguidestab   {left: 288px; width:82px ;   left: 211px;} 
  #cityguidestab a  {background: transparent url(../images/tabs/tabs.gif)
    -366px -0px no-repeat;}
  
  #supplierlogintab{left: 370px; width:101px; left:293px;}
  #supplierlogintab a  {background: transparent url(../images/tabs/tabs.gif)
    -448px -0px no-repeat;}
  
  #hometab a:hover {
    background: transparent  url(../images/tabs/tabs.gif)
	   0 -35px no-repeat;}
  
  #howtab a  {
    background: transparent  url(../images/tabs/tabs.gif)
	  -50px 0px no-repeat;}
  
   #howtab a:hover {
    background: transparent  url(../images/tabs/tabs.gif)
	  -50px -35px no-repeat;}
  
  #contacttab a:hover {
    background: transparent url(../images/tabs/tabs.gif)
     -141px -35px no-repeat;}
	
  #aboutustab a:hover {
    background: transparent url(../images/tabs/tabs.gif)
    -218px -35px no-repeat;}
	
/*  #newslettertab a:hover {
    background: transparent url(../images/tabs/tabs.gif)
    -286px -35px no-repeat;}
*/	
  #cityguidestab a:hover {
    background: transparent url(../images/tabs/tabs.gif)
    -366px -35px no-repeat;}
	
  #supplierlogintab a:hover {
    background: transparent url(../images/tabs/tabs.gif)
    -448px -35px no-repeat;}	

/* country select */
  a#australia span, a#newzealand span { display: none } 

  a.australia,
  a#australia { 
    width:64px; 
    height: 22px; 
    position:absolute; 
    left: 350px; 
    background: transparent url(../images/country.gif) no-repeat
    }            

  a.australiahover {background: transparent url(../images/country.gif) no-repeat 0px -22px !important} 
  
  a#newzealand {
    width:97px;
    height:22px;
    position:absolute; 
    left: 414px;
    background: transparent url(../images/country.gif) no-repeat -64px 0px;
}

  a#newzealand:hover {background: transparent url(../images/country.gif) no-repeat -64px -22px ;}
  
  
  /*help and advice */
  
a#helpandadvice {
    width:  108px;
	height: 22px;
	position: absolute;
	left:   733px;
	background: transparent url(../images/help.gif) no-repeat 0px 0px;
	}
	
a#helpandadvice:hover {
    background: transparent url(../images/help.gif) no-repeat 0px -22px;
	}
	
a#helpandadvice span {display:none} 

