.toggleMenu {
	background: url("/css/img/menu.png") no-repeat scroll right center;
font-size: 21px;
width: 45px;
cursor: pointer;
height: 25px
}
.nav {list-style: none;
background: #F0F0F0;
position: absolute;
margin: 4px auto;
right: 0px;
width: 54%;
margin-right: 10px;
  z-index: 1000;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
	width: 9em;
}
.nav a {
	padding: 6px 8px;
	color: #6F6F6F;
}
.nav li {
	position: relative;
}
.nav > li {
	float: left;
	border-bottom: 1px solid #C9CACA;
}
.nav > li > .parent {
	background-image: url(../images/downArrow.png);
	background-repeat: no-repeat;
	background-position: right;
}
.nav > li > a {
	display: block;
font-size: 15px;
text-decoration: none;
text-align: left;
font-weight: normal;
font-style: normal;
}
.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: #666;
	position: relative;
	z-index: 100;
	border-top: 1px solid #175e4c;
}
.nav li li li a {
	background: #249578;
	z-index: 200;
	border-top: 1px solid #1d7a62;
}
.nav a:hover {
	color: #FFF;
	background-color: #a0311b;
}
.nav1 {
	display: block;
}
.nav2 {
	display: none;
}
 @media screen and (max-width: 768px) {
.nav1 {
	display: none;
}
.nav2 {
	display: block;
text-align: right;
}
.active {
	display: block;
}
.nav > li {
	float: none;
}
.nav > li > .parent {
	background-position: 95% 50%;
}
.nav li li .parent {
	background-image: url(../images/upArrow.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;
}
}