body, nav, ul, li, a  {margin: 0; padding: 0;}
a {text-decoration: none;}

.toggleMenu {
	width: 100%;
	height: auto;
	float: left;
    padding: 5px;
    color: #1a171b;
    display:  none;
	z-index: 999999999999;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	border: 2px solid #1a171b;
}
#nav {	
    list-style: none;
	font-family: 'Oswald', sans-serif;
	font-size: 0.9em;
	text-align: right;
	z-index: 9999;
	float: right;
}
#nav .current a { 
	color:#930606; 
	border-top: 5px solid #930606;  
}
#nav:before,
#nav:after {
    content: " "; 
    display: table; 
}
#nav:after {
    clear: both;
}
#nav ul {
    list-style: none;
    width:260px;
}
#nav a {
    padding: 25px 15px 30px 15px;
    color:#666;-webkit-transition: all ease 0.5s; 
	border-top: 5px solid #fff;
}
#nav a:hover {
    color:#930606;
	-webkit-transition: all ease 0.5s;
	border-top: 5px solid #930606;
}
#nav li {
    position: relative; 
	-webkit-transition: all ease 0.5s;
}
#nav > li {
    float: left;
	margin: 0 auto;
	text-align: left;
}
#nav > li:last-child { 
	border-right: none; 
}
#nav > li > .parent {
    background-repeat: no-repeat;
    background-position: right;
}
#nav > li > a {
    display: block;
}
#nav li  ul {
    position: absolute;
    left: -9999px;
	top: 81px;
}
#nav > li.hover > ul {
    left: 0;
}
#nav li li a {
    display: block;
    background: #930606;
    position: relative;
    z-index:9999;
	color: #fff;
	font-weight:normal;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.85em;
	border-radius: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	-webkit-transition: all ease 0.5s;
	border-top: 1px solid #d78403;
	font-weight: bold;
	text-transform: uppercase;

}
#nav li li a:hover {
    display: block;
    background: #d78403;
    position: relative;
    z-index:9999;
	color: #fff;
	-webkit-transition: all ease 0.5s;
	font-weight:normal;
	font-weight: bold;
	border-top: 1px solid #d78403;
}
#nav li li li a {
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
	#nav {
		width: 100%;
		list-style: none;
		float: right;
		position: relative;
		margin: 5px 0 0 0;
	}
    #nav > li {
        float: none;
		border-right: none;
		border-bottom: 1px solid #ededec;
    }
	#nav li:last-child { border-bottom: 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 .current a { 
		color:#fff; 	
		background-color:#930606; 
		border: none;  
	}
	#nav a {
		padding: 9px 12px 9px 12px;
		color:#666; 
		border: none;
	}
	#nav a:hover {
		color:#fff;
		-webkit-transition: all ease 0.5s;
		background-color:#930606; 
		border: none;
	}

}





@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .active {
        display: block;
    }
    .nav {
        width: 100%;
        list-style: none;
        float: right;
        position: relative;
        margin: 5px 0 0 0;
    }
    .nav > li {
        float: none;
        border-right: none;
        border-bottom: 1px dotted #322d2d;
    }
    .nav li:last-child {
        border-bottom: 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 a {
        padding: 10px 12px 10px 12px;
        color: #fff;
    }
}
















