/*
    Document   : menu
    Created on : Mar 23, 2014, 6:07:14 PM
    Author     : Morgan
    Description: Purpose of the stylesheet follows.
*/

.menu
{
    margin-top: 8px;
    position: relative;
    background: #f7f6f6;
}

.menu .border-top
{
    border-top: 1px solid #ddd;
}

.menu .border-bottom
{
    border-bottom: 1px solid #ddd;
}

.menu .border-top, .menu .border-bottom
{
    height: 9px;
}

.menu ul
{
    margin: 0 auto;
    padding: 10px 0;
    list-style: none;
    width: 74.12898443291327%;
}

.menu ul li
{
    width: 14%;
    float: left;
    list-style: none;
    text-align: center;
    position: relative;
}

.menu ul li.last
{
    margin: 0;
    height: 0;
    padding: 0;
    float: none;
    clear: both;
    border: 0 none;
}

.menu ul li a img
{
    width: 55px;
    max-width: 100%;
}

.menu ul li a span
{
    display: block;
}

.menu ul li:hover > ul
{
    visibility: visible;
}


ul.drop-menu
{
    top: 68px;
    margin: 0;
    left: -20px;
    width: 200px;
    z-index: 1000;
    padding: 8px 0;
    color: #ffffff;
    position: absolute;
    visibility: hidden;
    background: #f7f6f6;
    border-bottom: 1px solid #ddd;
}

ul.drop-menu li
{
    float: none;
    width: auto;
    display: block;
    border-bottom: 0;
    text-align: left;
    padding: 5px 15px;
    position: relative;
}

ul.drop-menu li.last
{
    border-bottom: 0 none;
}

ul.drop-menu li span
{
    height: 5px;
    width: 100px;
    display: block;
}

ul.drop-menu li a
{
    width: 100%;
    height: 100%;
    padding: 5px 0;
    display: block;
    text-align: center;
    border-bottom: 1px dashed #ddd;
}

ul.drop-menu li a.current, ul.drop-menu li a:hover
{
}




.small-menu
{
    top: 0;
    width: 100%;
    height: 30px;
    z-index: 200;
    display: none;
    cursor: pointer;
    position: fixed;
    background: #365C89;
    border-bottom: 1px solid #CBCBCB;
}

.small-menu:after,
.small-menu:before
{
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    margin-left: -8px;
    position: absolute;
    border-bottom: 1px solid #fff;
}

.small-menu:after
{
    height: 2px;
    margin-top: -1px;
    border-top: 1px solid #fff;
}

.small-menu:before
{
    margin-top: 5px;
}


.walker
{
    z-index: 5;
    width: 50px;
    height: 9px;
    display: none;
    position: absolute;
    background: #5b4930;
}