#box_anbieter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 180px; /* Width of Menu Items */
    border-bottom: 0px solid #969696;
    }
    
#box_anbieter ul li,
#mp_box_anbieter ul li {
    position: relative;
    margin:0;
    }
    
#box_anbieter li ul {
    position: absolute;
    left: 0px;
    top:30px;
    display: none;
    background-color: #fff; /* IE7 Bug */
    }
/* Styles for Menu Items */
#box_anbieter ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    background: #fff; /* IE6 Bug */
    padding: 0.15em 6px 0.15em 6px;
    border: 0px solid #969696; /* IE6 Bug */
    line-height:1.25em;
    margin:0;
    }
#box_anbieter ul li a:hover {
    background-color: #e6e6e6;
    color: #000;
    }
#box_anbieter a.title {
    background-color: #DA1703;
    color: #fff;
    font-weight:bold;
    background: url('/graphics/common/icon_arrow_right_w_17_spaceright.gif') no-repeat scroll 90% 50%;
    }
#box_anbieter a.title:hover {
    background-color: #DA1703;
    color: #fff;
    }
#box_anbieter li.title {
    height: 24px;
    height: 18px; /* IE Bug */
    padding:6px 0px 6px 0px;
    }
#box_anbieter,
#mp_box_anbieter {
    padding:0;
    margin:0;
    }
    
/* Holly Hack. IE Requirement \*/
* html #box_anbieter ul li { float: left; height: 1%; }
* html #box_anbieter ul li a { height: 1%; }
* html #mp_box_anbieter ul li { float: left; height: 1%; }
* html #mp_box_anbieter ul li a { height: 1%; }
/* End */
/* The magic */
#box_anbieter li:hover ul,
#box_anbieter li.over ul,
#mp_box_anbieter li:hover ul,
#mp_box_anbieter li.over ul  { display: block; }
.mp_infobox_header { margin: 0px; padding: 0.3em 10px 0.3em 10px; font-size: 0.75em; font-weight: bold; color: #fff; background: #969696;}
#mp_box_anbieter li ul {
    position: absolute;
    left: -1px;
    top: 24px;
    display: none;
    border-top:0;
    background-color: #fff; /* IE7 Bug */
    }
#mp_box_anbieter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 188px; /* Width of Menu Items */
    border: 1px solid #969696;
    }
#mp_box_anbieter ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    background: #fff; /* IE6 Bug */
    padding: 0.15em 6px 0.15em 10px;
    border: 0px solid #969696; /* IE6 Bug */
    font-size:0.69em;
    line-height:1.25em;
    margin:0;
    }
#mp_box_anbieter ul li a:hover {
    background-color: #e6e6e6;
    color: #000;
    }
#mp_box_anbieter a.title {
    background-color: #fff;
    color: #000;
    font-weight:normal;
    font-size:0.69em;
    padding:0px 0px 0px 16px;
    background: url('/graphics/common/icon_arrow_right_r_17_spaceright.gif') no-repeat scroll 0 50%;
    }
#mp_box_anbieter a.title:hover {
    background-color: #DA1703;
    color: #fff;
    }
#mp_box_anbieter li.title {
    /*height: 20px;*/
    height: 14px; /* IE Bug */
    padding:6px 0px 6px 10px;
    margin:0;
    }
#mp_box_anbieter a.title:hover {
    background-color: #fff;
    color: #000;
    }