#progressbar {
    -moz-border-radius: 0px;
    -webkit-border-bottom: 0px;
    -khtml-border-bottom: 0px;
    border-radius:0px;
    border:0px;
    width:185px;height:21px;
    background:none;
    background:url("../core/images/progress_men_1.png") repeat-x;
}

#progressbar * {
    -moz-border-radius: 0px;
    -webkit-border-bottom: 0px;
    -khtml-border-bottom: 0px;
    border-radius:0px;
    border:0px;
}

#progressbar .ui-progressbar-value {
    background:none;
    background:url("../core/images/progress_men_0.png") repeat-x;
    height:21px;
}