
#SecondaryNav {
    font-family: Arial, Helvetica, Verdana, sans-serif; 
    padding-left: 10px;
    height: 30px;
    color: #383D42;
    position: relative;
    overflow: hidden;
}

.Style1 {color: #CC0000}


#LastContent1 #SecondaryNav {
    margin-left: -20px;
    margin-right: -15px; 
    margin-bottom: 10px;
}

#SecondaryNav ul {
    padding: 0 10px 0 0; 
    margin: 0 0 0 -8px;
}

#SecondaryNav li {
    margin: 0;
    padding-left: 11px;
    line-height: 31px;
    display: block;
    float:left;
    height: 31px;
    background: url('http://www.ournia.com/themes/default/img/fiche/left_off.gif') top left repeat-x;
}
#SecondaryNav li.first { background-image: url('http://www.ournia.com/themes/default/img/fiche/left_first_off.gif'); }
#SecondaryNav li.firstcurrent { background-image: url('http://www.ournia.com/themes/default/img/fiche/left_first_on.gif'); }
#SecondaryNav li a {
    color: #808080;
    padding-right: 11px;
    line-height: 31px;
    text-decoration: none;
    display: block;
    float: left;
    background: url('http://www.ournia.com/themes/default/img/fiche/right_off.gif') top right no-repeat;
    border: 0;
}
body.black #SecondaryNav li a { color: #666; }

#SecondaryNav li.current,
#SecondaryNav li.lastcurrent {
	background-image: url('http://www.ournia.com/themes/default/img/fiche/left_on.gif');
	margin-left: -2px; padding-left: 11px;
}

#SecondaryNav li.current a,
#SecondaryNav li.firstcurrent a,
#SecondaryNav li.lastcurrent a {  
    background-image: url('http://www.ournia.com/themes/default/img/fiche/right_on.gif');
    color: #404040;
}

#SecondaryNav li a:hover {
	color: #404040;
}

body.black #SecondaryNav li.current a,
body.black #SecondaryNav li.firstcurrent a,
body.black #SecondaryNav li.lastcurrent a,
body.black #SecondaryNav li a:hover { 
    color: #000;
}
#SecondaryNav li.last a { 
    background-image: url('http://www.ournia.com/themes/default/img/fiche/fin-o.gif');
    padding-right: 112px;    
}
body.black #SecondaryNav li.last a { background-image: url('http://www.ournia.com/themes/default/img/fiche/right_end_off_black.gif'); }

#SecondaryNav li.lastcurrent a {
    background-image: url('http://www.ournia.com/themes/default/img/fiche/right_end_on.gif');
    padding-right: 25px;
}
body.black #SecondaryNav li.lastcurrent a { background-image: url('http://www.ournia.com/themes/default/img/fiche/right_end_on_black.gif'); }
