.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 26px;
	float:left;
	color:#000;
	font-size:12px;
	line-height:26px;
	margin-left: 5px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:7px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:26px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat;
}
.selectArea .center{
	height: 26px;
	line-height:26px;
	display:block;
	padding:0 29px 0 7px;
	background: url(../images/select-center.gif) repeat-x;
	font-size:12px;
	font-weight:bold;
	color:#747474;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #e8e8e8;
	border:solid #d9d9d9;
	border-width:0 1px 1px;
	display: block;
	z-index: 930;
	font-size: 12px;
	font-weight:bold;
	color:#747474;
	width:196px !important;
	margin-top:-1px;
}
.drop-dif {
	background:#e8e8e8;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	overflow:hidden;
	text-decoration: none;
	display: block;
	color:#747474;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	text-decoration:none;
}


