#level1_currentSection_currentPage a, #level1_currentSection a {
    background-color: #6a2d91;
    font-family: 'droid sans', Arial, sans-serif;
    color: #ffffff !Important;
    font-size: 17px !important;
    display: block;
    width: 100%;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 10px;
}
#level1_currentSection_currentPage a:hover, #level1_currentSection a:hover {
    color: #ffffff !important;
    background-color: #96ca50;
    text-decoration: none !important;
}