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

