.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	font-family:"Trebuchet MS", Arial, sans-serif;
	position: relative;
	height: 22px;
	float:left;
	color:#666;
	font-size:11px;
	line-height:22px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:6px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:100%;
	height:100%;
	background: url(../images/select-button.gif) no-repeat 100% 0;
}
.selectArea .center{
	height: 22px;
	line-height:22px;
	display:block;
	padding:0 21px 0 6px;
	background: url(../images/select-center.gif) repeat-x;
}
.select .center{padding:0 21px 0 10px}
.selectArea .center img {
	float:left;
	margin:5px 10px 0 0;
}
.optionsDivVisible a img {
	float:left;
	margin:1px 10px 0 0;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background:#161415;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	border: 1px solid #272727;
	margin:0;
	padding:2px;
	list-style: none;
}
.optionsDivVisible a {
	font-family:"Trebuchet MS", Arial, sans-serif;
	color: #666;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.drop-select a {padding: 2px 6px}
.optionsDivVisible a:hover {
	background-color: #2F384E;
	color: #FFF;
	text-decoration: none;
}