.pf-cssmenu-budc-footer-menu-simple {
    float: left;
    width:100%;
    text-align: left;
    padding: 0px;
    margin: 0px;
    line-height: 15px;
    list-style-type: none;
    margin-bottom:50px;
}

.pf-cssmenu-budc-footer-menu-simple ul {
    _ position: absolute;
    clear: both;
    display: none;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.pf-cssmenu-budc-footer-menu-simple li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    background:none;
}

.pf-cssmenu-budc-footer-menu-simple a:link,
.pf-cssmenu-budc-footer-menu-simple a:visited {
    _ float: left;
    padding: 0px 10px;
    display: block;
    height: 15px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    font-family: sans-serif;
    text-decoration: none;
}

.pf-cssmenu-budc-footer-menu-simple a:hover,
.pf-cssmenu-budc-footer-menu-simple a:active {
    color: #dfdfdf;
}

.pf-cssmenu-budc-footer-menu-simple .lev2 a:link,
.pf-cssmenu-budc-footer-menu-simple .lev2 a:visited {
    padding: 0px 10px;
    height: 20px;
    line-height: 20px;
    * width:130px;  /* IE6 fix - sets width of submenu item to the width of "li.lev1 li" minus any padding applied to these anchors */
}

.pf-cssmenu-budc-footer-menu-simple .lev2 a:hover,
.pf-cssmenu-budc-footer-menu-simple .lev2 a:active {
    * width:130px;  /* IE6 fix - sets width of submenu item to the width of "li.lev1 li" minus any padding applied to these anchors */
}

.pf-cssmenu-budc-footer-menu-simple li:hover > ul {
    position: absolute;
    display: block;
}

.pf-cssmenu-budc-footer-menu-simple li.lev1:hover {
    height: auto;
}

.pf-cssmenu-budc-footer-menu-simple li.sub-lev1 {

}

.pf-cssmenu-budc-footer-menu-simple .lev2 a.sub {
}

.pf-cssmenu-budc-footer-menu-simple li.lev1 {
    text-decoration:underline;
    color:#fff;
    float: left;
    display: block;
    height: 15px;
    border-right: 1px solid #fff;
}

.pf-cssmenu-budc-footer-menu-simple li.lev1 li {
    float: left;
    clear: left;
    width: 150px;
    background: #369;
    border-top: 1px solid #69C;
    border-bottom: 1px solid #036;
}

.pf-cssmenu-budc-footer-menu-simple .lev2 ul {
    margin: -21px 0px 0px 150px;
    display: none;
    position: absolute;
}

.pf-cssmenu-budc-footer-menu-simple .lev2 li {
    * margin: 0px 0px -1px 0px;
}

.pf-cssmenu-budc-footer-menu-simple ul.active_sub_menu {
    display: block;
}


