take away this here'm
Code:
#mainNavigationBar a {
color: #666;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
text-decoration: none;
display: inline-block;
line-height: 45px;
padding-left: 10px;
padding-right: 10px;
}
#mainNavigationBar a: hover {
color: #0C6;
background-color: #0CF;
}