#right_menumain {
	float: left;
	height: auto;
	width: 170px;

}

.top_arch {
	background-image: url(../image/bg_03.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 12px;
	width: 180px;
	background-position: bottom;
}
.center_bg {  /*class--------------------------------------------------------*/
	float: left;
	height: auto;
	width: 160px;
	padding-left: 10px;
}

.bottom_arch {
	background-image: url(../image/bg_06.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 12px;
	width: 180px;
	background-position: top;
}


.rightmenu_add {
	float: left;
	width: 160px;
	margin-right: 9px;
	margin-bottom: 8px;
	margin-left: 9px;
}

#right_menuborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
