/* CSS Document */
header img {
    width: 245px;
    height: 58px;
    padding: 20px 0 10px 20px;
}

nav {
    background: url("../../../images/themes/arcademy/bg.png") repeat-x scroll center bottom transparent;
}

footer .ym-wbox {
    background: url("../../../images/themes/arcademy/footer_bg_css3.png") repeat-x left top;
}

.ym-hlist ul li a:focus,
.ym-hlist ul li a:hover,
.ym-hlist ul li a:active {

    background-color: rgb(137, 186, 23);
    background-image: linear-gradient(-90deg, rgb(148, 190, 38), rgb(137, 186, 23));
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(148, 190, 38)), to(rgb(137, 186, 23)));
    background-image: -moz-linear-gradient(-90deg, rgb(148, 190, 38), rgb(137, 186, 23));
}

.ym-hlist ul li.active {
    background-color: rgb(137, 186, 23);
    background-image: linear-gradient(-90deg, rgb(148, 190, 38), rgb(137, 186, 23));
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(148, 190, 38)), to(rgb(137, 186, 23)));
    background-image: -moz-linear-gradient(-90deg, rgb(148, 190, 38), rgb(137, 186, 23));
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: #89ba17 url("../../../images/themes/arcademyt/ui-bg_highlight-soft_75_E67917_1x100.png") repeat-x scroll 50% 50%;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    background: #a9cb51 url(../../../images/themes/arcademy/ui-bg_highlight-sobft_75_F08E16_1x100.png) 50% 50% repeat-x;
}