@CHARSET "UTF-8";

.InputDropMenuDiv{
	max-height:200px;
	background:#ffffff;
	border:1px solid #6495ED;
	position:absolute;
	overflow:auto;
}

.InptDrpMenuUlCss{
	white-space:nowrap;
	position:relative;
	width:100%;
	margin-top:0px;
	font-size:12px;
	color:#000000;
}

.InptDrpMenuLiCss{
	height:18px;
	width:98%;
	padding-left:2%;
	text-align:left;
	list-style-type:none;
	cursor:default;
}

.InptDrpMenuLiCss:hover{
	background:#082E54;
	color:yellow;
}