.outtaHere {
	position:absolute;
	left:-3000px;
	display: none;
}
/* Selects */
.selectArea {
	position: relative;
	height: 19px;
	float:left;
	color:#fff;
	font-size:11px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:1px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:100%;
	height:100%;
	background: url(../images/select-button.gif) no-repeat 100% 0;
}
.selectArea .center{
	height: 19px;
	display:block;
	line-height: 19px;
	padding:0 18px 0 5px;
	background: url(../images/select-center.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #2e2e2e;
	border: 1px solid #2e2e2e;
	display: block;
	z-index: 30;
	font-size: 11px;
	margin: -2px 0 0;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	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 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #2e2e2e !important;
}