.navbar {
	margin-bottom: 0px;
}

.navbar.navbar-dfat .navbar-nav> li {
	line-height: 0px;
}

.navbar.navbar-dfat .navbar-nav> li > a {
  color: #fff;
  background-color: #00446d;
  max-width: 160px; 
  font-size: 0.9em;  
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 2px;
}
@media all and (max-width:990px){
	.navbar.navbar-dfat .navbar-nav> li > a {
		max-width: 100%;
	}
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-image: none;
}
@media all and (min-width:991px){
	.navbar .navbar-nav > li.divider {
    	height: 55px;
	}
}
@media all and (max-width:990px){
	.navbar .navbar-nav > li.divider {
    	height: 0px;
	}
}
.navbar.navbar-dfat .navbar-nav .menu-table{
	min-height: 50px;
	display: table
}
.navbar.navbar-dfat .navbar-nav .menu-row{
	display: table-row;
	height: 100%
}

.navbar.navbar-dfat .navbar-nav .menu-row > span:nth-of-type(1) {
    max-width: 85px;
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 5px;
}

@media all and (max-width:990px){
	.navbar.navbar-dfat .navbar-nav .menu-row > span:nth-of-type(1) {
		max-width: 100%;
	}
}

span.menu-row  > span.caret:before{	
	content: "\f107";
}


span.menu-row  > span.caret{
	position: relative; width: 8px; height: 20px; font-family: FontAwesome; margin-left: 8px; border: none;
}


span.menu-row  > span.caret{
	display: table-cell;
	vertical-align: bottom;
	width: 25px;
    text-align: right;
	padding-bottom: 5px;
}

.navbar-grid [class^=col-] {padding-top: 10px;padding-bottom: 10px;background-color: transparent;}   
.navbar-grid { clear: both; line-height: normal;}   

.navbar-grid .title {
	font-size: 1.4em;
	font-weight: 300;
	text-decoration: underline;
	letter-spacing: 0.1px;
	line-height: 32px;
}
