.yuimenubaritem-hassubmenu {
    background: none;
}
.yuimenubaritemlabel {
    padding-left: 5px;
    padding-right: 5px;
}
a.yuimenubaritemlabel {
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    font-size: 13px;
}
.yuimenubar {
    background: url('images/menu-bg.jpg') no-repeat;
    color: #fff;
    height: 30px;
    padding: 0px 3px 0px 3px;
}
.yuimenubaritem,
.yuimenuitem,
.yuimenubaritem-selected,
.yuimenuitem-selected {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 1px;
}
.yuimenubaritem a:link,
.yuimenubaritem a:visited, 
.yuimenubaritem a:hover, 
.yuimenubaritem a:active {
    text-decoration: none;
}
.yuimenuitem,
.yuimenuitem-selected {
    border-bottom: 1px solid #ffffff;
    font-weight: bold;
}
.yuimenubaritem-selected,
.yuimenuitem-selected {
    background-color: #d7e2f5;
}
.yuimenubaritem-hassubmenu-selected,
.yuimenuitem-hassubmenu-selected {
    padding-bottom: 1px;
    padding-top: 1px;
    z-index: 2;
}
.yuimenubaritem-selected a.yuimenubaritemlabel,
.yuimenubaritem-hassubmenu-selected a.yuimenubaritemlabel,
.yuimenuitem-hassubmenu-selected a.yuimenubaritemlabel {
    color: #1285f2;
    background-color: #fff;
    line-height: 20px;
    margin-bottom: 1px;
    margin-top: 1px;
}
.yuimenuitemlabel {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal;
    font-size: 13px;
}
