.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 21px;
	color:#123875;
	font-size: 13px;
	line-height:21px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:2px;
	height:100%;
	background: url(/images/select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 3px;
	right: 1px;
	width:20px;
	height:100%;
	background: url(/images/select-button.gif) no-repeat;
}
.selectArea .center{
	height: 21px;
	display:block;
	padding:0 23px 0 6px;
	background: url(/images/select-center.gif) repeat-x;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background: #fafbfc url(/images/double-border.gif) repeat-y;
	display: block;
	z-index: 30;
	border-bottom:1px solid #3e3f41;
	font-size: 12px;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #123875;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
