.outtaHere {
	position:absolute;
	left:-3000px;
}

/* Selects */
.selectArea {
	position: relative;
	height: 21px;
	float:left;
	color:#000;
	font-size:12px;
	line-height:19px;
	background:#fff;
}
.selectArea .left {display: none;}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:100%;
	height:100%;
	background: url(../img/btn-select.gif) no-repeat 100% 1px;
}
.selectArea .center{
	height: 19px;
	line-height:19px;
	display:block;
	padding:0 14px 0 6px;
	border:1px solid #dddddd;
	/*background: url(../img/select-center.gif) repeat-x;*/
}
.selectArea .center img {float:left;}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible{
    height:120px !important;
    overflow:auto;
	position: absolute;
	display: block;
	z-index: 30;
	font-size: 12px;
}
.drop-dif {background:#99CCCC;}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	background-color: #E5E5E5;
	border: 1px solid #C9C9C9;
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
* html .optionsDivVisible ul {
    height:1%;
    overflow:visible;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
	outline:none;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #2F384E;
	color: #FFF;
	text-decoration:none;
}