﻿
.navlabel
{ 
	cursor:hand;  
	display:block;
	outline:none;
 
}
.registerowner 
{
    background-image: url(../../App_Themes/QueenstownPortal/Images/Nav/Register.gif);
	background-repeat:no-repeat;  
    cursor:hand;  
 
}
.registerowner:hover
{
    background-image: url(../../App_Themes/QueenstownPortal/Images/Nav/Register-over.gif);
	background-repeat:no-repeat;  
	cursor:hand;  
 
}
.login 
{
    background-image: url(../../App_Themes/QueenstownPortal/Images/Nav/Login.gif);
	background-repeat:no-repeat;  
    cursor:hand;  
 
}
.login:hover
{
    background-image: url(../../App_Themes/QueenstownPortal/Images/Nav/Login-over.gif);
	background-repeat:no-repeat;  
	cursor:hand;  
 
}
.home 
{
    background-image: url(../../App_Themes/QueenstownPortal/Images/Nav/Home.gif);
	background-repeat:no-repeat; 
	outline:none; 
	cursor:hand; 

 
}
.home:hover
{
    background-image: url(../../App_Themes/QueenstownPortal/Images/Nav/Home-over.gif);
	background-repeat:no-repeat;  
	cursor:hand;
	outline:none;   
 
}
.location 
{
    background-image: url(../../App_Themes/QueenstownPortal/Images/Nav/Locations.gif);
	background-repeat:no-repeat;  
    cursor:hand;            
 
}
.location:hover
{
    background-image: url(../../App_Themes/QueenstownPortal/Images/Nav/Locations-over.gif);
	background-repeat:no-repeat;  
	cursor:hand;  
 
}
.search 
{
    background-image: url(../../App_Themes/QueenstownPortal/Images/Nav/Search.gif);
	background-repeat:no-repeat; 
	cursor:hand;	 

 
}
.search:hover
{
    background-image: url(../../App_Themes/QueenstownPortal/Images/Nav/Search-over.gif);
	background-repeat:no-repeat;  
	cursor:hand;  
 
}
.concierge 
{
    background-image: url(../../App_Themes/QueenstownPortal/Images/Nav/Concierge.gif);
	background-repeat:no-repeat;
	cursor:hand;	  

 
}
.concierge:hover
{
    background-image: url(../../App_Themes/QueenstownPortal/Images/Nav/Concierge-over.gif);
	background-repeat:no-repeat;  
	cursor:hand;  
 
}
.help
{
    background-image: url(../../App_Themes/QueenstownPortal/Images/Nav/FAQ.gif);
	background-repeat:no-repeat; 
	cursor:hand;	 

 
}
.help:hover
{
    background-image: url(../../App_Themes/QueenstownPortal/Images/Nav/FAQ-over.gif);
	background-repeat:no-repeat;  
	cursor:hand;  
 
}
.contact
{
    background-image: url(../../App_Themes/QueenstownPortal/Images/Nav/Contact.gif);
	background-repeat:no-repeat;
	cursor:hand;	  

 
}
.contact:hover
{
    background-image: url(../../App_Themes/QueenstownPortal/Images/Nav/Contact-over.gif);
	background-repeat:no-repeat;  
	cursor:hand;  
 
}



