/*
Stylish Select 0.4.1 - $ plugin to replace a select drop down box with a stylable unordered list
http://scottdarby.com/

Copyright (c) 2009 Scott Darby

Requires: jQuery 1.3 or newer

Dual licensed under the MIT and GPL licenses.

*/


.stylish-select ul.newList {left:-9999px;}

:focus {outline:none;}

.newListSelected {
	height:22px;
	width: 138px;
	margin-bottom: 25px;
	padding: 0;
	background: #eee url(dropdown.gif) no-repeat scroll 120px 1px;
	color:#000;
}

.newListSelected div {
	width:138px;
	height:22px;
	padding: 2px 5px;
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	text-align:left !important;
}

ul.newList {
	list-style:none;
	width:138px;
	height:auto;
	position:absolute;
	top:10px;
	left: 0;
	z-index:9999;
	background: #eee;
	overflow:auto;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	color: #000;
	font-size: 11px;
	text-align:left!important;
}

ul.newList li {
	padding: 3px 5px!important;
}

ul.newList li:hover {
	background: #fff!important;
}

.newListSelHover {
	cursor:default;
}
