@charset "UTF-8";
/* CSS Document */

#navContainer {
	padding: 20px 0 0 0;
	float: left;
	width: 250px;
	background-color:#FFFFFF;
	}

#nav {	
	list-style: none;
	margin: 0;
	padding: 17px 0 73px 22px;
	display: block;
	overflow: hidden;
	width: 185px;
	background-color:#FFFFFF;

	}	
	
#nav li {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 22px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:22px; /* for IE5/Win */
	
	}	
	
#tchalets a  {width: 82px; background: url(../images/mainNav_chalets.gif) top left no-repeat; }
#tchalets a:hover { background-position: -83px 0;}
#tchaletsCurrent a {width: 82px; background-position: 0 0; background: url(../images/mainNav_chalets.gif) top left no-repeat; background-position: -83px 0;}

#tlifestyle a  {width: 152px; background: url(../images/mainNav_lifestyle.gif) top left no-repeat;}
#tlifestyle a:hover { background-position: -156px 0;}
#tlifestyleCurrent a {width: 152px; background: url(../images/mainNav_lifestyle.gif) no-repeat; background-position: -156px 0;}

#townership a  {width: 90px; background: url(../images/mainNav_ownership.gif) top left no-repeat;}
#townership a:hover { background-position: -93px 0;}
#townershipCurrent a {width: 90px; background: url(../images/mainNav_ownership.gif) no-repeat; background-position: -93px 0;}

#tgallery a  {width: 120px; background: url(../images/mainNav_gallery.gif) top left no-repeat;}
#tgallery a:hover { background-position: -121px 0;}
#tgalleryCurrent a {width: 120px; background: url(../images/mainNav_gallery.gif) no-repeat; background-position: -122px 0;}

#tdeveloper a  {width: 144px; background: url(../images/mainNav_about.gif) top left no-repeat;}
#tdeveloper a:hover { background-position: -146px 0;}
#tdeveloperCurrent a {width: 144px; background: url(../images/mainNav_about.gif) no-repeat; background-position: -146px 0;}

#tlocation a  {width: 58px; background: url(../images/mainNav_location.gif) top left no-repeat;}
#tlocation a:hover { background-position: -59px 0;}
#tlocationCurrent a {width: 58px; background: url(../images/mainNav_location.gif) no-repeat; background-position: -59px 0;}

#trequest a  {width: 130px; background: url(../images/mainNav_request.gif) top left no-repeat;}
#trequest a:hover { background-position: -144px 0;}
#trequestCurrent a {width: 130px; background: url(../images/mainNav_request.gif) no-repeat; background-position: -144px 0;}



