.yuimenu {
    background-color: #2D614A;
}

.yuimenuitem a.selected,
.yuimenubaritem a.selected {
    background-color:#81CFAD;
    text-decoration:underline;
    color:#fff;
}
.yuimenuitemlabel,
.yuimenubaritemlabel {
    color: #fff;
}
.yuimenubaritemlabel {
    border-right: solid 1px #fff;
}
/*
.yuimenubar {
    background-color:#1b96c2;
}
*/

li.first-of-type .yuimenubaritemlabel {
    border-left: solid 1px;
}


.yuimenubaritemlabel {
    padding:4px 15px;
}

.yuimenubaritemlabel .submenuindicator {

    background-position:0 -32px;

}


.yuimenuitemlabel, .yuimenubaritemlabel {
    font-size: 100%;
}


#hd #mainmenu_bg {
    height: 56px;
    background: url("../images/menu_bg.jpg") no-repeat center center;
}
#hd #mainmenu_bg #mainmenu {
    padding-left: 10px;
    padding-top: 18px;
}
#mainmenu a {
    color: #fff;
    text-decoration: none;
    width: 60px;
}
#mainmenu a:visited {
    color: #fff;
    text-decoration: none;
}
#mainmenu a:hover {
    text-decoration: underline;
}
