* {
	margin: 0;
}
.dropdown {
	float:right;
	padding-right:5px;
		margin:0px;
	font-family: Arial, Helvetica;
	font-size: 13px;

}
.dropdown dt {
	width:241px;
	height:29px;
	margin-bottom:0px;
	text-align: right;
	font-weight:normal;
	cursor:pointer;
	background:url(pics/link-main-off.gif);
}
.dropdown dt:hover {
	background:url(pics/link-main-on.gif);
}
.dropdown dd {position:absolute; overflow:hidden; width:241px; display:none; background:#fff; z-index:200; opacity:0;}
.dropdown ul {width:241px; list-style:none; }
.dropdown li {
	display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block;padding:5px; text-decoration:none; background:#eaf0f2; }
.dropdown a:hover {color:#333; text-decoration:none; background:#d9e1e4; color:#000; padding:5px;}
.dropdown .underline {border-bottom:1px solid #b9d6dc}
.linkit img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.main #banner .linkit .dropdown #one-ddheader img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
