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

.menu
{
    margin-top: -15px;
    position: relative;
    background: #fff;
    color:#fff;
}

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

.menu .border-bottom
{
    border-bottom: 0px solid #00AEEF;
}

.menu .border-top, .menu .border-bottom
{
    height: 0px;
    background: none;
}

.menu ul {
  margin: 0 auto;
  padding: 40px 0 30px 0;
  list-style: none;
  width: 100%;
  text-align: center;
}

.menu ul li
{
    width: auto;
    list-style: none;
    text-align: center;
    position: relative;
    color:#444;
    border-right: 1px solid #fff2;
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
}

.menu ul li.last
{
    margin: 0;
    height: 0;
    padding: 0;
    float: none;
    clear: both;
    border: 0 none;
    border-right: 0px solid #fff2;
}

.menu ul li a img
{
    width: 45px;
    max-width: 100%;
        opacity: 0.3;
    margin-bottom: 20px;
}
.menu ul li a img:hover
{
        opacity: 1;
}
.menu ul li a img:active
{
        opacity: 1;
}

.menu ul li a span
{
    display: block;
    color:#444;
        font-size: 14px;
}

.menu ul > li > a.drop
{
    padding-bottom: 24px;
    background: url("../images/region-down.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
}

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


.menu ul li a span {

    padding: 5px;

}

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

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
{
    background: url("../images/region-right.png") no-repeat left center;
}




.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: #F1810E;
}


.sticky {
  position: relative;
  top: 0;
  width: 100%;
    z-index: 200;
}
@media only screen and (max-width: 500px) {
  .sticky {
  position: relative;
  top: 0;
  width: 100%;
    z-index: 200;
}
}

@media screen and (max-width: 500px) and (min-width: 1px) {
.data {
    margin-top:10px;
    }
}
@media screen and (max-width: 1300px) and (min-width: 501px) {
.data {
    margin-top:10px;
    }
}
@media screen and (max-width: 2000px) and (min-width: 1301px) {
.data {
    margin-top:10px;
    }
}