.subnav_dd {
	background-color:#4C8492 !important;
	padding:10px !important;
	position:absolute !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size:14px !important;
	font-weight:normal;
	color:#ffffff !important;
	border:solid 0px #cccccc !important;
	display:block !important;
	z-index:9999 !important;
	text-align:left !important;
	min-width:200px !important;
	margin-left:0px !important;
	position:absolute !important;
	left:-10000px; /* leave this at -10000 */
	height:auto; /* leave this auto */
	overflow:hidden; /* leave this hidden */
	top:35px !important;
	outline:none !important;
	/* dropdown speed */
	-webkit-transition:height 0.2s;
	transition:height 0.2s;
	margin-top:4px !important;
}

/* left value here should be 0 or whatever looks best once the menu pops up */
.dd_hover .subnav_dd{
	left:0px !important;
}

.subnav_dd div {
	padding:5px !important;
	-webkit-transition:background-color 0.3s;
	transition:background-color 0.3s;
}

.subnav_dd a:last-child div{border-bottom:none !important;}

.subnav_dd div:hover,.subnav_dd div:hover a {
	background-color:#fff !important;
	color:#4C8492 !important;
}

.subnav_dd a:link, .subnav_dd a:visited {
	text-decoration:none !important;
	color:#ffffff !important;
}

.subnav_dd a:hover {
	text-decoration:none !important;
	color:#ffffff !important;
}

/* This can be used for a two column layout for menus that have alot of items. This css can be deleted if there is no need for it.  
#subnav_eprocedures{
	height: 388px !important;
	width: 432px !important;
}
#subnav_eprocedures div {
    display: inline-block;
    vertical-align: top;
    width: 200px;
}
*/
