﻿/* Remove underline on hover for links in the main navigation header */
#rounded-nav-box a:hover { text-decoration: none; }

/* Add back the underline on hover for links in the categories dropdown menu */
#adv_categories a:hover { text-decoration: underline; }