.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 25px;
	float:left;
	color:#21487c;
	font-size:1em;
	line-height:25px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:7px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display:block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:26px;
	height:100%;
	outline:none;
	background: url(../images/select-button.gif) no-repeat;
}
.selectArea .center{
	height: 25px;
	line-height:25px;
	display:block;
	padding:0 26px 0 7px;
	background: url(../images/select-center.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	border:solid #7f9db9;
	border-width:0 1px 1px;
	display: block;
	z-index: 30;
	font-size: 1em;
	width:196px !important;
}
.drop-dif {
	background:#fff;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px 0;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #21487c;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 6px;
	background-color: #fff;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	color:#fff;
	background-color: #316ac5 !important;
}
