@charset "utf-8";
/* CSS Document */

/** Content background **/
#content_background {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:270px;
	height:313px;
	background:white;
}


/** Links **/
#links {
	display:none;
	position:absolute;
	top:20px;
	left:0px;
	overflow:hidden;
	padding:0px 13px;
	width:244px;
	height:285px;
	z-index:5;
}

#links ul {
	position:absolute;
	width:230px;
}

#links li {
	line-height:22px;
}

* html #links li.hr {
	height:1px;
	line-height:1px;
	overflow:hidden;
	margin-top:-9px;
}

*:first-child+html #links li.hr {
	height:1px;
	line-height:1px;
	overflow:hidden;
	margin-top:-9px;
}

#links li a {
	color:#63544a;
}
#links li a:hover { color:#000; }

#links div.hr {
	margin:0px auto;
	overflow:hidden;
	width:100%;
	height:1px;
	line-height:1px;
	background:url(/imgs/border_horizontal.gif) repeat-x;
}

#links #scroll_arrows {
	display:none;
	position:absolute;
	bottom:0px;
	right:7px;
	width:11px;
	height:34px;
}

#links #scroll_arrows img {
	cursor:pointer;
}

#links #scroll_arrows #arrow_up {
	margin-bottom:8px;
}
