<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ######### Drop Down ULs CSS ######### */
.all_template .ddsubmenustyle{ /*topmost and sub ULs, respectively*/
	font: normal 13px Verdana;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style: none;
	visibility: hidden;
	z-index: 1000000;
	background-color:#000000;
}

.all_template .ddsubmenustyle ul {
	margin:5px 0px;
}

.all_template .container_all .ddsubmenustyle li {
	background:none;
	list-style:none;
	padding:0px 1px;
	margin:0px;
}

.all_template .ddsubmenustyle li a{
	font-family: Tahoma;
	text-align:left;
	font-size: 12px;
	display: block;
	color: #fff;
	margin:0px;
	text-decoration:underline;
	width:160px;
	padding:0px;
	line-height:24px;
}

.ddsubmenustyle li a span {
	background:url(marker1.gif) no-repeat 10px 9px;
	display:block;
	padding-left:20px;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
	display:inline-block;
}

.ddsubmenustyle li a:hover{
	color: #313131;
	text-decoration:none;
	background:none;
	background:url(marker1_active.gif) no-repeat 9px 9px #ffffff;
}

/* ######### 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: 50000;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}</pre></body></html>