@charset "utf-8";
/* CSS Document */

#logInBtn {/* LogIn txt at end of menu */
	/*list-style: none;*/
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
/*	text-decoration: none;
	color: #666;
	font-size: 1.2em;
	padding: 0px 0 4px 10px;*/
	float: right;
	/*background: black;*/
}
	#logInBtn a {
		/*color: #666;
		text-decoration: none;*/
	}
	#logInBtn a:hover {
		/*color: #CA894F;*/
	}
	
#loginBox {
	width: 250px;
	height: 80px;
	background: #fff;
	border: solid 2px #ccc;
	padding: 5px;
	position: absolute;
	display: none;
	top: 30px;
	right: 0;
	z-index: 20;
}
	#loginBox_handle {
		border: solid 1px #666;
		padding-left: 4px;
		width: 1em;
		float: right;
	}
		#loginBox_handle a {
			text-decoration: none;
			font-weight: bold;
			color: #666;
		}
		#loginBox_handle:hover {
			border: solid 1px #00b0ca;
		}
		#loginBox_handle a:hover {
			color: #00b0ca;
		}