
/*Style for menu links*/
.drop a {
        display:block;
        line-height: 30px;
        padding: 10px 20px;
        text-align: center;
        color: #fff;
        text-decoration: none;
}


ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

.drop ul.dropdown {
 position: relative;
 z-index: 1;
 
 /*width:1000px;*/
 direction:ltr;
}


ul.dropdown li {
    vertical-align: middle;
    zoom: 1; 
 
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 1;
 cursor: default;
 transition: all 0.3s;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 z-index: 1;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
 border-bottom: 1px solid #724c30;
}

ul.dropdown ul ul {
 top: 1px;
}

ul.dropdown li:hover > ul {
 visibility: visible;
 /*transition: all 0.3s;*/
 transition-delay:0s;
}
ul.dropdown li:hover > ul li{
     /*border-bottom: 1px solid #BAC6D0;*/
    min-width: 215px;
}

.drop ul.dropdown li {
 background-color: #8e541b;
 color: #fff;
}
.drops ul.dropdown li {
 /*padding: 5px 20px;*/

 background-color: #156CB9;
 color: #fff;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 background-color: #734d30;
 color: #bac6d0;
}

ul.dropdown a:link,
ul.dropdown a:visited   { color: #fff; text-decoration: none; }
ul.dropdown a:hover     { color: #fff; }
ul.dropdown a:active    { color: #bac6d0; }
    
ul.drop  a{
padding: 2px 30px;
}

/* -- level mark -- */

ul.dropdown ul {
    
 width: 205px;
 /*
 margin-top: 1px;
 */
}

ul.dropdown ul li {
 font-weight: normal;

}
ul.dropdown ul li:hover {
 color: #bac6d0;
}

ul.dropdown li a {
 display: block;
}
ul.dropdown-horizontal li .menulink {
 padding: 10px 30px;
}
/*Create vertical spacing*/
li a {
    /*height: 50px;*/
    text-align: center;
    /*line-height: 50px;*/
}

/*.drops ul.dropdown li a {
 font-size: 11pt;
 border-right: 1px solid #fff;
}*/


.clear{
    clear:both;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-decoration: none;
        color: #fff;
        background: #8e541b;
        text-align: center;
        /*padding: 10px 0;*/
        display: none;
}

/*Hide checkbox*/ 
input[type=checkbox]{
display: none;
}
/* Show menu when invisible checkbox is checked */
input[type=checkbox]:checked ~ #menu{
display: block;
}


.navbar1{
}
.navbar0{
    /*background: #cd6601;*/
    top: 0px;
    width: 90%;
    position: fixed;
}

.floating-menu {
font-family: sans-serif;
/*background: #ccb4a0;*/
z-index: 1;
height: 60px;
/*border-bottom: 10px solid #734d30;*/
}


/*.paddinTop{
    padding-top: 40px;
}*/
.unPaddinTop{
    padding-top: 1px;
}
/*Responsive Styles*/

@media only screen and (min-width : 150px) and (max-width : 780px){
    /*Make dropdown links appear inline*/
    /*Strip the ul of padding and list styling*/
    ul {
            list-style-type:none;
            margin:0;
            padding:0;
            position: absolute;
    }

/*Create a horizontal list with spacing*/


ul.dropdown li {    float: right;} ul.dropdown ul {    right: 0;} ul.dropdown ul
ul {    right: 99%;} #menu{    float: right;}

li {
    float: right;
}
.tblview{
    display:none;

}
#main{
    /*display: none;*/
}
    #main li{
        display: inline;
    }

    /*Style for menu links*/
    li a {
            border-top: 1px solid #fff;
            border-bottom: 0;
            display:block;
            min-width:140px;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            color: #fff;
            background: #806142;
            text-decoration: none;
    }

    /*Hover state for top level links*/
    li:hover a {
            background: #6f563d;
            transition: all 0.3s;
    }
    ul.dropdown ul li{
        border-bottom: 0;
    }
    
    ul ul li:hover a {
        background: #6f563d;
    }

    ul ul ul li:hover a {
        background: #5d4834;
    }
    
    /*Style for 3RD dropdown links*/
    /*li:hover ul a {
            background: #964c03;
            color: #fff;
    }

    

    
*/

    /*Hover state for dropdown links*/
/*  li:hover ul a:hover {
            background: #f58920;
            color: #fff;
    }
*/
    /*Hide dropdown links until they are needed*/
    li ul {
            display: none; 
    }

    /*Make dropdown links vertical*/
    li ul li {
            display: block;
            float: none;
    }

    /*Prevent text wrapping*/
    li ul li a {
            width: auto;
            min-width: 100px;
            padding: 0 20px;
            padding: 5px;
    }


    
    /* Start Display the dropdown on click*/
    
    ul li :hover + .hidden, ul li .hidden:active {display: block;}  
    ul li a:focus + ul.drop
    {
        display: block;
    }
    ul li a:focus + ul.drop li a{
        padding: 2px 10px;
    }

    ul li ul.hidden:hover{
        display: block;
    }

    /*End Display the dropdown on click*/


    ul {
            position: static;   
            display: none;      
    }

    /*Make all menu links full width*/
    ul li, li  {
        width: 100%;
    }
    /*Display 'show menu' link*/
    .show-menu {
        display:block;
        height: 30px;
        padding: 10px;
    }
    .show-menu label{
        padding-top: 20px;
    }
    /*Pointer on Hover, so that the user knows of an active link*/
    .show-menu:hover {
        cursor:pointer;
    }
    /*Center the text*/
    li ul li a {
        text-align:center;
    }


    ul.dropdown ul {
        visibility: visible; 
        position: static; 
    }

    ul.dropdown ul {
        width: 100%;
    }

    .floating-menu {
        font-family: sans-serif;
        /*background: #cd6601;*/
        z-index: 1;
    }

    .navbar0{
        /*background: #cd6601;*/
        top: 0px;
        width: 95%;
        position: fixed;
    }

}