.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 22px;
	float:left;
	color:#000;
	font-size:12px;
	line-height:22px;
}
.select2{
	height:17px;
	font-size:11px;
	line-height:17px;
	margin:3px 0 0;
	border:1px solid #e3e3e3;
	background:#fff;
	padding:0 !important;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:2px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.select2 .left{
	width:0px;
	background:none;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:17px;
	width:100%;
	height:100%;
	background: url(../images/select-button.gif) no-repeat 100% 0;
}
* html .selectArea a.selectButton{
	right:-1px;
}
.select2 a.selectButton{
	background:url(../images/select-button2.gif) no-repeat;
}
.selectArea .center{
	height: 22px;
	line-height:22px;
	display:block;
	padding:0 17px 0 7px;
	background: url(../images/select-center.gif) repeat-x;
}
.select2 .center{
	height:17px;
	line-height:17px;
	background:none;
	padding:0 17px 0 5px;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	display: block;
	z-index: 30;
	font-size:12px;
}
.drop-select2{
	margin:-3px 0 0;
	width:107px !important;
	font-size:11px;
	line-height:14px;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:1px;
	overflow:hidden;
	list-style: none;
	border:1px solid #8b8b8b;
	border-width:0 1px;
	background:#fff;
	height:1%;
}
.drop-select2 ul{padding:0 1px 1px;}
.select-top,
.select-bottom{
	height:1px;
	margin:0 1px;
	overflow:hidden;
}
.select-top{background:#8b8b8b;}
.select-bottom{background:#8b8b8b;}
.optionsDivVisible ul li{
	float:left;
	width:100%;
}
.drop-select2 ul li{border-top:1px solid #fff;}
.optionsDivVisible a {
	color: #000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #2F384E;
	color: #FFF;
	text-decoration:none;
}
