/*.outtaHere {
	position:absolute;
	left:-3000px;
}
 Selects */
.selectArea {
	position: relative;
	float:left;
	padding:0;
	font-size:12px;
	color:#51565e;
	width:117px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:28px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.selectArea.second .left {
	background: url(../images/select-left2.gif) no-repeat !important;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right:-1px;
	width:26px;
	padding:0 !important;
	height:100%;
	background: url(../images/select-button.gif) no-repeat;
}
.selectArea.second a.selectButton {
	width:26px;
	background: url(../images/select-button2.gif) no-repeat !important;
}
.selectArea .center{
	height: 24px;
	line-height:22px;
	display:block;
	padding:0 26px 0 13px;
	background: url(../images/select-center.gif) repeat-x;
}
.selectArea.second .center {
	padding:0 26px 0 13px;
	background: url(../images/select-center.gif) repeat-x;
}
.selectArea.second .center {
	padding:2px 26px 0 9px;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #fff;
	display: block;
	z-index:30;
	font:11px/22px "Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	width:136px;
	margin:0;
	overflow:auto;
	border:1px solid #e3dbcf;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color:#51565E;
	overflow:hidden;
	text-decoration: none;
	display: block;
	padding:0 4px 0 7px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #f2f2f1 !important;
	text-decoration:none;
}
