@charset "utf-8";

/* For Menu Testing Only */

/*body, html{margin:0;padding:0;}*/

.hand{cursor:pointer;}
.help{cursor:help;}

/* CSS Popout Menu */

#menu{
	position:relative;
	top:10px;
	left:10px;
	margin-right:20px;
	/*background:#b3b1c0;*/
	padding:0px;
	/*z-index:1;*/
	width:142px;
	visibility: visible;
	heigth:350px;
	margin-bottom:5px;
}

#menu a, #menu h2{
display:block;
font:bold 11px/16px arial,helvetica,sans-serif;
/*border-top:1px solid #ccc;*/
border-left:1px solid #b3b1c0;
border-right:1px solid #b3b1c0;
border-bottom:1px solid #b3b1c0;
white-space:nowrap;
text-indent:2px;
width:141px;
height:19px;
}

#menu a{
background:#fff ;
text-decoration:none;
height:20px;

}

#menu a, #menu a:visited{
color:#053160;
}

#menu a:hover{
color:#c42727;
background:#aecff2;
}

/*#menu a:active{
color:#060;
background:#e2e2ec url(img/tile-blue-on-3.gif) repeat-x;
}*/

#menu h2{
font:bold 10px/16px tahoma,helvetica,sans-serif;
color:#fff;
background:#369 url(img/titre.gif) repeat-x;
text-transform:uppercase;
margin:0;
padding:0;
width:141px;
}

#menu li{
list-style-type:none;
}

#menu ul li{
position:relative;
}

#menu li ul{
position:absolute;
top:0;
left:142px;
display:none;
/*border-top:1px solid #b3b1c0;*/
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li{float:left;height:1%;}
* html #menu ul li a{height:1%;}
/* End */

div#menu ul, #menu ul ul, div#menu ul ul ul{
margin:0;
padding:0;
list-style-image:none;
width:141px;
}

div#menu ul ul, div#menu ul ul ul, div#menu ul li:hover ul ul, div#menu ul li:hover ul ul ul{
display:none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul{
display:block;
}

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
text-indent:2px;
color:#053160;
background:#edeef6 url(img/hover.gif) repeat-x;
}

#menu a.x:hover{
color:#c42727;
background:#edeef6 url(img/2x.gif) repeat-x;
}

/*#menu a.x:active{
color:#060;
background:#e2e2ec url(img/tile-blue-on-3.gif) repeat-x;
}*/

