nav ul li:hover {
     background-color: #8F0386;
}

nav ul a {
     font-size: 12px;
}

nav ul li.active {
     background-color: #337ab7;
}