<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----------------------------------*/
/* &gt;&gt; Dropdown Navigations &lt;&lt;&lt;-----*/
/* -----------------------------------*/
#custom-navigation {
	margin: 0px 0px 15px;
	padding: 0px 0px 8px;
	float: left;
	width: 100%;
	}


#supernav ul {
	background: transparent;
}



#supernav li:hover {
	position: relative;
	display: inline-block;
	float: left;
	
	margin: 0px;
	padding: 0px;
	
	}

#supernav li li{
	background: url(none)!important;
	padding: 0px!important;
	}

#supernav li ul {
	position: absolute;
	left: 104px;
    top: -5px;
	display: none;
	margin: 0px;
	padding: 0px;
	width: 250px;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	border-top-width: 0px;
	border-top-style: none;
	list-style-type: none;
	}

/* Styles for Menu Items */


#supernav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
	padding: 3px 12px 3px 17px;
	margin: 0px;
	float: left;
	background: #000000!important;

	width: 215px;
	font-size: 9px;
	line-height: 14px;
	border-left: 0px none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
	}
#supernav ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
	background: #333!important;
	padding: 3px 12px 3px 17px;
	margin: 0px;
	float: left;

	width: 215px;
	border-left: 0px none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
	}

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#supernav li:hover ul, #supernav li.over ul { display: block; } /* The magic */
#custom #supernav li ul li:hover ul, #custom #supernav li ul li.over ul { display: block; } /* The magic */
#custom #supernav li ul li ul li:hover ul, #custom #supernav li ul li ul li.over ul { display: block !important; } /* The magic */
/* -----------------------------------*/
/* &gt;&gt; End Dropdown Navigations &lt;&lt;&lt;-----*/
/* -----------------------------------*/
#custom #supernav li ul li ul {
	position: absolute;
	left: 240px; /* Set 1px less than menu width */
	top: 0px;
	display: none;
	margin: 0px;
	padding: 0px;
	width: 250px;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	border-top-width: 0px;
	border-top-style: none;
	list-style-type: none;
}
#custom #supernav li ul li ul li ul {
	position: absolute;
	left: 240px; /* Set 1px less than menu width */
	top: 0px;
	display: none !important;
	margin: 0px;
	padding: 0px;
	width: 250px;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	border-top-width: 0px;
	border-top-style: none;
	list-style-type: none;
}
</pre></body></html>