.dropdown {float:left; padding: 0; margin: 0;}
.dropdown dt {width:116px; height: 50px; font-weight:bold; cursor:pointer; background: url(../navButtons/sageSystems_HE.png); text-indent:-2000px;}
.dropdown dt:hover {background: url(../navButtons/sageSystems_RO.png);}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:208px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
	visibility: visible;
}
.dropdown ul {width:204px; border:2px solid #9ac1c9; list-style:none; margin: 0; padding: 0;}
.dropdown li {display:inline; font: 13px Arial, Helvetica, sans-serif; color: #005581;}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:194px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}
