/* Beginning of Ticket 95274 - Steve */

/* To style Offset theme navigation to be similar to Horizon Left */

/* remove category dash and set to normal font weight */
#menu .dropdown a {
  font-weight: normal!important;
}

#menu .dropdown span.before {
  visibility: hidden!important;
  margin-left: -15px!important;
}

/* Removes active group arrow */
#menu li.category .category_name.active:after,
#menu li.category .category_name.active:hover:after {
  visibility: hidden!important;
}

/* Removes inactive group arrow*/
#menu li.category .category_name:after {
  visibility: hidden!important;
}

/* increase width of menu */
body.gallery #menu_wrap,
body.simple #menu_wrap,
body.blog #menu_wrap,
body.listing #menu_wrap {
  width: 190px; /* 140px */
}

/* h1 to normal weight, not bold */
h1 {
  font-weight: normal;
}

/* End of Ticket 95274 */