﻿
/* NAV */

#nav{
    clear: both;
    overflow: visible;
    margin-top: 10px;
	z-index: 40;
	position: relative;
    width:100%;
    min-height: 49px;
    background: #f36525;
}

    #nav li{
        list-style-type: none;
        float: left;
        position: relative;
        width: 16.6%;
        /*height:100%;*/
        background: #f36525;
    }

    #nav li.last{
        margin-right: 10px;
    }

    #nav li a{
        color: #fff;
	    font-size: 1.1em;
        text-decoration: none;
        font-weight: bold;
        display: block;
        padding: 0px 0px;
        text-align:center;
        /*line-height:50px;*/
        min-height: 50px;
    }
    
    #nav li .lv1 div{
        width:100%; height:100%; display:table; vertical-align:middle; margin:0 auto;
    }

    #nav li .lv1 div div{
        display:table-cell;vertical-align:middle; margin:0 auto;
    }

    #nav ul{
	    position: absolute;
	    left: 0px;
	    top: 49px;
	    z-index: 10; 
	    background: #f36525;
    }
    #nav ul,
    #nav :hover ul ul,
    #nav .hover ul ul   {margin-left: -9999px; }
    #nav ul li{float: none; clear: both; margin-right: 0;width: 100%; }
    #nav ul li a{
        padding: 15px 0px;
	    display: block; 
	    color: #fff; 
	    font-size: 1.0em;
	    font-weight: bold;
        width: 100%;
        /*line-height:normal;*/
        min-width: 180px;
        min-height: 20px;
    }
    
    #nav ul li a:hover, #nav ul li a:focus{color: #fff; background: #fb9c71;}

    #nav li:hover>ul,
    #nav li.hover>ul,
    #nav a:focus+ul,
    #nav ul ul,
    #nav .hover a:focus { margin-left: 0; }
    /*#nav ul a:focus     { margin-left: 9999px; }*/
    #nav ul ul{ 
	    left: 130px; 
	    top: 0;
    }

    #nav li a.active{
        background: #37bdbe;
    }
    
@media only screen and (max-width: 1090px) {
    /*
    #nav li{
        width: 99%;
    }

        */
}