﻿
/* for the drop-down menu colors*/
.dropdown-menu a:hover, a:focus {
    background-color: #53A0B8; /*well this is as close as I could get for now, revisit later!*/
    color: white;
}
