/* Styling for menu items */ 
body #navbar .navbar-nav > li > a {
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    font-family: Arial;
    background-color: transparent;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 24px;
    border-bottom:none !important;
}

/* Styling for active menu items */ 
body #navbar .navbar-nav li a.active {
 color: #fff;
  background-color: #000;
 border-bottom: none;
 border-radius:8px;  
 padding-top:5px;
 margin-top: 10px;

}

