﻿@charset "utf-8";
@import url('default.css');
/* CSS Document */

div#nav {
background: #FFF;
border: 0;
height: 33px;
margin: 0;
padding: 0;
width: 990px;
}

div#nav ul#menu {
background: transparent url(../img/com/nav-bg.gif) top left repeat-x;
height: 33px;
margin: 0;
padding: 0;
position: relative;
width: 990px;
}

div#nav ul#menu li {
border-right: 1px solid #FFF;
float: left;
font: normal 1.2em Impact, sans-serif;
letter-spacing: 1px;
list-style: none;
margin: 0;
padding: 5px 1em 0 1em;
text-align: center;
text-transform: uppercase;
width: 140px;
/*position: absolute;
top: 0;*/
}
html>body div#nav ul#menu li {width: auto;}
	
ul#menu li, ul#menu a {
display: block;
height: 28px;
}
div#nav ul#menu li a {
color: #FFF;
text-decoration: none;
/*text-indent: -9999px;*/
}
div#nav ul#menu li a:hover {color: #000;}
/* nav gammes */
div#navGamme {
background: #FFF;
border: 0;
height: 53px;
margin: 0 0 1em 0;
padding: 0;
width: 600px;
}

div#navGamme ul#menuGamme {
background: #000;
height: 53px;
margin: 0;
padding: 0;
position: relative;
width: 600px;
}

div#navGamme ul#menuGamme li {
background: transparent url(../img/com/navGamme-bg.gif) top left repeat-x;
border-right: 1px solid #000;
float: left;
font: normal 2em Impact, sans-serif;
letter-spacing: 1px;
list-style: none;
margin: 0;
padding: 10px 0.5em 0 0.5em;
text-align: center;
text-transform: uppercase;
width: 40px;
/*position: absolute;
top: 0;*/
}

div#navGamme #menuGamme li#navGamme-street {width: 140px;}
div#navGamme #menuGamme li#navGamme-off {width: 110px;}
div#navGamme #menuGamme li#navGamme-scooter {width: 100px;}

html>body #global div#navGamme ul#menuGamme li {width: auto;}
	div#navGamme ul#menuGamme li.last {border-right: none;}
ul#menuGamme li, ul#menuGamme a {
display: block;
height: 43px;
}
div#navGamme ul#menuGamme li a {
color: #FFF;
text-decoration: none;
/*text-indent: -9999px;*/
}
div#navGamme ul#menuGamme li a:hover {color: #C3CEDF;}