/**

 * CSS dropdown menu created by Rick Christy | rchristy@bcbsm.com

 * version: 1.0
 */
 
/* fix for bcbsm.com style kruft (die die die) */
body div#content ul li {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* specify line height and font size for menu here */
.dd_menu ul, .dd_menu ul ul, .dd_menu ul ul ul {
  font-size: 12px;
  list-style-type: none;
  line-height: 24px;
  margin: 0;
}
/* specify padding between arrows and text here */
.dd_menu ul ul, .dd_menu ul ul, .dd_menu a, .dd_menu a.open, .dd_menu a.closed {
  padding-left: 14px;
}

.dd_menu ul {
  margin: 0;
  padding: 0;
}

.dd_menu .submenu {
  display: none;
}

.dd_menu a {
  background: #fff url(/provider/images/arr_rt.gif) no-repeat center left;
}

.dd_menu a.closed {
  color: #147;
  font-weight: bold;
}

.dd_menu a.open {
  color: #147;
  font-weight: bold;
  background: #fff url(/provider/images/arr_dn.gif) no-repeat center left;
}

.dd_menu a:hover {
  text-decoration: none;
  color: #e9a531;
}
