<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ######### Drop Down DIVs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle div { /*topmost and sub DIVs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
    background:rgba(91, 192, 85, 0.9);
}
.ddsubmenustyle ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border: 0px none;
}
.ddsubmenustyle ul li {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
.ddsubmenustyle li a {
	display: block;
	width:260px;
	text-decoration: none;
    /*background: url("../ddlevelsfiles/nav_separate.png") no-repeat scroll left bottom transparent;*/
	border-bottom:1px #FFF solid;
	list-style-type: none;
	margin:0;
	padding:0 0 0 15px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#ffffff!important;
	line-height:30px;
	text-decoration:none
}
* html .ddsubmenustyle li {
	width: 170px;
}
.ddsubmenustyle li a:hover {
	text-shadow:1px 1px 1px #000000;

}
/* ######### Neutral CSS  ######### */

.downarrowpointer { /*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
}
.rightarrowpointer { /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
}
.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}
</pre></body></html>