/* set the dropdown width - note we are only editing the 'electronics' dropdown' */
#anav li.top_level.nav-weight-loss ul.dropdown {
  width: 50em;
}

/* now set the width of the columns. Note: it's very important that we
include all the css selectors otherwise we risk making global changes */
#anav li.top_level.nav-weight-loss ul.dropdown li.columns.col_0 {
  width: 15em;
}

#anav li.top_level.nav-weight-loss ul.dropdown li.columns.col_1 {
  width: 30em;
}

/* set the dropdown width - note we are only editing the 'electronics' dropdown' */
#anav li.top_level.nav-body-building ul.dropdown {
  width: 50em;
}

/* now set the width of the columns. Note: it's very important that we
include all the css selectors otherwise we risk making global changes */
#anav li.top_level.nav-body-building ul.dropdown li.columns.col_0 {
  width: 15em;
}

#anav li.top_level.nav-body-building ul.dropdown li.columns.col_1 {
  width: 15em;
}
