
.jquerycssmenu{
font: 12px Verdana;
font-weight:bold;
/*border-bottom: 1px solid black;*/
padding-left: 0px; /*offset of tabs relative to browser left edge*/
border-left: 0px solid #000000;
width:960px;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
padding-top:0px;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
padding-left:0px;
}

.jquerycssmenu ul li ul li{
background-image:none;
background-repeat:no-repeat;
background-position: right;
padding:0px;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
/*background: white url(tintblue.gif) top center repeat-x;*/ /*background of tabs (default state)*/
padding: 0px 0px 0px 0px;
margin-right: 0px; /*spacing between tabs*/
/*border: 1px solid #778;*/
border-bottom-width: 0;
text-decoration: none;
}



.jquerycssmenu ul li a:hover{
/*background-image: url(tintbluedark.gif);*/ /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
top: 0;
display: block;
visibility: hidden;
border-top: 0px solid black;
margin-top: 0px;
margin-left: 0px;
padding:0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
/*
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}
*/

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
margin-top: 0px;
margin-left: 0px;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
width: 180px; /*width of sub menus*/
padding: 4px 4px;
margin: 0px;
/*border-top-width: 0;*/
border-top: 0px none;
border-right: 1px solid #506278;
border-bottom: 1px solid #506278;
border-left: 1px solid #506278;
background-color:#ffffff;
color:#506278;
}

.jquerycssmenu ul li ul li a:hover{

/*sub menus hover style*/
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}




/* ================================================================== */
/* ============================= STYLES NIVEAUX ========================= */
/* ================================================================== */

/* ######## DEBUT NIVEAU 1 ######## */

a.niveau1:link{
background-image:url(../images/designresa/puce_menu_horiz.gif);
background-repeat:no-repeat;
background-position: center left;
color:#FFFFFF;
text-decoration:none;
margin: 0px 0px 0px 1px;
padding: 0px 12px 0px 11px;
line-height:25px;
font-size:12px;
}

a.niveau1:visited{
background-image:url(../images/designresa/puce_menu_horiz.gif);
background-repeat:no-repeat;
background-position: center left;
color:#FFFFFF;
text-decoration:none;
margin: 0px 0px 0px 1px;
padding: 0px 12px 0px 11px;
line-height:25px;
font-size:12px;
}

a.niveau1:hover{
background-image:url(../images/designresa/puce_menu_horiz.gif);
background-repeat:no-repeat;
background-position: center left;
color:#9ebf47;
text-decoration:none;
margin: 0px 0px 0px 1px;
padding: 0px 12px 0px 11px;
line-height:25px;
font-size:12px;
}

a.niveau1_ON:link{
background-image:url(../images/designresa/puce_menu_horiz.gif);
background-repeat:no-repeat;
background-position: center left;
color:#9ebf47;
text-decoration:none;
margin: 0px 0px 0px 1px;
padding: 0px 12px 0px 11px;
line-height:25px;
font-size:12px;
}

a.niveau1_ON:visited{
background-image:url(../images/designresa/puce_menu_horiz.gif);
background-repeat:no-repeat;
background-position: center left;
color:#9ebf47;
text-decoration:none;
margin: 0px 0px 0px 1px;
padding: 0px 12px 0px 11px;
line-height:25px;
font-size:12px;
}

a.niveau1_ON:hover{
background-image:url(../images/designresa/puce_menu_horiz.gif);
background-repeat:no-repeat;
background-position: center left;
color:#9ebf47;
text-decoration:none;
margin: 0px 0px 0px 1px;
padding: 0px 12px 0px 11px;
line-height:25px;
font-size:12px;
}

/* ######## FIN NIVEAU 1  ######## */


/* ######## DEBUT NIVEAU 2 ######## */

a.niveau2:link{
font: normal 11px Arial;
background: white;
color: #000000;
background: #9ebf47;
text-decoration: none;
}

a.niveau2:visited{
font: normal 11px Arial;
background: white;
color: #000000;
background: #9ebf47;
text-decoration: none;
}

a.niveau2:hover{
font: normal 11px Arial;
background: white;
color: #000000;
background: #ffffff;
text-decoration: none;
}

a.niveau2_ON:link{
font: normal 11px Arial;
background: white;
color: #000000;
background: #ffffff;
text-decoration: none;
}

a.niveau2_ON:visited{
font: normal 11px Arial;
background: white;
color: #000000;
background: #ffffff;
text-decoration: none;
}

a.niveau2_ON:hover{
font: normal 11px Arial;
background: white;
color: #000000;
background: #ffffff;
text-decoration: none;
}

/* ######## FIN NIVEAU 2 ######## */




