body, nav, ul, li, a {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
}
.container2 {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.toggleMenu {
	display: none;
	background: rgba(63,63,63,1);
	background: -moz-linear-gradient(top, rgba(63,63,63,1) 0%, rgba(53,53,53,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63,63,63,1)), color-stop(100%, rgba(53,53,53,1)));
	background: -webkit-linear-gradient(top, rgba(63,63,63,1) 0%, rgba(53,53,53,1) 100%);
	background: -o-linear-gradient(top, rgba(63,63,63,1) 0%, rgba(53,53,53,1) 100%);
	background: -ms-linear-gradient(top, rgba(63,63,63,1) 0%, rgba(53,53,53,1) 100%);
	background: linear-gradient(to bottom, rgba(63,63,63,1) 0%, rgba(53,53,53,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#353535', GradientType=0 );
	padding: 2% 2%;
	color: #ffffff;
	width: 96%;
	font-size:16px;
	font-weight:bold;
}


.nav {
	list-style: none;
 *zoom: 1;
	background: rgba(63,63,63,1);
	background: -moz-linear-gradient(top, rgba(63,63,63,1) 0%, rgba(53,53,53,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63,63,63,1)), color-stop(100%, rgba(53,53,53,1)));
	background: -webkit-linear-gradient(top, rgba(63,63,63,1) 0%, rgba(53,53,53,1) 100%);
	background: -o-linear-gradient(top, rgba(63,63,63,1) 0%, rgba(53,53,53,1) 100%);
	background: -ms-linear-gradient(top, rgba(63,63,63,1) 0%, rgba(53,53,53,1) 100%);
	background: linear-gradient(to bottom, rgba(63,63,63,1) 0%, rgba(53,53,53,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#353535', GradientType=0 );
border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
border: 1px solid #000000;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
	width: 250px;
}
.nav a {
	padding: 15px 20px;
	color: #ffffff;
}

.nav a:hover {
	color: #1776db;
	font-weight:bold;
}

.nav li {
	position: relative;
}
.nav > li {
	float: left;
	border-top: 0px solid #000000;
}
.nav > li > .parent {
	background-image: url("images/downArrow.png");
	background-repeat: no-repeat;
	background-position: right;
}
.nav > li > a {
	display: block;
	border-right: 1px solid #000000;
}
.nav li ul {
	position: absolute;
	left: -9999px;
}
.nav > li.hover > ul {
	left: 0;
	
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}
.nav li li a {
	display: block;
	background: #353535;
	position: relative;
	z-index: 100;
	border-top: 1px solid #000000;
}
.nav li li li a {
	background: #e5e5e5;
	z-index: 200;
	border-top: 1px solid #000000;
}
 @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;
}
}
