
a {text-decoration: none;}
.container2 {
    width:100%;
  
    float:left
}
.toggleMenu {
    color: #fff;
    display: none;
    float: left;
    margin-bottom: 0;
    padding: 14px 0;
    text-align: right;
    width: 100%;
	font-family: 'Voltaire-Regular';
	font-size: 25px;
}
.toggleMenu span {
    float: right;
    margin-top: 7px;
}
.nav {
    float:left;
    list-style: outside none none;
    width:100%;
	overflow: hidden;
    white-space: nowrap;
	margin:0;
	padding:0;
}



@media (min-width: 990px) {
.nav {
    float: left;
    list-style: outside none none;
    margin-left: 0;
    margin-top:0px;
    width:100%;

}

}

.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
}
.nav a {
    font-family: "Voltaire-Regular";
    font-size: 34px;
    line-height: 40px;
    padding: 0 25px;
    text-transform: uppercase;
}
.nav a.active {
	background:#fff;
	color:#e86f16;
}
.nav > li > a:hover {
	color:#444;
}
.nav li {
	border-right: 2px solid #fff;
    position: relative;
}
.nav li:last-child {
	border-right: 0;
}
.nav > li {
	display:-moz-box;
	float:left;
	padding:0;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
	width:200px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    background: none repeat scroll 0 0 #2e2e2e;
    border:0px;;
    color: #ffffff;
    display: block;
    font: 12px arial;
    position: relative;
    z-index: 100;
}
.nav li li li a {
    background:#2e2e2e;
    z-index:200;
}
.nav li li a:hover{
	padding:6px 15px;
	border:0px;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
		display:unset;
    }
    .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;
    }

}
@media screen and (max-width:990px) {
.nav > li > a {
	position: relative;
	text-align: center;
}
.nav > li {
	background:#FE7000;
	border:0;
	border-bottom:1px solid #d75200;
	display:block;
	float: none;
	width: 100%;
}
.nav > li:hover {
	background:#d75200;
}
.nav > li:last-child {
	border:0;
}
.navigation ul li a {
    border-bottom: 1px solid rgba(234, 114, 91, 0.2);
    color: #fff;
    font-family: "Voltaire-Regular";
    font-size: 20px !important;
    padding: 7px 18px !important;
    text-decoration: none;
}
ul.nav {
    float: right;
    margin-top: 15px;
	margin-bottom: 0px;
	padding:0 0 15px 0;
    width: 100%;
	font-family: 'Voltaire-Regular';
}

.weblist ul li a.active {
   -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #e1e1e1;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #000;
    margin: 0;
    padding: 3%;
}
.weblist ul li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #e1e1e1;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #000;
    margin: 0;
    padding: 3%;
}
.weblist ul li a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #e1e1e1;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #000;
    margin: 0;
    padding: 3%;
}


.nav {
    overflow:auto;
    white-space:normal;
}
.weblist ul li {
    margin: 0;
}
}