/* -- Forum Navigation Page CSS STYLE -- */
.forum_go_to
{
	display: none;
	position: absolute;
	width: 130px;
	opacity: 0;
	z-index: 10;
	background: #000;
	margin-left: 150px;
	margin-top: -10px;
}

*+html .forum_go_to
{
	margin-left: -130px;
	margin-top: 0;
}
