/* select */
.outtaHere {
	position:absolute;
	left:-9999px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 20px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:20px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:1px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:21px;
	height:100%;
	background: url(../images/select-right.gif) no-repeat;
}
.selectArea .center{
	height: 20px;
	line-height:20px;
	display:block;
	padding:0 21px 0 5px;
	background: url(../images/select-center.gif) repeat-x;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #E5E5E5;
	border: 1px solid #C9C9C9;
	background:#eee;
	display: block;
	z-index: 30;
	font-size: 11px;
}

.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0 !important;
	padding:2px;
	list-style: none;
}
.optionsDivVisible a {
	color: #000;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a:hover {
	background-color: #2F384E;
	color: #FFF;
	text-decoration:underline;
}