.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 17px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:23px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:9px;
	height:100%;
	background: url(/layout/images/select-left-bg.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:21px;
	height:100%;
	background: url(/layout/images/select-btn.gif) no-repeat;
}
.selectArea a.selectButton:hover {
	background: url(/layout/images/select-btn-hover.gif) no-repeat;
}
.selectArea .center{
	height:17px;
	padding:0 21px 0 9px;
	display:block;
	background:#000;
	font:13px/15px "Arial Narrow", Arial, Verdana, Tahoma, sans-serif;
	color:#8b8b8b;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #E5E5E5;
	border:none;
	display: block;
	z-index: 30;
	font-size:13px;
	color:#8b8b8b;
}
.drop-dif {
	background:#000;
	height:105px;
	overflow:auto;
	overflow-x:hidden;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {

	margin:0 0 2px;
	padding:2px 2px 0;
	overflow:hidden;
	list-style:none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding:3px 4px;
	color:#8b8b8b;
}
.optionsDivVisible a:hover {
	background-color:#0a0a0a;
	color:#fff;
}
