.selector {
	background-color: transparent;
	font-weight: bold;	
	height: 13px;
	width: 189px;
	padding: 1px 15px 1px 1px;
	background-repeat: no-repeat;
	position: static;
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}
.selector-select {
	position: absolute;
	cursor: default;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	/*max-height: 90px;*/
}

*html .selector-select {
	height: 100px;
} 

.selector-select ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.selector-select ul li {
	height: 15px;
	margin: 0;
	padding: 0;
	display: inline; /* important for IE */
}	
.selector-select ul li a,
.selector-select ul li a:link,
.selector-select ul li a:focus,
.selector-select ul li a:visited {
	outline: none;
	outline: hidden;
	display: block;
	background-color:transparent;
	text-decoration: none;
	height: 15px;
	margin: 0 0 0 0;
	padding: 0 0px;
	white-space: nowrap;
	cursor: pointer;
}
.selector-select ul li a:active,
.selector-select ul li a:hover {
}