#menuwrapper {

}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#physician_licenses, #physician_licenses ul {
	padding: 0;
	margin: 0;
	text-align: left;
	list-style: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#physician_licenses a {
	display: block;
	text-align: left;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	border-right: 1px solid #333;
	font-size: 10px;
	color: #000000;
}

#physician_licenses a.trigger {
	padding: 3px 10px 3px 10px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right center;
}

#physician_licenses li {
	float: left;
	width: 9em;
}

#physician_licenses li ul, #physician_licenses ul li  {
	width: 190px;
}

#physician_licenses ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 22px;
}

#physician_licenses li ul {
	position: absolute;
	text-align: left;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(/images/drop_menu/menugradient.jpg);
	background-repeat: repeat-x;
}

#physician_licenses li:hover a, #physician_licenses a:focus,
#physician_licenses a:active, #physician_licenses li.p7hvr a {
	color: #000000;
	text-decoration: underline;
	text-align: left;
}

#physician_licenses li:hover ul, #physician_licenses li.p7hvr ul {
	display: block;
	text-align: left;
}

#physician_licenses li:hover ul a, #physician_licenses li.p7hvr ul a {
	color: #000000;
	text-decoration: underline;
	text-align: left;
	background-color: transparent;
}

#physician_licenses ul a:hover {
text-decoration: none;
text-align: left;
	color: #000000!important;
}

#physician_licenses li {width: auto;}
