.hmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.hmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.hmenu ul li a{
display: block;
width: 110px; /*Width of top level menu link items*/
padding: 2px 8px;
border-left: 1px solid #ffffff;
text-decoration: none;
background: #00a5e3 center center repeat-x;
color: #ffffff;
font: bold 12px Verdana, Helvetica, sans-serif;
}
	
/*Sub level menu*/
.hmenu ul li ul{
left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.hmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.hmenu ul li ul li a{
width: 150px; /*width of sub menu levels*/
padding: 2px 5px;
background: #00a5e3;
border-left: none;
border-top: 1px solid #ffffff;
}

.hmenu li a:hover{
background: #0081e9;
}

.hmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(arrowdown.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .hmenu ul li { float: left; height: 1%; }
* html .hmenu ul li a { height: 1%; }
/* End */



.vmenu, .vmenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 200px; /*WIDTH OF MAIN MENU ITEMS*/
}

.vmenu li{
position: relative;
}

.vmenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 180px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
filter:alpha(opacity=100);
-moz-opacity:1;
background: #00a5e3  center center repeat-x;
}

.vmenu li a{
background: url=images/bleu_fade.jpg center center repeat-x;
font: bold 12px Verdana, Helvetica, sans-serif;
border-bottom: 1px solid #ffffff;
color: #ffffff;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.vmenu .arrowdiv{
position: absolute;
right: 25px;
background: transparent url(arrowright.gif) no-repeat center right;
}

.vmenu li a:hover{
background: #0081e9;
}


/* Holly Hack for IE \*/
* html .vmenu li { float: left; height: 1%; }
* html .vmenu li a { height: 1%; }
/* End */


/* General style */
ul {
font: 12px Arial
}