.jquerycssmenu{

height:20px;
position: relative;
z-index:100;

 /*offset of tabs relative to browser left edge*/
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
height:20px;
position:absolute;
z-index:10;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
background:#F00;	
position: relative;
display: inline;
float: left;
margin-right:3px;


}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
font-family:Arial, Helvetica, sans-serif;
display: block;
background:url(../../images/fleche_ca.gif) left no-repeat;
color: #FFF;
text-decoration: none;
width:145px;
height:20px;
line-height:20px;
font-size:10px;
padding-left:15px;



}


/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
z-index:100;
}

/*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:3px;
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: 10px Arial, Helvetica, sans-serif;

width: 156px; /*width of sub menus*/
background: red;
color: #FFF;
padding: 0 0 0 4px ;
margin: 0;
border-top-width: 0;
line-height:20px;

}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #FFF;
color: red;
margin-left:3px;
width: 153px;



}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

