.outtaHere {
	position:absolute;
	left:-3000px;
}

/* Selects */
.selectArea {
	position: relative;
	height: 25px;
	float:left;
	color:#9d9c9c;
	font-size:12px;
	line-height:23px;
	margin:0 16px 0 0;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:3px;
	height:100%;
	background: url(../images/bg-select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:25px;
	height:25px;
	background: url(../images/select-button.gif) no-repeat;
	outline:none;
}
.selectArea .center{
	height: 25px;
	line-height:25px;
	display:block;
	padding:0 23px 0 13px;
	background: url(../images/bg-select-c.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #e7e7e7;
	border: 1px solid #C9C9C9;
	display: block;
	z-index: 30;
	font-size: 12px;
	width:178px;
}
.drop-people .optionsDivInvisible,
.drop-people .optionsDivVisible {
	width:180px !important;
}
.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:#9d9c9c;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px 2px 12px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #5f5f5f;
	color: #FFF;
	text-decoration:underline;
}