﻿/* Menu CSS */
/********************************************************************/
#dnnStandardMenu 						{ padding: 0 0 0 224px; }
#dnnStandardMenu .dnnNav				{ margin: 0; position: relative; z-index: 99;}
#dnnStandardMenu .dnnNav:after			{ clear: both; content: "."; display: block; height: 0; visibility: hidden; }
#dnnStandardMenu .root					{ float: left; display: block; padding: 0; list-style: none; position: relative; }
#dnnStandardMenu .root.last				{ border: none; }
#dnnStandardMenu .root .roottxt			{ display: block; text-decoration: none; cursor: pointer; padding: 12px 15px; color: #fff;
										font-family: 'Oswald',Arial,Helvetica,sans-serif; text-transform: uppercase; font-size: 18px; font-weight: 100;
										line-height: 22px; position: relative; margin: 0; }
#dnnStandardMenu .root.exp .roottxt,
#dnnStandardMenu .root.sel .roottxt,
#dnnStandardMenu .root .roottxt:hover	{ background: #182a55; }
#dnnStandardMenu .root .dropdown		{ display: none; position: absolute; background: #182a55; padding: 18px 0; z-index: 1; }
#dnnStandardMenu .root .m0				{ display: none; list-style: none; margin: 0; padding: 0 0 0 224px; margin: auto; width: 752px; }
#dnnStandardMenu .root .normalNav		{ float: none; padding: 18px; width: 250px; }
#dnnStandardMenu .root .normalNav .m0	{ padding: 0; width: auto; }
#dnnStandardMenu .root .normalNav		{ width: 250px; }
#dnnStandardMenu .root .normalNav .m0	{ width: auto; }
#dnnStandardMenu .root .m0:after		{ clear: both; content: "."; display: block; height: 0; visibility: hidden; }
#dnnStandardMenu .root ul				{ margin: 0; padding: 0; }
#dnnStandardMenu .root ul li			{ margin: 0; padding: 0 0 0 ; list-style: none; }
#dnnStandardMenu .root .m0 .txt			{ color: #fff; }
#dnnStandardMenu .root .col 	 		{ float: left; padding: 0 14px; list-style: none; display: block; position: relative; max-width: 180px; }
#dnnStandardMenu .root .col:before		{ content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 1px; background: #133c7e; }
#dnnStandardMenu .root .col.first:before{ display: none; }
#dnnStandardMenu .root .mi2				{ position: relative; }
#dnnStandardMenu .root .mi1 .txt		{ font-family: 'Oswald',Arial,Helvetica,sans-serif; font-size: 16px; line-height: 20px; 
										text-decoration: none; font-weight: normal; text-transform: uppercase;
										display: block; padding: 4px 0; color: #5199dd; word-break: break-word; }
#dnnStandardMenu .root .mi1 .txt:hover	{ color: #fff; }
#dnnStandardMenu .root .mi2 .txt		{ font-family: 'Open Sans',Arial,Helvetica,sans-serif; font-size: 14px; font-weight: 300; 
										font-style: normal; line-height: 18px; text-decoration: none; display: block; padding: 4px 0; 
										color: #fff; text-transform: none; }
#dnnStandardMenu .root .mi2 .txt:hover	{ color: #5199dd; }

@media screen and (max-width: 780px){
	#dnnStandardMenu 					{ padding: 0; }
	#dnnStandardMenu .root .m0			{ padding: 0; width: auto; }
}