/* structural styles and offsets */
ul.expanding, ul.expanding li, ul.expanding ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
}

ul.expanding {
    position: relative;
    cursor: default;
    width:160px;
}

ul.expanding li {
    position: relative;
    text-align: left;
    cursor: pointer;
    cursor: hand;
    width: 160px;
    margin: -1px 0 0 0;
}

ul.expanding ul {
    cursor: default;
    width:160px;
    padding: 2px 0;
    position: absolute;
    left: -100em;
}

ul.expanding ul li {
    width: 160px;
}

/* design styles */
ul.expanding a:link, ul.expanding a:visited {
    display: block;
    cursor: pointer;
    cursor: hand;
    border: 1px solid #eee;
    padding: 5px 7px;
    letter-spacing: 1px;
    background: #fff url(http://www.acotec.be//img/menubg.gif) bottom left repeat-x;
    color:#2f5462;
    font-family: "Trebuchet MS", "Lucida Grande", helvetica;
   font-weight: bold;
   font-size:13px;
   text-decoration:none;

}

ul.expanding ul a:link, ul.expanding ul a:visited {
    display: block;
    cursor: pointer;
    cursor: hand;
    border: 1px solid #eee;
    padding: 5px 3px 5px 12px;
    letter-spacing: 1px;
    background: #F5F5F5;
    color:#2f5462;
    font-family: "Trebuchet MS", "Lucida Grande", helvetica;
   font-size:11px;


}

ul.expanding ul ul a:link, ul.expanding ul ul a:visited {
    display: block;
    cursor: pointer;
    cursor: hand;
    border: 1px solid #eee;
    padding: 5px 3px 5px 18px;
    letter-spacing: 1px;
    background: #FBFBFB;
    color:#2f5462;
    font-family: "Trebuchet MS", "Lucida Grande", helvetica;
   font-weight: normal;
   font-size:10px;
   text-decoration:underline;

}

ul.expanding a:hover, ul.expanding a:focus, 
ul.expanding a.rollover:link {
   background: #6A2C26;
	  color: #eee;
}

ul.expanding ul a:hover, ul.expanding ul a:focus, 
ul.expanding ul a.rollover:link {
   background: #6A2C26;
	  color: #eee;
}


/* browser hacks */
@media screen, projection {
    * html ul.expanding li {
        display: inline; 
        f\loat: left; 
        background: #fff; 
    }
}