/* General sizing */
ul.dropdown-lr {
  width: 300px;
}

nav{
	background-color:inherit !important;
	border:none !important;
}

nav ul{
	padding:0 !important;
	margin:0 !important;
}

nav a{
	color:#fff !important ;
}

.text-center a{
	color:#fff !important;
}

#drop-select{
	background:url(../pics/menu-select.png) left 50px bottom -1px no-repeat;
	height:20px;
	width:100%;
	position:absolute;
	z-index:1;
}

.dropdown-menu{
	background-color:#004f6e !important;
	border-radius:0px 0px 25px 25px ;
	width:100% !important;
}
.dropdown-menu ul{
	padding:0;
}

.dropdown-menu ul li{
	list-style:none;
}

.dropdown-menu li{
	line-height:40px;
}

/* mobile fix */
@media (max-width: 768px) {
	#menu{
		background-color:#004f6e;
	}
	nav{
		margin-top:10px  !important;
		z-index:999999999;
	}
	.dropdown-lr h3 {
		color: #eee;
	}
	.dropdown-lr label {
		color: #eee;
	}
	#select{
		display:none
	}
	#drop-select{
		display:none
	}

}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  width:100%;
  background-color:rgba(255,255,255,.030) !important;
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  color: #fff !important;
  background-color:rgba(255,255,255,.030) !important;
}

.nav li:hover{
	background-color:rgba(255,255,255,.030) !important;
}











