@charset "UTF-8";
/* CSS Document */

ul#megaMenu a:link, ul#megaMenu a:visited { 
	background: #f3f3f3 url(/core/images/ui/btn_nav.gif) no-repeat -400px bottom; 
	color: #333; 
	text-transform: uppercase; 
	padding: 14px 10px 8px 10px; 
	line-height: 18px; 
	font-size: 18px;
}

ul#megaMenu a:hover, 
ul#megaMenu a:active, 
ul#megaMenu a:visited:hover,
ul#megaMenu a.ekflexmenu_link_selected,
ul#megaMenu li.hover a:link,
ul#megaMenu li.hover a:hover,
ul#megaMenu li.hover a:visited,
ul#megaMenu li.hover a:active,
ul#megaMenu :hover a, 
ul#megaMenu :hover ul a { background: #000 url(/core/images/ui/btn_nav.gif) no-repeat left bottom; color:#f4c81f; }


ul#megaMenu .sub ul a:link,
ul#megaMenu .sub ul a:visited,
ul#megaMenu .sub ul a:hover,
ul#megaMenu .sub ul a:active { background: none; }

ul#megaMenu {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
}

ul#megaMenu li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
	list-style: none;
}

ul#megaMenu > li:last-child a:link, ul#megaMenu > li:last-child a:visited
{
    background: #ffe630; /* Old browsers */
    background: -moz-linear-gradient(top, #ffe630 0%, #ffc01b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe630), color-stop(100%,#ffc01b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffe630 0%,#ffc01b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffe630 0%,#ffc01b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffe630 0%,#ffc01b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffe630 0%,#ffc01b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe630', endColorstr='#ffc01b',GradientType=0 ); /* IE6-9 */
}

ul#megaMenu > li:last-child a:hover 
{
    color:#000;
    background: #ffd42a; /* Old browsers */
    background: -moz-linear-gradient(top, #ffd42a 0%, #ffb521 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd42a), color-stop(100%,#ffb521)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffd42a 0%,#ffb521 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffd42a 0%,#ffb521 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffd42a 0%,#ffb521 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffd42a 0%,#ffb521 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd42a', endColorstr='#ffb521',GradientType=0 ); /* IE6-9 */
}

ul#megaMenu a:link,
ul#megaMenu a:visited{
	float: left;
	text-decoration: none;
	border-bottom: none;
}

ul#megaMenu a ul a:link,
ul#megaMenu a ul a:visited:hover { 
	background-image: none;
	background-color: transparent;
	font-family: arial;
}

ul#megaMenu li .sub {
	position: absolute; /*--Important--*/
	top: 40px; left: 0;
	z-index: 99999;
	background: #606060; 
	padding: 10px 10px 10px;
	float: left;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; 
}
ul#megaMenu li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#megaMenu li .sub ul{
	list-style: none;
	margin: 0; padding: 0;

}
ul#megaMenu .sub ul li {
	width: 170px;
	float: left;
	margin-right: 5px;
	color: #fff;
}

ul#megaMenu .drop ul li{
	float:none;
}

ul#megaMenu .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#megaMenu .sub ul li h2 a:link,
ul#megaMenu .sub ul li h2 a:visited { /*--Sub nav heading link style--*/
	padding: 5px 0;
	color: #f4c81f;
}
ul#megaMenu .sub ul a:link,
ul#megaMenu .sub ul a:visited {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	padding: 7px 5px 7px 0;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
ul#megaMenu .sub ul li a:hover,
ul#megaMenu .sub ul li a:active, 
ul#megaMenu .sub ul li a:visited:hover{
	color:#f4c81f;
}

ul#megaMenu .drop ul a:link,
ul#megaMenu .drop ul a:visited,
ul#megaMenu .sub ul ul a:link,
ul#megaMenu .sub ul ul a:visited { 
	font-size: 12px;
	text-transform:none;
	font-weight: normal;
	border-bottom: 1px dotted #eee;
	padding-left: 15px;
}

ul#megaMenu .drop ul a:hover,
ul#megaMenu .sub ul ul li a:hover,
ul#megaMenu .sub ul ul li a:active,
ul#megaMenu .sub ul ul li a:visited:hover {
	background: #333;
}