/* =======================================================

	AUTHOR: 		Sumac UK
	DESCRIPTION:	Screen styles for samui navigation
	DATE:			23/11/06
	LAST EDITED:	18/02/08

======================================================= */

/* ==========================================================
	ID'S FOR TOP NAVIGATION, LI'S
========================================================== */

#index a span,
#rentals a span,
#investment a span,
#local-information a span,
#contact_link a span   
{
	display: none;
}
/*index*/
#index a:link,
#index a:visited 
{
	background: transparent url(../image/nav_index_link.gif) no-repeat left top;
	width: 47px;
}
#index a:hover,
#index a.current:link,
#index a.current:visited,
#index a.current:hover

{
	background: transparent url(../image/nav_index_hover.gif) no-repeat left top;
}

/*rentals*/
#rentals a:link,
#rentals a:visited 
{
	background: transparent url(../image/nav_rentals_link.gif) no-repeat left top;
	width: 53px;
}
#rentals a:hover,
#rentals a.current:link,
#rentals a.current:visited,
#rentals a.current:hover

{
	background: transparent url(../image/nav_rentals_hover.gif) no-repeat left top;
}

/*investment*/

#investment a:link,
#investment a:visited 
{
	background: transparent url(../image/nav_investment_link.gif) no-repeat left top;
	width: 88px;
}
#investment a:hover,
#investment a.current:link,
#investment a.current:visited,
#investment a.current:hover

{
	background: transparent url(../image/nav_investment_hover.gif) no-repeat left top;
}

/*information*/

#local-information a:link,
#local-information a:visited 
{
	background: transparent url(../image/nav_local-information_link.gif) no-repeat left top;
	width: 90px;
}
#local-information a:hover,
#local-information a.current:link,
#local-information a.current:visited,
#local-information a.current:hover

{
	background: transparent url(../image/nav_local-information_hover.gif) no-repeat left top;
}

/*contact_link*/

#contact_link a:link,
#contact_link a:visited 
{
	background: transparent url(../image/nav_contact_link_link.gif) no-repeat left top;
	width: 82px;
}
#contact_link a:hover,
#contact_link a.current:link,
#contact_link a.current:visited,
#contact_link a.current:hover

{
	background: transparent url(../image/nav_contact_link_hover.gif) no-repeat left top;
}












