.template_dropdown_container {
opacity:0; 
visibility: hidden;
position: absolute; 
margin: 25px 0 0 0; 
position: absolute; 
margin: 0 auto 0 auto; 
border-top: 5px solid #6e7377;
border-bottom: 1px solid #6e7377; 
z-index: 9999; 
padding: 10px 0 10px 10px; 
background: none repeat scroll 0% 0% rgb(28, 28, 28);
padding: 25px;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
.template_dropdown_container:hover > .template_nav_main li a.navitem { color: #fff; text-decoration: none;}

.template_nav_main li:hover > .template_dropdown_container { visibility: visible; opacity:9;-webkit-transition: opacity;-webkit-transition-timing-function: ease-out;-webkit-transition-duration: 250ms;}

	.template_dropdown_pod { float: left; color: #fff; min-width: 185px;}
	.template_dropdown_pod ul { margin: 0; padding: 0 0 10px 0!important;}
	ul.template_dropdown_pod_float { float: left; width: 155px; padding-bottom: 10px;}
	.template_dropdown_pod li { padding:0!important; float:none; list-style-type: none; line-height: 18px;}
		.template_dropdown_pod li.template_dropdown_title { float: none; list-style-type: none; line-height: 18px; color: #22292e; font-size: 11px; font-weight: bold; text-transform: uppercase!important;}
		.template_dropdown_pod li.template_dropdown_sub_title { float: none; list-style-type: none; line-height: 25px; color: #ed6914; font-size: 11px; font-weight: bold; text-transform: uppercase!important;}
		.template_dropdown_pod li.template_dropdown_title_blank { line-height: 18px;}
	.template_dropdown_pod a {text-decoration: none; background: none!important; color: rgb(219, 219, 219)!important; line-height: 18px; text-transform: none; display: block; width: 150px!important; padding: 0!important; text-transform: none; font-weight: normal;}
	.template_dropdown_pod a:hover { color: #fff!important; text-decoration: none!important;}
	
	.template_dropdown_pod_list { margin: 0 0 10px 0!important; padding: 0 0 0 10px!important;}
	.template_dropdown_pod_list a { text-transform: none; display: block; width: 130px; text-transform: none; font-style: normal;}
	.template_dropdown_pod_sub { font-style: italic; font-size: 10px; color: #ccc; font-weight: bold; text-transform: none!important;}
	
