/* ----------------------------------------------------------- */
/* HOME */
/* ----------------------------------------------------------- */

#li_home a
{
	display					: block ;
	width					: 68px;
	height					: 24px;
    background				: url(../images/bt-home_en.png) left top no-repeat ; 
    color					: #FFFFFF ;
    text-indent				: -9000px;
    overflow				: hidden;  
}

#li_home a:hover, #li_home a:focus, #li_home a:active
{ 
    background				: url(../images/bt-home_en.png) left bottom no-repeat ; 
}

#li_home_active
{
	display					: block ;
	width					: 68px;
	height					: 24px;
    background				: url(../images/bt-home_en.png) left bottom no-repeat ; 
    color					: #FFFFFF ;
    text-indent				: -9000px;
    overflow				: hidden;  
}



/* ----------------------------------------------------------- */
/* TEAM - Meet the Flight Crew */
/* ----------------------------------------------------------- */

 #li_team a
{
	display					: block ;
	width					: 251px;
	height					: 24px;
    background				: url(../images/bt-team_en.png) left top no-repeat ; 
    color					: #FFFFFF ;
    text-indent				: -9000px;
    overflow				: hidden;  
}

#li_team a:hover, #li_team a:focus, #li_team a:active
{ 
    background				: url(../images/bt-team_en.png) left bottom no-repeat ; 
}

#li_team_active
{
	display					: block ;
	width					: 251px;
	height					: 24px;
    background				: url(../images/bt-team_en.png) left bottom no-repeat ; 
    color					: #FFFFFF ;
    text-indent				: -9000px;
    overflow				: hidden;  
}


/* ----------------------------------------------------------- */
/* STORY - Tell us your story */
/* ----------------------------------------------------------- */

 #li_story a
{
	display					: block ;
	width					: 226px;
	height					: 24px;
    background				: url(../images/bt-story_en.png) left top no-repeat ; 
    color					: #FFFFFF ;
    text-indent				: -9000px;
    overflow				: hidden;  
}

#li_story a:hover, #li_story a:focus, #li_story a:active
{ 
    background				: url(../images/bt-story_en.png) left bottom no-repeat ; 
}

#li_story_active
{
	display					: block ;
	width					: 226px;
	height					: 24px;
    background				: url(../images/bt-story_en.png) left bottom no-repeat ; 
    color					: #FFFFFF ;
    text-indent				: -9000px;
    overflow				: hidden;  
}


/* ----------------------------------------------------------- */
/* WEEK - Advanced week */
/* ----------------------------------------------------------- */
 
 #li_week a
{
	display					: block ;
	width					: 182px;
	height					: 24px;
    background				: url(../images/bt-week_en.png) left top no-repeat ; 
    color					: #FFFFFF ;
    text-indent				: -9000px;
    overflow				: hidden;  
}

#li_week a:hover, #li_week a:focus, #li_week a:active
{ 
    background				: url(../images/bt-week_en.png) left bottom no-repeat ; 
}

#li_week_active
{
	display					: block ;
	width					: 182px;
	height					: 24px;
    background				: url(../images/bt-week_en.png) left bottom no-repeat ; 
    color					: #FFFFFF ;
    text-indent				: -9000px;
    overflow				: hidden;  
}


/* ----------------------------------------------------------- */
/* DOOR2TRAIL - XR Crossmax Door 2 Trail */
/* ----------------------------------------------------------- */
 
 #li_door2trail a
{
	display					: block;
	width					: 250px;
	height					: 24px;
    background				: url(../images/bt-door2trail_fr.png) left top no-repeat ; 
    color					: #FFFFFF ;
    text-indent				: -9000px;
    overflow				: hidden;  
}

#li_door2trail a:hover, #li_door2trail a:focus, #li_door2trail a:active
{ 
    background				: url(../images/bt-door2trail_fr.png) left bottom no-repeat ; 
}

#li_door2trail_active
{
	display					: block;
	width					: 250px;
	height					: 24px;
    background				: url(../images/bt-door2trail_fr.png) left bottom no-repeat ; 
    color					: #FFFFFF;
    text-indent				: -9000px;
    overflow				: hidden;  
}


/* ----------------------------------------------------------- */
/* PARTICIPATE  */
/* ----------------------------------------------------------- */


#participate a
{
	display					: block ;
	width					: 425px;
	height					: 163px;
    background				: left top no-repeat ; 
    color					: #FFFFFF ;
    text-indent				: -9000px;
    overflow				: hidden;  
}

#participate a:hover, #participate a:focus, #participate a:active
{ 
    background				: left bottom no-repeat ; 
}


/* ----------------------------------------------------------- */
/* NAV-TOP - Salomon  */
/* ----------------------------------------------------------- */

#nav-top, #nav-top ul    
{
	list-style 				: none;
	line-height				: 20px;
}

#nav-top
{
	text-align				: center;
	font-size				: 85%;
}

#nav-top a
{
    display 				: block;
    text-decoration 		: none;
	color					: #FFFFFF;
    background				: #000000;
}

#nav-top a:hover
{
    color					: #FFFFFF;
    background				: #FF0000;
}


#nav-top li      
{ 
    float 					: left; 
}

#nav-top li ul
{ 
    position				: absolute;
    width					: 164px;
    left					: -999em;
}

#nav-top li ul li
{ 
    width					: 164px;
	height					: 20px;
		color				: #FF0000;
    background				: #000;
}

#nav-top li:hover ul ul, #nav-top li.sfhover ul ul
{
    left					: -999em;
}

#nav-top li:hover ul, #nav-top li li:hover ul, #nav-top li.sfhover ul, #nav-top li li.sfhover ul
{
    left					: auto;
}



