/* GENERAL STYLES */
#nav {
	width:786px;
	margin:0 auto;
	}

#nav li{height:54px; float:left;}

#nav li a {
	display: block;
	line-height: 54px;
	height:54px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: left top;
	}
	#navHome {
		width: 65px;
		margin-right:10px;
		background: url(/img/fr/nav_home.png) no-repeat;
		}
	#navAbout {
		width: 108px;
		margin-right:10px;
		background: url(/img/fr/nav_about.png) no-repeat;
		}
	#navWhy {
		width: 142px;
		margin-right:10px;
		background: url(/img/fr/nav_why.png) no-repeat;
		}
	#navRewards {
		width: 98px;
		margin-right:10px;
		background: url(/img/fr/nav_rewards.png) no-repeat;
		}
	#navRetire {
		width: 103px;
		margin-right:10px;
		background: url(/img/fr/nav_retire.png) no-repeat;
		}
	#navNews {
		width: 115px;
		margin-right:10px;
		background: url(/img/fr/nav_news.png) no-repeat;
		}
	#navPartners {
		width: 92px;
		background: url(/img/fr/nav_partners.png) no-repeat;
		}
		
#nav li a:hover {
		background-position: 50% -54px;
		}
		
#home #navHome, #about #navAbout, #why #navWhy, #partners #navPartners, #news #navNews, #rewards #navRewards, #retire #navRetire { background-position: 50% -54px; }
 

/* EDITOR PROPERTIES */
