﻿.b-top {
    margin-top: 10px;
    background-color: rgb(255,255,255);
   /* background-image: -webkit-linear-gradient(top, #e0e0e0  0%, #fff 100%);
    background-image: -o-linear-gradient(top, #e0e0e0  0%,#fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#fff));
    background-image: linear-gradient(to bottom, #e0e0e0 0%, #fff 100%);*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    height: 75px;
}

.b-header {
    margin-bottom: 50px;
}

.b-menu {
    text-transform: uppercase;
    width: 900px;
    overflow: hidden;
    float: left;
    height: 100%;
}

    .b-menu ul.b-navigation {
        margin: 0px 0px;
        padding: 0px 0px;
    }

        .b-menu ul.b-navigation li {
            list-style: none;
            float: left;
            display: inline;
            margin-right: 5px;
        }

            .b-menu ul.b-navigation li a {
                display: block;
                margin: 0px 0px;
                padding: 0px 7px;
                line-height: 35px;
                color: white;
                font-weight: bold;
                text-decoration: none;
                background-color: #B79668;
                border-radius: 0px 0px 6px 6px;
                -moz-border-radius: 0px 0px 6px 6px;
                -webkit-border-radius: 0px 0px 6px 6px;
                -o-border-radius: 0px 0px 6px 6px;
                -ms-border-radius: 0px 0px 6px 6px;
                -webkit-box-shadow: 0px 4px #604E37;
                -moz-box-shadow: 0px 4px #604E37;
                box-shadow: 0px 4px #604E37;
            }

                .b-menu ul.b-navigation li a.active {
                    background-color: #89704E;
                    font-size: 15px;
                    padding: 3px 22px;
                    color: white;
                }

                .b-menu ul.b-navigation li a:hover {
                    color: #666;
                    background-color: #F4EBDE;
                    -webkit-box-shadow: 0px 5px rgb(204,170,126);
                    -moz-box-shadow: 0px 5px rgb(204,170,126);
                    box-shadow: 0px 5px rgb(204,170,126);
                }

.b-settings {
    width: 240px;
    float: right;
    display: inline-block;
    color: #383838;
    font-size: 13px;
    line-height: 32px;
    vertical-align: top;
    height: 100%;
}

    .b-settings ul {
        height: 55px;
        margin: 0px 0px;
        padding: 0px 0px;
        display: inline-block;
        float: right;
    }

        .b-settings ul li {
            display: inline-block;
            border-right: 1px solid #967D70;
            border-bottom: 1px solid #967D70;
            padding: 0 10px;
            vertical-align: top;
            line-height: 0;
        }

            .b-settings ul li a {
                color: #383838;
                font-size: 13px;
                text-decoration: underline;
                line-height: 32px;
            }

                .b-settings ul li a:hover {
                    text-decoration: none;
                }

            .b-settings ul li span i {
                margin-right: 5px;
                vertical-align: middle;
                margin-top: -3px;
            }
