/**
 * CSS for DropDownList
 *
 * @package NaviciAjaxMaps
 * @author  Arnd Beyer, arnd.beyer@wmdata.fi
 * @copyright WM-data Novo 2006
 * @version $Id: DropDownList.php,v 1.0 2005/07/26 12:44:42 arnd Exp $
 */

.dropdown_list{
	color: #000000;
	background-color: #ffffff;
	position: absolute;
	width: 15em;
	height: auto;
	border: 2px inset #888888;
	visibility: hidden;
}

.dropdown_list_item_select,
.dropdown_list_item{
	padding-left: 0.2em;
	height: 1.2em;
	overflow: hidden;
	background-color: #ffffff;
}

.dropdown_list_item_select{
	background-color: #cccccc;
}
