

/* ---- Coding for Main navigation begins here ---- */

#nav {
	position: absolute;
	top: 111px;
	left: 0;
	width: 950px;
	height: 38px;
	list-style-type: none;
}
#nav li {
	float: left;
}


/* MAKE THE TEXT DISAPEAR */

#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 38px;
	background: url(/fr/images/structure/navigation.gif);
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}


/* INSERT THE IMAGE FOR THE BUTTONS */

li#nav_one a {
	left: 0;
	width: 271px;
	background-position: 0 0;
}
li#nav_two a {
	left: 271px;
	width: 261px;
	background-position: -271px 0;
}
li#nav_three a {
	left: 532px;
	width: 222px;
	background-position: -532px 0;
}
li#nav_four a {
	left: 754px;
	width: 102px;
	background-position: -754px 0;
}
li#nav_five a {
	left: 856px;
	width: 94px;
	background-position: -856px 0;
}


/* CREATE THE BUTTON HOVER STATES */

li#nav_one a:hover {background-position: 0 -38px;}
li#nav_two a:hover {background-position: -271px -38px;}
li#nav_three a:hover {background-position: -532px -38px;}
li#nav_four a:hover {background-position: -754px -38px;}
li#nav_five a:hover {background-position: -856px -38px;}



/* CREATE THE BUTTON ON STATES */

li#nav_one a.on {background-position: 0 -38px;}
li#nav_two a.on {background-position: -271px -38px;}
li#nav_three a.on {background-position: -532px -38px;}
li#nav_four a.on {background-position: -754px -38px;}
li#nav_five a.on {background-position: -856px -38px;}

/* ---- End Coding for Main Navigation ---- */



	

#googleTranslate
{
	float: none;
	display: inline;
}

a#translateLink, a#translateLink:active, a#translateLink:visited, a#translateLink:hover
{
	float: left;
	width: auto;
	clear: both;
	border: 0px;
	display: block;
	cursor: pointer;
	overflow: visible;
}

	a#translateLink:hover 
	{
		border-bottom: solid 1px #ffffff;
	}

	#googleTranslate table 
	{
		border-collapse: collapse;
		margin: 0px !important; 
		padding: 0px !important;
		position: relative;
		clear: both;
		margin-top: -13px;
		left: 0px;
	}
		
	#googleTranslate ul
	{
		padding: 0px; 
		margin: 0px; 
		list-style-type: none;
	}

		#googleTranslate ul li 
		{
			float: left; 
			position: relative;
			padding: 0px;
			margin: 0px;
		}

			#googleTranslate ul li ul 
			{
				position: absolute; 
				top: 13px; 
				left: 0px; 
				list-style-image: none; 
				list-style-type: none; 
				display: block;
				padding: 0px;
				margin: 0px;
				border: solid 1px #c5c5c5;
				width: 148px;
				visibility: hidden;
			}
			
		#googleTranslate ul li:hover ul, a#translateLink:hover ul
		{
			visibility: visible !important;
		}

				/*style of 2nd level list*/
				#googleTranslate ul li ul li
				{
					float: left;
					width: inherit;
					overflow: hidden;
					background-color: #ffffff;	
					text-align: left;
					border: 0px;
				}

				/* Submenu Link */	
				#googleTranslate ul li ul li a, #googleTranslate ul li ul li a:visited, #googleTranslate ul li ul li a:active
				{
					display: block;
					background-image: none;	
					padding: 5px 10px 5px 10px;
					width: 128px;
					font-size: 11px;
					text-align: left;	
					border: 0px;
				}

				#googleTranslate ul li ul li a:hover
				{
					/*
					background-color: #00539b;
					color: #ffffff; 
					*/
					font-size: 11px;
					text-decoration: none;
					border: 0px;
				}

				#googleTranslate li.last a
				{
					border-bottom: 0px;
				}		
