.navbar-header {
	background-color: #fefefc;
	border-bottom:1px solid #B0CBE0;
}

.navbar.fixed .navbar-collapse {
    float: right !important;
}

.navbar-nav > li > a {
	color:#325DA1;
	font-size:1.1em;
	-webkit-transition:color 200ms ease;
	-moz-transition:color 200ms ease;
	-ms-transition:color 200ms ease;
	-o-transition:color 200ms ease;
	transition:color 200ms ease;
}

.navbar-nav > li > a:hover {
	color:#808080;
}

.navbar-brand img {
	height:80px;
}

.navbar.fixed .navbar-brand {
    display: block;
	padding:0;    
	box-shadow:none;
}

.navbar.fixed .navbar-brand img {
	height:42px;
	margin-top:6px;
}
