.subnav_dd {
	background-color:#fff;
	padding:0px;
	position:absolute;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666;
	border:solid 1px #cccccc;
	border-top: 3px solid #F95951;
	display:block;
	z-index:100;
	text-align:left;
	text-transform:capitalize;
	min-width:200px;
	position:absolute;
	left:-10000px; /* leave this at -10000 */
	height:auto; /* leave this auto */
	overflow:hidden; /* leave this hidden */
	top:56px;
	/* 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:8px 15px;
	-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 {
	margin-left:5px;
	color:#F95951;
}

.subnav_dd a:link, .subnav_dd a:visited {
	text-decoration:none;
	color:#666;
}

.subnav_dd a:hover {
	text-decoration:none;
	color:#CCB12E;
}
