/* !MAIN NAGIVATION */

.top-bar .toggle-topbar.menu-icon a {
	text-indent: -3em;
}

nav.top-bar,
nav.top-bar.expanded{
	background: url(../images/nav-top-stripe.png) 0.9375em top no-repeat;
	margin-top: -6px;
	margin-bottom: 0;
	padding-top: 6px;
	line-height: 1;
}
nav.top-bar{
	height: 90px;
	
}


.top-bar .title-area{
	margin: 0;
}

.nav-bar li{
	margin-top: 0;
	margin-bottom: 0;
}

.top-bar .title-area,
.top-bar-section ul{
	background: none;
	font-family: "myriad-pro-condensed", sans-serif;
	/* text-transform: uppercase; */
}
.top-bar ul li{
	margin: 0;
}

.top-bar .toggle-topbar a{
	font-size:1em;
}

.top-bar .name,
.top-bar-section li > a:not(.button){
	background: transparent;
	line-height: 39px;
	text-decoration: none;
	font-weight: normal;
	font-size:1em;
	padding: 0 10px;
}
.top-bar .name{
	height: 39px;
	padding: 0;
}	

.top-bar-section li.active a {
	background: transparent;
}

.top-bar-section li > a{
		font-size:1em;
		font-weight: normal;
	}

.top-bar-section .divider{
	border-color: #586D60;
	border-bottom: 0;
	
}

/*
.top-bar-section ul ul .divider{
	border-color: #586D60;
	border-bottom: 0;
}
*/

.top-bar.expanded .title-area{
	background: none;
}

.top-bar.expanded .toggle-topbar a  {
	color: #BDC7BF;
}
.top-bar.expanded .toggle-topbar a span{
	-moz-box-shadow: 0 10px 0 1px #BDC7BF, 0 16px 0 1px #BDC7BF, 0 22px 0 1px #BDC7BF;
	-webkit-box-shadow: 0 10px 0 1px #BDC7BF, 0 16px 0 1px #BDC7BF, 0 22px 0 1px #BDC7BF;
	box-shadow: 0 10px 0 1px #BDC7BF, 0 16px 0 1px #BDC7BF, 0 22px 0 1px #BDC7BF;	
}

nav.top-bar ul ul a{
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;

}

.top-bar-section .dropdown li.back a {
	color: #fff;
	text-shadow: 0px 0px 0px #000;
}

.top-bar-section .has-dropdown > a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 5px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 255, 255, 0.5);
	margin-right: 15px;
	margin-top: -4.5px;
	position: absolute;
	top: 50%;
	right: 0;
}
