* {padding:0; margin:0}
.dropdown {
	float:left; 
	padding-right:5px;
	font: bold .85em Arial, Helvetica, sans-serif;
	color: #ffffff;}
.dropdown dt {
	width: auto;
	margin-right: -6px;
	border: none; 
	font-weight:bold; 
	cursor:pointer; 
	background: url(../images/MFWP_navigationBack.gif) top center repeat-x;}
.dropdown dt:hover {
	background: url(../images/MFWP_navigationBackHover.gif) top center repeat-x;}
.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width:138px; 
	display:none; 
	background:#fff; 
	z-index:200; 
	opacity:0}
.dropdown ul {
	width:134px; 
	border:2px solid #D4D8BD; 
	list-style:none; 
	border-top:none;
	text-align: left !important;}
.dropdown li {
	display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding:5px; 
	color:#333; 
	text-decoration:none; 
	background:#D4D8BD; 
	width:124px}
.dropdown a:hover {
	background:#b4b7a0; color:#000}
.dropdown .underline {
	border-bottom:1px solid #858877}
.dropdown a.MFWP_topLink{
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #ffffff !important;
	background: transparent url(../images/MFWP_spaceball.gif) top center repeat !important;
	border: solid 0px transparent;
}
