.lc_drop {
	position:absolute; /* << don't change this */
	visibility:hidden; /* << don't change this */
	left: 0;
	top: 0;
	text-align:center;
	width:100%;
	/*background-color: #f2ff91;*/
	background:#f2ff91 url(./lc_drop_gradien.gif) repeat-x left bottom;
	border-top:1px solid #c7d93f;
	padding: 5px 0px 5px 0px;
	font-family:Georgia, "Trebuchet MS", Verdana, Arial, Tahoma;
	font-size:10pt;
}
.lc_drop_tutup a{
	text-decoration:none;
	color:red;
}
.lc_drop_tutup a:hover{
	color:black;
}