.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height:31px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:23px;
}
.selectArea .left {display:none;}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:33px;
	height:31px;
}
.selectArea .center{
	height: 31px;
	line-height:35px;
	display:block;
	padding:0 0 0 17px;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #fff;
	border: 1px solid #2e2e2e;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:1px;
	overflow:hidden;
	list-style: none;
	height:1%;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #0e2431;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding:4px 4px 4px 14px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #02111a !important;
	color:#fff;
}