/* dropdowns */		

	div#searchPane input.dropDownTarget {
		width:200px;
		border:1px solid #ffffff;
		background: #ffffff url('/assets/images/dropdown_arrow.gif') no-repeat 187px 6px;
		margin:0px;

		
	}
	div#searchPane input.dropDownTarget {
		cursor:pointer;
		/*cursor:hand;*/
	}
	div#searchPane div.dropDown {
		border:1px solid #FFFFFF;
		height:80px;
		width:202px;
		overflow:auto;
		display:none;
		position:absolute;
		top:-2px;
		left:0px;
		background-color:#FFF;
		color:#000000;
	}
	div#searchPane div.dropDownContainer {
		position:relative;
		height:1px;
		line-height:1px;
		font-size:1px;
	}
	div#searchPane div.dropDownContainer * {
		height:auto;
		line-height:15px;
		font-size:12px;
	}
	div#searchPane div.dropDownRow {
		cursor:pointer;
		/*cursor:hand;*/
	}
	
	div#searchPane div.hoverMode {
		background-color:#CCCCCC;
		color:white;
	}
	div#searchPane div.showRow {
		display:block;
	}
