/* Copyright (C) YOOtheme GmbH, h */

/*
 * Custom Style Sheet - Use this file to style your content
 */

#header #menubar {

    /*border: 1px solid black;*/ /*blue;#dadada; */

    /*-moz-border-radius: 5px;*/ /* ����������� ����*/

    /*border-radius: 5px;*/ /* ����������� ����*/
    /*����������� ��������� ����*/
    box-shadow: none;
    background: saddlebrown; /* red;  */
    background: -moz-linear-gradient(top,  #a6816d 0%, #654d41 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(166, 129, 109)), color-stop(100%,rgb(101,77,65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(166, 129, 109) 0%, rgb(101,77,65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(166, 129, 109) 0%,rgb(101,77,65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(166, 129, 109) 0%,rgb(101,77,65) 100%); /* IE10+  */
    background: linear-gradient(top,  rgb(166, 129, 109) 0%, rgb(101,77,65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6816d', endColorstr='#654d41',GradientType=0 ); /* IE6-9 */
}

#menubar .menu-dropdown a.level1 > span, .menu-dropdown span.level1 > span {
    /*font-weight: bold;*/
    color: #FFF;
}

#menubar .menu-dropdown a.level1:hover  {
    background: rgb(166, 129, 109);
}

#sidebar-a .menu-sidebar li.level1 {
    border-top: 1px solid #FFF !important;
    background: saddlebrown; 
    background: -moz-linear-gradient(top,  #a6816d 0%, #654d41 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(166, 129, 109)), color-stop(100%,rgb(101,77,65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(166, 129, 109) 0%, rgb(101,77,65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(166, 129, 109) 0%,rgb(101,77,65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(166, 129, 109) 0%,rgb(101,77,65) 100%); /* IE10+  */
    background: linear-gradient(top,  rgb(166, 129, 109) 0%, rgb(101,77,65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6816d', endColorstr='#654d41',GradientType=0 ); /* IE6-9 */
}

#sidebar-a .menu-sidebar a.level1 {
    color: #FFF !important;
    margin: 2%;
}

#sidebar-a .menu-sidebar li.level1:hover {
    background: rgb(166, 129, 109);
}