.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 17px;
	float:left;
	color:#a29684;
	font-size:10px;
	line-height:17px;
	text-transform: uppercase;
	margin: 0 0 0 10px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:8px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:20px;
	height:17px;
	background: url(../images/select-button.gif) no-repeat;
}
.selectArea .center {
	height: 17px;
	line-height:17px;
	display:block;
	padding:0 20px 0 8px;
	background: #f3ebd9;
}
/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position: absolute;
	background-color: #f3ebd9;
	display: block;
	z-index: 30;
	font-size: 10px;
}
.optionsDivInvisible { display: none; }
.optionsDivVisible ul {
	margin:0;
	padding:0;
	overflow:hidden;
	list-style: none;
	line-height: 20px;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #a29684;
	overflow:hidden;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	height:1%;
	padding: 0 8px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #7c6f61;
	color: #fff;
	text-decoration: none;
}
