.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 25px;
	float:left;
	color:#406aa1;
	font-size:9px;
	line-height:25px;
	text-align:right;
	margin-right:30px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:16px;
	height:100%;
	background: url(/bin/c/e/select-left.gif) no-repeat;
	display: none;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: -24px;
	width:24px;
	height:100%;
	background: url( /bin/q/n/select-button.gif) no-repeat;
}
.selectArea .center{
	height: 25px;
	line-height:25px;
	display:block;
	padding:0;
	background: url(/bin/k/a/select-center.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	display: block;
	z-index: 30;
	font-size: 9px;
	text-align:right;
	margin-top:1px;
	background:#fff;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	overflow:hidden;
	list-style: none;
	height:1%;
	overflow:hidden;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #406aa1;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	color: #7A95BA;
}
