	/* Abydos utility bar */
	#abydos { display: none; background: transparent url('../images/bck-top-user-nav-black.png'); height: 35px; width: 100%; position: fixed; top: 0; left: 0; z-index: 999999; }
	#abydos > div { width: 990px; margin: 0 auto; }
	#abydos contents > div { float: right; width: 700px; text-align: right; }
	#abydos contents > div > div { float: right; margin-top: 3px; }
	#abydos contents > div > div input[type=text] { height: 15px; font-size: 11px; }
	#abydos contents > div > div input[type=submit] { border: 1px solid #900e0e; color: #fff; font-size: 11px; font-weight: bold; background: #900e0e; }
	#abydos #userinfo { margin: 3px 0 0 10px; width: 200px; float: left; }
	#abydos #userinfo * {  font-size: 11px; line-height: 14px; }
	#abydos #userinfo .image { float: left; margin-right: 4px; }
	#abydos #userinfo .image img { border: 1px solid #06330c; }
	#abydos #userinfo ul li { font-size: 10px; color: #fff; }
	#abydos #userinfo ul li:last-child { font-size: 11px; }
	#abydos #userinfo ul li a { font-size: 10px; color: #fff; border-bottom: 0px solid #fff; }
	#abydos #userinfo ul li a:hover { color: #ccc; }
	#abydos #web-contents { float: right; }
	#abydos #web-contents * { font-size: 12px; border: none; }
	#abydos #web-contents li { padding-top: 12px; float: left; margin-right: 15px; font-weight: bold; }
	#abydos #web-contents li a { color: #fff; }
	#abydos #web-contents li a:hover { color: #ccc;  }
	#abydos #web-contents #abydos-bar-search { padding: 2px 0 0 0; }
	#abydos #web-contents #abydos-bar-search .submit { margin: 0; }
	
	#abydos-mini { display: none; position: fixed; z-index: 100000; top: 3px; right: 5px; width: 140px; height: 51px; background: transparent url('../images/forum_icons.png') no-repeat; font-size: 10px; background-position: -209px -40px; color: #fff; }
	#abydos-mini > div { padding: 12px; cursor: pointer; }
	#abydos-mini img { border: 1px solid #555; float: left; margin: 0 7px 0 0; }
	#abydos-mini p { font-size: 10px; }
	#abydos-mini a { color: #fff; border-bottom: none;}
	#abydos-mini a:hover { color: #bbb;  }
	
	#abydos-mobile-wrapper { width: 30px; }
	#abydos-close { display: none; z-index: 10000000; position: fixed; top: 5px; right: 10px; cursor: pointer; width: 22px; height: 22px !important; background: transparent url('../images/abydos-close.png') no-repeat; }
	#abydos-close:hover { background-position: 0 100%; }
	
	
	#abydos-default { background: transparent url('../images/bck-top-user-nav-black.png'); height: 35px; width: 100%; position: fixed; top: 0; left: 0; z-index: 999999; font-weight: bold; }
	#abydos-default * { color: #fff; border-bottom: none; }
	#abydos-default a:hover { color: #bbb; }
	#abydos-default > div { width: 990px; margin: 0 auto; }
	#abydos-default li { float: left; margin: 10px 0 0 15px; }

