* {
	padding:0;
	margin:0
}
.dropdownC {
	float:left;
	padding-right:0px;
	padding-top: 0px;
}
.dropdownC dt {
	width:105px;
	font-weight:bold;
	cursor:pointer;
	background-image: url(images/Enlighten_H.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.dropdownC dt:hover {
	background-image: url(images/Enlighten_H_f2.png);
	background-repeat: no-repeat;
}
.dropdownC dd {
	position:absolute;
	overflow:hidden;
	width:170px;
	display:none;
	z-index:200;
	opacity:0;
	background-color: #3A8FC7;
	top: 44px;
}
.dropdownC ul {
	width:170px;
	list-style:none;
}
.dropdownC li {display:inline}
.dropdownC a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:8px;
	color:#FFFFFF;
	text-decoration:none;
	width:170px;
	background-color: #3891CD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.dropdownC li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	background-color: #83B6AE;
}
.dropdownC .underline {border-bottom:1px solid #b9d6dc;}
#apDiv9 li a:hover{
	text-decoration:underline;
}
