.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 24px;
	float:left;
	font-size:12px;
	line-height:24px;
	font-weight:bold;
	color:#7a7a7a;
	text-align:left;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:5px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:22px;
	height:100%;
	background: url(../images/select-btn.gif) no-repeat;
}
* html .selectArea a.selectButton {right:-1px;}
.selectArea .center{
	height: 24px;
	display:block;
	padding:0 22px 0 10px;
	background: url(../images/select-center.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #E5E5E5;
	border: 1px solid #C9C9C9;
	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;
	height:1%;
	overflow:hidden;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
	font-size:12px;
	font-weight:bold;
}
.optionsDivVisible a {
	color:#7a7a7a;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background:#68a119;
	color: #FFF;
	text-decoration:none;
}