/**
 * CSS dropdown menu created by Rick Christy | rchristy@bcbsm.com
 * version: 1.0
 */
 
/* fix for bcbsm.com style kruft (die die die) */
.dd_menu .submenu {
	display: block;
	font-size: 12px;
	width: 300px;
}
.dd_menu a.closed  { color: #fff; font-size: 12px; font-weight: normal; text-decoration: none; background-color: transparent; background-position: 0 0; cursor: text; padding-left: 0 }
.dd_menu a.closed:hover   { color: #3c5eb6; font-size: 12px; font-weight: bold; text-decoration: underline; background-color: transparent; background-position: 0 0; cursor: text }
.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   { color: #3c5eb6; background-color: transparent; background-position: 0 0 }
.dd_menu a.closed   { color: #3c5eb6; font-size: 12px; font-weight: bold; background-image: url(/images/arrow_off.gif); background-repeat: no-repeat; background-position: 0 0; padding-left: 10px }
.dd_menu a.open   { color: #000; font-weight: bold; text-decoration: none; background-color: transparent; background-position: left center; padding-left: 10px }
.dd_menu a:hover   { color: #3c5eb6; text-decoration: underline }
.dentist_name {
	color:#0063dc;
}
