﻿.myDropdownDiv
{
	float:left;
	cursor:pointer;
	border: 1px solid #C0C0C0;
	font-size: 10pt;
	background: #FFFFEE;
	font-weight: 900;
	color: #008000;
	white-space:nowrap;
	line-height:20px;
	height:20px;	
	_margin-top:1px;
	+margin-top:1px;
	background-image:url(../../images/input_bg.gif);
	background-repeat:no-repeat;
}
.myDropdownDivOver
{
	float:left;
	cursor:pointer;
	border: 1px solid #000000;
	font-size: 10pt;
	background: #FFFFEE;
	font-weight: 900;
	color: #008000;
	white-space:nowrap;
	height:20px;
	line-height:20px;
	_margin-top:1px;
}

.dropmenuICO
{
	background-image: url(down.gif);
	background-repeat: no-repeat;
	width: 16px;
}


#dropmenudiv{
	position:absolute;
	border:1px solid #C0C0C0;
	line-height:18px;
	z-index:100;
	cursor:pointer;
}

.drpDownItemNormal
{
	width: 100%;
	text-indent: 10px;
	border-bottom: 1px solid #C0C0C0;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-align:left;
}
.drpDownItemOver
{
	width: 100%;
	text-indent: 3px;
	border-bottom: 1px solid #C0C0C0;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: #0066CC;
	color: #FFFFFF;
}

#dropmenudiv div{

}


