/**
 * CSS dropdown menu created by Rick Christy | rchristy@bcbsm.com
 * version: 1.0
 */
 
/* fix for bcbsm.com style kruft (die die die) */
.li_indent {
	border: 0px solid silver;
	margin: 0 0 -18px -35px;
}

.dd_menu .submenu {
	display: block;
	font-size: 12px;
	width: 420px;
}
.dd_menu a.closed {
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	background: transparent;
	cursor: text;
	padding-left: 0px;
	text-decoration: none;
}
.dd_menu a.closed:hover {
	color: #04B4ee;
	font-size: 12px;
	cursor: text;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
}
.dd_menu a:hover {
	color: #000;
	font-size: 12px;
}
.dd_menu ul, .dd_menu ul ul, .dd_menu ul ul ul {
	font-size: 12px;
	list-style-type: none;
	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: 2px;
}
.dd_menu ul {
	margin: 0;
	padding: 0;
}
.dd_menu .submenu {
	display: none;
}
.dd_menu a {
	background: none url(/ceb/css/arr_rt.gif) no-repeat center left;
}
.dd_menu a.closed {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.dd_menu a.open {
	color: #000;
	font-weight: bold;
	background: transparent url(/ceb/css/arr_dn.gif) no-repeat center left;
}
.dd_menu a:hover {
  text-decoration: none;
  color: #04B4ee;
}
.name {
	color:#0063dc;
}
