@charset "utf-8";
/* CSS Document */
/*body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}*/
@font-face{
	font-family:'Trebuchet MS';
	src:url(../font/trebucbd.ttf) format('truetype') ;
	font-weight: bold;
    font-style: normal;
}
a {text-decoration: none;}
.toggleMenu {
    display:  none;
    /*background: #666;*/
    padding: 7px 15px;
    color: #fff;
	font-size:20px;
	margin:0% 0% 0% 41%;
}
.nav {
    list-style: none;
     *zoom: 1;
     background:#000;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 11px 11px 57px;
    color:#50bfff;	
	font-family:Trebuchet MS;
	font-weight:bold;
	font-size: 19px;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    border-top: 1px solid #6c6c6c;
}
.nav > li > .parent {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
	padding-right: 24px;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
	margin: 0% 38%;
	width: 220px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #000;
    position: relative;
    z-index:100;
    border-top: 1px solid #6c6c6c;
	padding: 13px;
}
.nav li a:hover, .nav li.active a {
	color:#fff;
}
.nav li li a:hover {
	color:#fff;
}
/*.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}*/

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	.nav li  ul {
    position: absolute;
    left: -9999px;
	margin: 0% 0%;
	width: 183px;
   }
   .nav a {
    padding: 10px 19px 11px 11px;
   }
	

}
