.jqueryslidemenu{



}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:999;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline-block;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background-image:url(../images/menu_tall.jpg); /*background of tabs (default state)*/
padding: 20px 0px;
height:15px;
color: #000000;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/

display: inline-block;
}
.jqueryslidemenu ul li div{
display: block;
background-image:url(../images/menu_tall.jpg); /*background of tabs (default state)*/
padding: 10px 0px;
color: #000000;
text-decoration: none;
}

* html .jqueryslidemenu ul li div{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.jqueryslidemenu ul li span a{
display: block;
background-image:url(../images/menu_tall.jpg); /*background of tabs (default state)*/
padding: 0px 0px;
color: #000000;
text-decoration: none;
}

* html .jqueryslidemenu ul li span a { /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{

}

.jqueryslidemenu ul li a:hover{ 
color:#1691B2; 
text-decoration:underline;
height:20px;
background-image:url(../images/menu_tall2.jpg) repeat-x; /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
text-align:left;
position: absolute;
left: 0;
display: block;
visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
color:#006699;
background-color:#006699;
width: 180px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border: #E3E3E3 1px solid;
height:20px;
background-image:url(../images/menu_tall2.jpg) /*tab link background during hover state*/

}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color:#1691B2; 
text-decoration:underline;
height:20px;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
.espace{
padding:9px;
 }
.txt_style{
color: #000000; text-decoration:none; font-weight: bold; font-size:13px; font-family:Arial, Helvetica, sans-serif;
} 