.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 21px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:19px;
	border: solid 1px #c4b796;
	background: #fff;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:2px;
	height:100%;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:13px;
	height:100%;
	background: url(../../images/modern/arrow.png) no-repeat;
}
* html .selectArea a.selectButton {
	right: -1px;
}
.selectArea .center{
	height: 19px;
	line-height:19px;
	display:block;
	padding:0 15px 0 7px;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #fff;
	border: 1px solid #ccc;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.drop-dif {
	background:#9cc;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	text-decoration: none;
	background: #f0ece4;
}