﻿
#menu_wrap {
    position: relative;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    padding-right: 10px;
    width: 900px;
    height: 57px;
    list-style-type: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.button a {
    cursor: pointer;
    text-align: center;
    font: 15px/100% Arial, Helvetica, sans-serif;
    font-weight: bold;
    position: relative;
    min-width: 50px;
    height: 20px;
    float: left;
    padding: 10px;
    padding-top: 18.5px;
    padding-bottom: 18.5px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.button:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-topleft-radius: 8px;
    -moz-border-bottomleft-radius: 8px;
    border-top-left-radius: 8;
    border-bottom-left-radius: 8px;
}

.Blue, .Blue .button a {
    color: #d9eef7;
    background: #00adee;
    border-right: solid 1px #0078a5;
    background: -moz-linear-gradient(top, #00adee 0%, #0078a5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00adee), color-stop(100%,#0078a5));
    background: -webkit-linear-gradient(top, #00adee 0%,#0078a5 100%);
    background: -o-linear-gradient(top, #00adee 0%,#0078a5 100%);
    background: -ms-linear-gradient(top, #00adee 0%,#0078a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adee', endColorstr='#0078a5',GradientType=0 );
    background: linear-gradient(top, #00adee 0%,#0078a5 100%);
}

    .Blue .button a:hover, .Blue .button a:focus {
        background: #0095cc;
        background: -moz-linear-gradient(top, #0095cc 0%, #00678e 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0095cc), color-stop(100%,#00678e));
        background: -webkit-linear-gradient(top, #0095cc 0%,#00678e 100%);
        background: -o-linear-gradient(top, #0095cc 0%,#00678e 100%);
        background: -ms-linear-gradient(top, #0095cc 0%,#00678e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095cc', endColorstr='#00678e',GradientType=0 );
        background: linear-gradient(top, #0095cc 0%,#00678e 100%);
    }

    .Blue .button a:active {
        background: #0078a5;
        background: -moz-linear-gradient(top, #0078a5 0%, #00adee 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0078a5), color-stop(100%,#00adee));
        background: -webkit-linear-gradient(top, #0078a5 0%,#00adee 100%);
        background: -o-linear-gradient(top, #0078a5 0%,#00adee 100%);
        background: -ms-linear-gradient(top, #0078a5 0%,#00adee 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078a5', endColorstr='#00adee',GradientType=0 );
        background: linear-gradient(top, #0078a5 0%,#00adee 100%);
    }

.search {
    position: relative;
    float: right;
    margin-top: 15.5px;
}

    .search input[type=text] {
        width: 177px;
        height: 26px;
        padding-left: 18px;
        margin-left: 10px;
        padding-right: 4px;
        outline: none;
        border: none;
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        border-radius: 11px;
        -moz-box-shadow: inset 1px 1px 3px #7a7a7a;
        box-shadow: inset 1px 1px 3px #7a7a7a;
    }

    .search a:before {
        width: 6px;
        height: 6px;
        border: 2px solid #000;
        background: transparent;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }

    .search a:after {
        left: 24px;
        width: 2px;
        height: 7px;
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

li a:before, li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
}

li a:before, li a:after {
    margin: -7px 0 0;
    background: #000;
}
