.outtaHere {
	position:absolute;
	left:-3000px;
}

/* Selects */
.selectArea {
	height: 22px;
	margin-right:5px;
	position: relative;
	background:url(../img/select1.gif) no-repeat;
	float: left;

}
.selectArea a.selectButton {
	display:block;
	width:24px;
	height:22px;
	background:url(../img/btn2.gif) no-repeat 100% 50%;
	position: absolute;
	top:0;
	right:0;
	outline:none;
}
.selectArea .center{
	display: block;
	height: 20px;
	line-height: 20px;
	margin:1px 0 -3px 6px;
	color:#484848;
	overflow: hidden;
color:#0055a5;
font-weight:normal;
font-size:11px;

}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	z-index: 30;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:3px 0px 0px 0px;
	list-style: none;
	background:#fff;
	border:1px solid #dcdcdc;
	border-top:none;

}
.optionsDivVisible ul li {
	height:1%;
	background:#fff;
	vertical-align: top;
        font-weight:normal;
font-size:11px;
        
border-bottom:1px solid #f5f5f5;
}
.optionsDivVisible a {
	color:#6b6b6b;
	text-decoration: none;
	padding: 2px 9px;
	display: block;
	height: 1%;
	line-height: 13px;
	text-decoration: none;

}
.optionsDivVisible a:hover {
	background-color: #0055a5;
	color:#fff;
	text-decoration: none;
}

#fbContentsMenu {
width:213px;
}
