.subnav_dd {
	background-color:#0196D8;
	padding:10px;
	position:absolute;
	font-family:'Lato', sans-serif;
	font-size:13px;
	color:#ffffff;
	border:solid 0px #cccccc;
	display:block;
	z-index:100;
	text-align:left;
	min-width:200px;
	position:absolute;
	left:-10000px; /* leave this at -10000 */
	height:auto; /* leave this auto */
	overflow:hidden; /* leave this hidden */
	top:44px;
	/* dropdown speed */
	-webkit-transition:height 0.2s;
	transition:height 0.2s;
}

/* left value here should be 0 or whatever looks best once the menu pops up */
.dd_hover .subnav_dd{
	left:0px;
}

.subnav_dd div {
	padding:5px;
	-webkit-transition:background-color 0.3s;
	transition:background-color 0.3s;
}

.subnav_dd a:last-child div{border-bottom:none;}

.subnav_dd div:hover,.subnav_dd div:hover a {
	background-color:#fff;
	color:#0196D8;
}

.subnav_dd a:link, .subnav_dd a:visited {
	text-decoration:none;
	color:#ffffff;
}

.subnav_dd a:hover {
	text-decoration:none;
	color:#ffffff;
}

 /*
#subnav_eprocedures{
	height: 390px !important;
	width: 460px !important;
}
#subnav_eprocedures div {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
*/