.outtaHere{
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea{
	position: relative;
	height:25px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:25px;
}
.selectArea .left{
	position:absolute;
	top:0;
	left:0;
	width:19px;
	height:100%;
	background:url(images/bg-select-left.gif) no-repeat;
}
.selectArea a.selectButton{
	position:absolute;
	top:0;
	right:0;
	width:27px;
	height:100%;
	background:url(images/bg-select-button.gif) no-repeat;
}
.selectArea .center{
	height:25px;
	line-height:25px;
	display:block;
	padding:0 27px 0 11px;
	background:url(images/bg-select-center.gif) repeat-x;
	color:#999;
}
.selectArea .center img{float:left;}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible{
	position:absolute;
	z-index:30;
	font-size:11px;
}
.select-top{
	background:url(images/bg-select-top.png) no-repeat;
	height:3px;
}
.select-bottom{
	background:url(images/bg-select-bottom.png) no-repeat;
	height:4px;
	clear:both;
}
.select-center {
	float:left;
	width:100%;
	max-height:245px;
	overflow-y:scroll;
}
* html .select-center {height:245px;}
.drop-dif{background:#9cc;}
.optionsDivInvisible{display: none;}
.optionsDivVisible ul{
	margin:0;
	padding:0;
	overflow:hidden;
	list-style:none;
	float:left;
	width:260px;
	background:#fff url(images/bg-select.gif) repeat-x 0 100%;
	border-left:1px solid #f0efef;
	border-right:1px solid #f0efef;
}
.optionsDivVisible ul li{
	float:left;
	width:100%;
	border-top:1px solid #f0efef;
}
.optionsDivVisible ul li:first-child{border:none;}
.optionsDivVisible a{
	color:#999;
	overflow:hidden;
	text-decoration:none;
	display:block;
	height:1%;
	padding:4px 9px 5px;
}
.optionsDivVisible a img{
	border:none;
	float:left;
}
.optionsDivVisible a:hover{text-decoration:underline;}
