Kill Firefox Focus on links
/*The next set of styles were added to solve the Firefox outlining the edges of
links in the navigation bar. */
a {
user-focus: none;
outline : none;
-moz-user-focus: none;
-moz-outline: none;
behavior: url(/includes/userfocus.htc)
}
a:focus {
user-focus: none;
outline : none;
-moz-user-focus: none;
-moz-outline: none;
behavior: url(/includes/userfocus.htc)
}
/*end of Firefox border fix.*/