.toggleMenu {
	display: none;
	text-indent: -9999px;
	background: url(../images/toggle_icon.png) no-repeat;
	width: 40px;
	height: 40px;
	float: left;
	margin: 10px 0 0;
	border-radius: 3px;
}
.nav {
	list-style: outside none none;
	margin: 38px 0 0 0;
	margin-bottom: 0px !important;
	margin-left: 0;
	list-style: none;
 *zoom: 1;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
	width: 16em;
	margin: 0;
	padding: 0;
}
.nav a {
	padding: 5px 0 0 5px;
	color: #505050 !important;
	font-family: 'robotoregular';
	font-weight: normal;
	margin-top: 0;
}
.nav li {
	position: relative;
	margin: 0 0 0 1px;
	border-bottom: 3px solid #fff;
}
.nav > li {
	float: left;
}
.nav > li > .parent {
	/*background-image: url("../images/downArrow.png");*/
	background-repeat: no-repeat;
	background-position: right;
}
.nav > li > a {
	display: block;
}
.nav {
	list-style-type: none;
	padding: 0;
	text-align: center;
	font: bold 16px Georgia;
}
.nav li {
	display: inline;
	margin-right: 14px;
}
.nav li a {
	position: relative;
	color: black;
	padding-bottom: 8px;
	text-decoration: none;
}
.nav li:hover {
	border-bottom: 3px solid #133a5d;
}
.nav li a:hover {
	color: #00203c !important
}
.nav li a:hover:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: 0;
	border-width: 5px;
}
.nav li.current-menu-item {
	border-bottom: 3px solid #133a5d;
	color: #00203c !important
}
.nav a:hover {
	color: #00203c;
}
.nav li ul {
	position: absolute;
	left: -9999px;
	z-index: 9999;
	background: url(../images/sub_menu_bg.png) repeat;
	border-radius: 3px;
}
.nav li ul li {
	margin: 0 !important;
}
.nav li ul li a {
	padding: 8px 10px;
}
.nav > li.hover > ul {
	left: 0;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}
.nav li li a {
	display: block;
	position: relative;
	z-index: 100;
	font-size: 14px;
	color: #505050;
}
.nav li li a:hover {
	color: #fff;/*background:#15328b;*/
}
.nav li li li a {
	z-index: 200;
	font-size: 14px;
}
.nav .current_page_item a {
	color: #00203c;
}
.nav .current_page_item ul li a {
	color: #fff;
	font-weight: normal;
}
.nav .current-page-ancestor a {
	color: #fff;
}
.nav .current-page-ancestor ul li a {
	color: #fff;
	background: #ff7800;
}
.nav .current-page-ancestor ul li.current_page_item a {
	color: #fff;
	background: #ff7800;
}
.nav .current-page-ancestor ul li.current_page_item ul li a {
	color: #fff;
	background: #ff7800;
}
.nav .current_page_parent a {
	color: #fff;
}
.nav .current_page_parent ul li a {
	color: #fff;
	font-weight: normal;
}
.nav .current_page_parent ul .current-menu-item a {
	color: #fff;
	background: #ff7800;
}
.nav .current-page-ancestor ul li.current-page-ancestor a {
	color: #fff;
}
.nav .current-page-ancestor ul li.current-page-ancestor ul li a {
	color: #fff;
	font-weight: normal;
}
.nav .current-page-ancestor ul li.current-page-ancestor ul li.current_page_item a {
	color: #fff;
}

@media screen and (max-width: 767px) {
.active {
	display: block;
}
.nav > li {
	float: none;
	border-bottom: 1px solid #c0c0c0;
}
.nav > li > .parent {
	background-position: 95% 50%;
}
.nav > li > .parent {
	background-image: url(../images/downArrow.png);
	background-repeat: no-repeat;
	background-position: 98%;
}
.nav > li > .parent:hover {
	background-image: url(../images/downArrow.png);
	background-repeat: no-repeat;
	background-position: 98%;
}
.nav > li.hover .parent {
	background-image: url(../images/upArrow.png);
	background-repeat: no-repeat;
	background-position: 98%;
}
.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
}
}
