/* refmenu */
#rw {
	width: 618px;
	height: 17px;
	position: relative;
	margin-top: 18px;
	margin-bottom: 11px;
}
#rm1 {
	width: 200px;
	position: absolute;
	left: 0;
	top: 0;
	color: #000000;	
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;

}
#rm2 {
	width: 150px;
	position: absolute;
	right: 0;
	top: 0;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
#rwb {
	width: 618px;
	height: 17px;
	position: relative;
	margin-top: 13px;
	margin-bottom: 9px;
}
#rm1b {
	width: 200px;
	position: absolute;
	left: 0;
	top: 0;
	color: #000000;	
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}
#rm2b {
	width: 150px;
	position: absolute;
	right: 0;
	top: 0;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
a.fp {
	font-size: 13px;
	color: #d0d0d0;
	font-weight: bold;
	text-decoration: none;
	
}
a.fp:hover {
	text-decoration: none;
	color: #000000;
}
/* end refmenu */
.topImgft { 
	width: 21px; 
	height: 18px; 
	display: block;
	float: right;
	margin-top: 5px; 
	background-image: url('../../img/top.png'); 
} 
.topImgft:hover { 
	background-image: url('../../img/top_hover.png'); 
}