.menu{
    z-index:10;
    position:absolute;
    top:0em;
    left:0em;
    width:148px;
    border-top: 1px #E1D8CC solid;
    border-left: 1px #E1D8CC solid;
    border-right: 1px #574530 solid;
    margin:0;
    padding:0;
    }
    
.menu span{
    display:none;
}
    
.menu ul{
    border-top: 1px #E1D8CC solid;
    border-left: 1px #E1D8CC solid;
    border-right: 1px #574530 solid;
    margin:0;
    padding:0;
    position:absolute;
    width:148px;
    z-index:10;
    }
    
.menu li ul{
    visibility:hidden;
    }
            
.menu li ul{
		z-index:10;
    margin-left:148px;
    margin-top:-24px;
    }
    
.menu a{
    text-align:center;
    background-color:#FFCC66;
    display:block;
    width:148;
    border-bottom: 1px #CC9933 solid;
    text-decoration:none;
    margin:0px;
    padding-left:0px;
    padding-right:0px;
    padding-top:3px;
    padding-bottom:3px;
    z-index:10;
    }
    
.menu a:hover{
    background-color:#FFDE9B;
    border-bottom-color:#9e7d57;
    border-right-color:#9e7d57;
    border-left-color:#B2B2B2;
    border-top-color:#B2B2B2;
 }
    

.menu a:focus{
     background-image : url('/static/JPM/images/menu_select.gif');
}

.menu span{
    display:none;
    }
        
.menu li{
    width:148;
    display:block;    
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    }
    
/* IE PC selector */
* html .menu li {
    display:inline;
    float:none;
}
    
a.menuIndicateur {
	font-family : Century gothic;
	font-size : 12px;
	font-weight: Bold;
	color: #9E7D57;
}

a.menuIndicateur:hover {
	font-family: Century gothic;
	font-size: 12px;
	font-weight: Bold;
	color: Black;
}



a.menuIndicateurN2 {
	font-family: Century gothic;
	font-size: 11px;
	font-weight: Bold;
	color: #9E7D57;
}

a.menuIndicateurN2:hover {
	font-family : Century gothic;
	font-size : 11px;
	font-weight: Bold;
	color: Black;
}


a.menuIndicateurN3 {
	font-family : Century gothic;
	font-size : 11px;
	font-weight: Bold;
	color: #9E7D57;
}

a.menuIndicateurN3:hover {
	font-family : Century gothic;
	font-size : 11px;
	font-weight: Bold;
	color: Black;
}