@media (min-width: 767px) {
	  
	  
	.navbar-default .navbar-nav > li > a {
    color: #0F0F0F;
    display: block;
    font-family: Helvetica,Helvetica Neue,Arial,Open Sans,sans-serif;
    font-weight: bold;
    line-height: 77px;
    padding: 0 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background: none;
}

.navbar-default .navbar-nav > .active > a {
  color: #00919e;
  background: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #00919e;
  background: none;
}
	  
  nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}
	
	nav ul {
	background: #efefef;
	color:#FFF;
	background: linear-gradient(top, #f9f8f8 0%, #d2d2d2 100%);  
	background: -moz-linear-gradient(top, #f9f8f8 0%, #d2d2d2 100%); 
	background: -webkit-linear-gradient(top, #f9f8f8 0%,#d2d2d2 100%); 
	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}
	
	nav ul li {
	float: left;
}
	nav ul li:hover {
		background: #4b545f;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		color:#FFF;
	}
		nav ul li a:hover{
			color: #fff;
		}
	
	nav ul li a {
		display: block; padding: 25px 40px;
		color: #fff; text-decoration: none;
	}
	
	nav ul ul {
	background: #5f6975; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
	nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
	}
		nav ul ul li a {
			padding: 15px 40px;
			color: #fff;
		}	
			nav ul ul li a:hover {
				background: #4b545f;
			}
			
	nav ul ul ul {
	position: absolute; left: 100%; top:0;
}		

  }
  
  
  
   @media (max-width: 767px) {
	   nav ul ul li a {
			padding: 15px 40px 25px 30px;
			
			line-height:30px;
		}	
   }