#p7PMnav {

	margin: 0;
	padding:0;
	color: #ffffff;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image:  url("../images/fd_text_menu.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
#p7PMnav ul {
    list-style-type: none;
	margin: 0;
	padding:0;
	background-image:  url(Aucune);
	z-index: 10000;
	background-color: #cccccc;
	border: 1px solid #000000;
}
#p7PMnav ul a{
	margin: 0;
	padding:0;
	padding: 4px 12px 4px 10px;
	background-image:  url(Aucune);
	z-index: 10000;
	background-color: #cccccc;
	color: #000000;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus{
	margin: 0;
	padding:0;
	padding: 4px 12px 4px 10px;
	background-image:  url(Aucune);
	z-index: 10000;
	background-color: #515151;
	color: #ffffff;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: transparent;
	padding: 4px 12px 4px 10px;
	color: #ffffff;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus,
#p7PMnav .p7PMon, #p7PMnav .p7PMon:hover,#p7PMnav .p7PMon:active,
 #p7PMnav .p7PMtrg:hover {
 	color: #2e2e2e;
	letter-spacing: 0.01px;
	background-image: url("../images/fd_text_menu_on.gif");
	background-repeat: no-repeat;
	background-position: left center;
	}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark, #p7PMnav .p7PMmark:hover {
	font-weight: bold;
}
/* ------ the trigger link styles ------- */


/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMtrg:active {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
#p7PMnav .p7PMtrg:hover {
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: 15px;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 230px;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 194px;
}
#pmmcrumb {
	font-weight: bold;
	color: #790f18;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #790f18;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #790f18;
}
#menu {
	position: absolute;
	left: 240px;
	right: 0px;
	top: 99px;
	width: 750px;
	height: 29px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url("../images/fd_nav_ht.gif");
	background-repeat: no-repeat;
    z-index:100;
	font-size: 10pt;
	line-height: 13pt;
}
#menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
	background-color: #FFFFFF;
}
#menu li{
    float:left;
    position:relative;
    z-index:100;
}
#menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:7px;
	top:25px;
}
#menu a{
	display:block;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	font-family: Verdana;
	font-weight: bold;

}
#menu :hover, #menu :active{
    color:#2e2e2e;
    background-color: transparent;
}
#menu ul ul {
    visibility:hidden;
    position:absolute;
    background-color: transparent;
}
#menu ul ul a{

	background-color: #cccccc;
	
	color: #000000;
	width:100px;
	text-align:left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#menu ul ul a:hover{
background-color: #515151;
	color: #ffffff;
}
#menu ul :hover ul{
	visibility:visible;
	border: 1px solid #000000;
}
