.dropdown {float:right; padding:0px; margin-top:10px; margin-bottom:0px;}
.dropdown dt {
	width:150px; 
	border:0px; 
	cursor:pointer; 
	margin:0px; 
	padding:0px; 
	font-family:Tahoma; 
	font-size:10px; 
	font-weight: normal; 
	color:#3b3b3b;
	text-align:center;
	
	/*text-decoration:underline; 	*/
}
.dropdown dt:hover { 
	width:208px; 
	border:0px; 
	cursor:pointer; 
	margin:0px; 
	padding:0px; 
	font-family:Tahoma; 
	font-size:10px; 
	font-weight: normal; 
	color:#3b3b3b; 
	/*text-decoration:underline; 	
	border: 1px dashed black;*/
	border-bottom-width: 0;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	right:115px;
	width:208px;
	display:none;
	background:#ece5c8;
	z-index:200;
	opacity:0;
	margin:0px;
	padding:0px;	
	border: 1px dashed black;
	border-bottom-width: 0;
}
.dropdown ul {width:206px; border:0px; list-style:none; margin:0px; padding:0px;}
.dropdown li { color:#006633; margin:0px; padding:5px 0px 0px 2px; font-family: Tahoma; font-size:12px; font-weight:normal; }
.dropdown .underline {border-bottom:1px solid #b9d6dc}
.dchekout{ font-family:Tahoma; font-size:12px; color:#3D542A; text-decoration:none; margin:0px; padding:0px;}
a.dchekout:hover{ font-family:Tahoma; font-size:12px; color:#ff0000; text-decoration:none;}
