.nav_button 
{
  font: bold 14px Arial;
  text-decoration: none;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.nav_list 
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;

}

.nav_list > li 
{
 float: right;
  border-left:1px solid #bbb;
}

.nav_list > li:last-child 
{
  border-right: none;
}


.nav_list > li a:hover:not(.active) {
  background-color: #111;
}

.active {
  background-color: #04AA6D;
}

.nav_right_align
{  
 	padding: 20px 0;
	float: right!important
}

.navbar-header:after, .navbar-header:before {
	display: table;
	content: " "
}
.navbar-header:after {
	clear: both
}