/* Menu block */
.menu-strip {
    height: 94px;
    background: transparent url("../../img/page/site_menu/menu-strip.jpg") top center no-repeat;
}

.menu-strip ul {
    list-style: none;
    padding-top: 22px;
    width: 900px;
    height: 60px;
    margin: 0 auto;
}

.menu-strip ul li {
    display: block;
    float: left;
    height: 50px;
    background: transparent url("../../img/page/site_menu/menu-strip-border.png") 0 0 no-repeat;
    padding-left: 16px;
    position: relative;
}

.menu-strip ul li.first-menu-item {
    background-position: 0 60px;
}

.menu-strip ul li.selected-menu-item {
    background-position: 0 -50px;
    height: 60px;
    padding-left: 24px;
    padding-right: 8px;
}

.menu-strip ul li.selected-first-menu-item {
    background-position: 0 -110px;
    height: 60px;
    padding-left: 24px;
    padding-right: 8px;
}

.menu-strip ul li .d-item-wrap {
    padding-right: 14px;
    line-height: 50px;
    font-size: 15px;
    /* CSS3 adds */
    text-shadow: 2px 2px 2px rgba(0,0,0,.8);
}

.menu-strip ul li.selected-menu-item .d-item-wrap,
.menu-strip ul li.selected-first-menu-item .d-item-wrap {
    height: 60px;
    background: transparent url("../../img/page/site_menu/menu-strip-border.png") right -170px no-repeat;
}

.menu-strip ul li .d-item-wrap .d-item-wrap-inner {
    padding-right: 0;
}

.menu-strip ul li .d-item-wrap .d-item-wrap-inner a {
    color: white;
    text-decoration: none;
}

.menu-strip ul li .d-item-wrap .d-item-wrap-inner a:hover {
    background: transparent;
}

.menu-strip ul li.selected-menu-item .d-item-wrap .d-item-wrap-inner,
.menu-strip ul li.selected-first-menu-item .d-item-wrap .d-item-wrap-inner {
    height: 60px;
    background: transparent url("../../img/page/site_menu/menu-strip-border.png") 0 -230px repeat-x;
}

/* "Back to list" button */
.menu-strip ul li .back-to-list {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    font-size: 11px;
}

.menu-strip ul li .back-to-list .d-wrap {
    padding: 0 18px 0 20px;
    text-align: center;
}

.menu-strip ul li .back-to-list a {
    color: gray;
}

.menu-strip ul li .back-to-list img.d-arrow-up {
    vertical-align: middle;
    width: 8px;
    height: 16px;
    background: transparent url("../../img/common/icons/arrow_up.png") -4px 0 no-repeat;
}
