.outtaHere{
	position:absolute;
	left:-3000px;
}
/* selects */
.selectArea{
	position:relative;
	height:17px;
	float:left;
	color:#000;
	font-size:10px;
	line-height:17px;
}
.selectArea .left{
	position:absolute;
	top:0;
	left:0;
	width:4px;
	height:100%;
	background:url(../images/select-left.gif) no-repeat;
}
.selectArea a.selectButton{
	position:absolute;
	top:0;
	right:0;
	width:14px;
	height:100%;
	background:url(../images/select-button.gif) no-repeat;
}
.selectArea .center{
	height:17px;
	line-height:15px;
	display:block;
	margin:0 14px 0 4px;
	background: url(../images/select-center.png) repeat-x;
	padding:0 0 0 5px;
}
/* selects drop-down */
.optionsDivInvisible,
.optionsDivVisible{
	position:absolute;
	z-index:30;
	font-size:11px;
}
.optionsDivInvisible{display: none;}
.optionsDivVisible ul{
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style:none;
	background-color:#E5E5E5;
	border:1px solid #C9C9C9;
}
.optionsDivVisible ul li{
	height: 1%;
	overflow: hidden;
	vertical-align: top;
}
.optionsDivVisible a{
	color:#000;
	overflow:hidden;
	text-decoration:none;
	display:block;
	height:1%;
	padding:2px 4px;
}
.optionsDivVisible a img{ float:left; }
.optionsDivVisible a:hover{
	background-color:#2F384E;
	color:#fff;
	text-decoration:underline;
}