.dropdown-menu {
  /*
		border-radius: @border-radius-base;
		padding: 0;
		margin: 0;
		-webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
       -moz-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
            filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
	> li {
		margin-bottom: 0;
	}
	> li > a {
		padding: 8px 20px;
		border-bottom: 1px solid @dropdown-border;
		text-decoration: none;
		text-transform: uppercase;
		font-size: ceil(@font-size-base * .666666);
		font-weight: 600;
		text-align: center;
		letter-spacing: 1px;
	}
	> li:first-child > a {
		border-radius: 4px 4px 0 0;
	}*/
  /*
	> li:first-child > a:after, 
  	> li:first-child > a:before {
		bottom: 100%;
		left: 15%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none; 
	}
  	> li:first-child > a:after {
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #fff;
		border-width: 10px;
		margin-left: -10px; 
	}
  	> li:first-child > a:before {
		border-color: rgba(238, 238, 238, 0);
		border-bottom-color: @dropdown-border;
		border-width: 11px;
		margin-left: -11px; 
	}
	*/
}
.dropdown-menu > li:last-child > a {
  border-radius: 0 0 4px 4px;
  border-bottom-width: 0;
}
.dropdown-menu > li:first-child > a:hover:after {
  border-bottom-color: #5bc0de;
}
.dropdown-menu.dropdown-menu-center {
  margin-left: -80px;
  left: 50% !important;
}
.navbar {
  border-width: 1px 0;
}
.navbar-nav > li {
  margin-bottom: 0;
}
.navbar-nav > li > a {
  outline: none;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: none;
  }
  .navbar-nav > li,
  .navbar-nav > li > a {
    display: inline-block;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-nav > li > a {
    margin: 0 17px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
  }
  .navbar-nav > li:first-child > a {
    margin-left: 0;
  }
  .navbar-nav .dropdown-menu > li:first-child > a:after,
  .navbar-nav .dropdown-menu > li:first-child > a:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .navbar-nav .dropdown-menu > li:first-child > a:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
  }
  .navbar-nav .dropdown-menu > li:first-child > a:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #eeeeee;
    border-width: 11px;
    margin-left: -11px;
  }
  .navbar-nav .dropdown-menu > li:first-child > a:hover:after {
    border-bottom-color: #5bc0de;
  }
  .navbar-right > li:last-child > a {
    margin-right: 0;
  }
  .navbar-center {
    text-align: center;
  }
  .navbar-center > li:first-child > a {
    margin-left: 17px;
  }
}
.navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
