.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 27px;
	float:right;
	color:#000;
	line-height:27px;
	text-align:left;
	font:11px Helvetica, Arial, sans-serif;
	color:#3f3f3f;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:10px;
	height:27px;
	background: url(../images/select-left.png) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:20px;
	height:27px;
	background: url(../images/select-button.png) no-repeat;
	margin:0;
}
.selectArea .center{
	height: 27px;
	line-height:27px;
	display:block;
	padding:0;
	margin:0 20px 0 10px;
	background: url(../images/select-center.png) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	display: block;
	z-index: 30;
	font-size: 11px;
	background:#7199b7;
	border:2px solid #7199b7;
	min-height:15px;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #3f3f3f;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	text-align:left;
}
.optionsDivVisible a img {
	float:left;
}
.optionsDivVisible a:hover {
	background:#fff;
	text-decoration:none;
}