body { font:12px  Arial, Verdana, Helvetica ; background-color:#dfedc2;}
* {padding:0px;
    margin:0px;
	
	}

.dropdown {
	float:right; 
	padding-right:0px
	}
	
.dropdown dt { 
	width:100%;
	height:30px;
	line-height:30pt;
	border:0px solid #000000; 
	padding:0px; 
	font-weight:normal; 
	cursor:pointer;   
	}
	
.dropdown dt:hover {
	width:100%;
	height:30px;
	line-height:30pt;
	border:0px solid #ffffff;
	padding:0px; 
	font-weight:normal; 
	cursor:pointer;
	}
	
.dropdown dd {
	position:absolute;
	overflow:hidden; 
	width:120px; 
	display:none; 
	background:url(../images/dropdoenbg.jpg);
	z-index:100; 
	opacity:0
	}
	
.dropdown ul {
	width:120px; border:0px solid #ffffff;  list-style:none; border-top:none
	}
	
.dropdown li { display:inline }
.dropdown a, .dropdown a:active, .dropdown a:visited {
	
	display:block; 
	padding-left:0px;
	line-height:10px;
	color:#ffffff; 
	text-decoration:none;
	text-align:left;
	background-image:url(../images/dt.jpg);
	background-repeat:repeat-x;
	height:18px;
	}
	/*8AB17C   86BF3E*/	
.dropdown a:hover { 
	color:#ffffff;
	text-decoration:underline;
	background-color:#82B20E;
}
.dropdown .underline { border:1px solid #000000; vertical-align:middle; padding-top:8px; width:110px; font-family:Arial, Helvetica, sans-serif; font-size:14px;  }