		
/** Perso GKE à ajuster pour chaque site */

.mlddm {
		position:relative;
    visibility: hidden;
    margin: 0;
    padding: 0;
}
.mlddm li {
    display: inline;
    list-style: none;
    float: left;
    margin: 0;
    padding: 0 ;
		font-weight: bold ;
}
.mlddm li a, .mlddm li a#buttonnohover {
    display: block;
    margin: 0;
    padding-top: 5px;
		height:20px;
    font-weight: normal ;
		font-size: 8pt ;
    text-decoration: none;
    color: black;
		width:130px;
		padding-left:10px;
		background: url(../images/menu_top_li.gif) repeat-x bottom left;
}
.mlddm li a:hover, .mlddm li a#buttonhover {
    color: #666666;
}
