/**
 * CSS dropdown menu created by Rick Christy | rchristy@bcbsm.com
 * version: 1.0
 */
 
/* fix for bcbsm.com style */
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: 1em;*/
  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;
}

/* fix for menu on /provider/hipaa_npi/5010.shtml page by laura langa-spencer */
body div#content ul.exception li {
  margin: 0;
  padding: 0;
  list-style-image:url(../../images/bullet.gif);
}

.dd_menu .submenu {
  display: none;
}
.dd_menu a {
  background: #fff url(/images/arrow_off.gif) no-repeat center left;
}
.dd_menu a.closed {
  color: #3c5eb6;
  /*font-weight: bold;*/
}
.dd_menu a.open {
  color: #3c5eb6;
  /*font-weight: bold;*/
  background: #fff url(/images/arrow_over.gif) no-repeat center left;
}
.dd_menu a:hover,
.dd_menu a:focus {
  text-decoration: none;
  color: #8a343d;
}

/*.dd_menu li a {   color:#3C5EB6; }
.dd_menu li a:hover,
.dd_menu li a:focus {
  text-decoration: none;
  color: #8a343d;
}*/

.indentbump {position:relative; left:20px;}

.indentbump2 {position:relative; left:40px;}
