.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	height: 20px;
	margin-right:5px;
	position: relative;
	background:url(../images/select1.gif) no-repeat;
	float: left;
}
.selectArea a.selectButton {
	display:block;
	width:22px;
	height:20px;
	background:url(../images/btn2.gif) no-repeat 100% 50%;
	position: absolute;
	top:0;
	right:0;
	outline:none;
}
.selectArea .center{
	display: block;
	height: 20px;
	line-height: 20px;
	color:#484848;
	margin:1px 0 -3px 6px;
	color:#484848;
	overflow: hidden;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	z-index: 30;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:3px 0;
	list-style: none;
	background:#fff;
	border:1px solid #dcdcdc;
	border-top:none;
}
.optionsDivVisible ul li {
	height:1%;
	background:#fff;
	vertical-align: top;
}
.optionsDivVisible a {
	color:#858585;
	text-decoration: none;
	padding: 0 11px;
	display: block;
	height: 1%;
	line-height: 17px;
	text-decoration: none;
}
.optionsDivVisible a:hover {
	background-color: #0055a5;
	color:#fff;
	text-decoration: none;
}
