.outtaHere{
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea{
	position: relative;
	height:25px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	letter-spacing:1px;
	cursor:pointer;
	margin:0 16px 0 0;
	display:inline;
}
.selectArea .left{
	position:absolute;
	top:0;
	left:0;
	width:4px;
	height:100%;
	background: url(../images/bg-select-left.gif) no-repeat;
	display:block;
}
.selectArea a.selectButton{
	position:absolute;
	top:0;
	right:0;
	width:26px;
	height:100%;
	background: url(../images/bg-select-button.gif) no-repeat;
	outline:none;
}
* html .selectArea a.selectButton{right:-1px;}
.selectArea .center{
	height:25px;
	line-height:24px;
	display:block;
	padding:1px 11px 0;
	background:url(../images/bg-select-center.gif) repeat-x;
}
.selectArea .center img{float:left;}
/* Selects drop-down */
.optionsDivInvisible,
.optionsDivVisible{
	position:absolute;
	background-color: #E5E5E5;
	display:block;
	z-index:30;
	overflow-x: hidden;
	overflow-y: scroll;
}
.drop-dif{background:#99CCCC;}
.optionsDivInvisible{display: none;}
.optionsDivVisible ul{
	margin:-2px 0 0;
	padding:0;
	height:1%;
	overflow:hidden;
	list-style:none;
	border:1px solid #888;
}
.optionsDivVisible ul li{
	float:left;
	width:100%;
	border-top:1px solid #e0e0e0;
}
.optionsDivVisible a{
	color:#000;
	overflow:hidden;
	text-decoration:none !important;
	display:block;
	height:1%;
	padding:2px 4px;
	background:#fff;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	letter-spacing:1px;
	cursor:pointer;
}
.optionsDivVisible a img{
	border:none;
	float:left;
}
.optionsDivVisible a:hover{
	background:#84cecd;
	text-decoration:underline;
}
