.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 42px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:23px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:21px;
	height:100%;
	background:#21211f;
	display:block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:39px;
	height:100%;
	background: url(../images/btn-sel.gif) no-repeat;
}
.selectArea .center{
	height:22px;
	line-height:23px;
	display:block;
	padding:10px 45px 10px 21px;
	background:#21211f;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background:#3f3f3e;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.drop-dif {background:#99CCCC;}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color:#fff;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 19px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #2F384E;
	color: #FFF;
	text-decoration:none;
}