.suckertreemenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

* html li.main_menu_li a:hover {
    visibility:		inherit; /* fixes IE7 'sticky bug' */
    background:#060;
    background:url(../../images/frontend_union/nav/nav_actif.jpg) repeat-x;
}
.suckertreemenu {
    width:100%;
    text-align:center;
    margin-bottom: 20px;
}
ul.sub_menu  {
    left: 0;
    position: absolute;
    top: 1em;
    display: block;
    visibility: hidden;
}
.suckertreemenu ul li {
    position: relative;
    z-index:65000;
    display:inline-block;
}
ul.main_menu li a {
    display:block;
    border-left-width: 0;
    text-decoration: none;
    height:15px;
    padding:10px;
    color:#666;
    float:left;
    font-weight: bold;
    font-size: 16px;
}
ul.sub_menu li a {
    display: block;
    border-right:1px solid #CCC;
    border-left:1px solid #CCC;
    border-bottom:1px solid #CCC;
    color: navy;
    height:15px;
    padding:8px;
    color:#666;
    background:#FFF;
    width:200px;
    font-weight: bold;
    font-size: 14px;
}

ul.sub_menu .first {
    border-top:1px solid #CCC;
}

ul.main_menu li:hover, ul.main_menu li.active {
    visibility:		inherit; /* fixes IE7 'sticky bug' */
    background:#060;
    background:url(../../images/frontend_union/nav/nav_actif.jpg) repeat-x;
}
ul.sub_menu li a:hover {
    background:#FBD138;
    color:#666;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */