/* CSS Document 
.rhm1{width:710px;height:64px;margin:0 auto;background:url(../image/menu/rhm1_bg.gif) repeat-x}
.rhm1-left{background:url(../image/menu/rhm1_l.gif) no-repeat;width:14px;height:64px;float:left}
.rhm1-right{background:url(../image/menu/rhm1_r.gif) no-repeat;width:14px;height:64px;float:right;}
.rhm1-bg{background:url(../image/menu/rhm1_bg.gif) repeat-x;height:64px}
.rhm1-bg ul{list-style:none;margin:0 auto; padding: 0}
.rhm1-bg li{float:left;list-style:none}
.rhm1-bg li a{float:left;display:block;color: #90623a;text-decoration:none;font:12px 'Lucida Sans', sans-serif;padding:0 0 0 6px; margin:0 0 0 2px;height:64px;line-height:40px;text-align:center;cursor:pointer}
.rhm1-bg li a span{float:left;display:block;padding:0 10px 0 2px}
.rhm1-bg li.current a{color:#000;background:url(../image/menu/rhm1_hover_l.gif) no-repeat left 5px}
.rhm1-bg li.current a span{color:#000;background:url(../image/menu/rhm1_hover_r.gif) no-repeat right 5px}
.rhm1-bg li a:hover{color:#000;background:url(../image/menu/rhm1_hover_l.gif) no-repeat left 5px}
.rhm1-bg li a:hover span{color:#000;background:url(../image/menu/rhm1_hover_r.gif) no-repeat right 5px}*/

/* CSS Document */
.rhm1{
	width:710px;
	height:64px;
	margin:0 auto;
	background:url(../image/menu/rhm1_bg.gif) repeat-x;		
}
.rhm1-left{
	background:url(../image/menu/rhm1_l.gif) no-repeat;
	width:8px;
	height:64px;
	float:left;
}
.rhm1-right{
	background:url(../image/menu/rhm1_r.gif) no-repeat;
	width:8px;
	height:64px;
	float:right;
}
.rhm1-bg{
	background:url(../image/menu/rhm1_bg.gif) repeat-x;
	height:64px;
}
.rhm1-bg ul{
	list-style:none;
	margin:0; padding: 0
}
.rhm1-bg li{
	float:left;
	list-style:none;
}
.rhm1-bg li a{
	float:left;
	display:block;
	color: #90623a;
	text-decoration:none;
	font:12px 'Lucida Sans', sans-serif;
	padding:0 0 0 10px; margin:0 0 0 1px;
	height:64px;
	line-height:40px;
	text-align:center;
	cursor:pointer;	
}
.rhm1-bg li a span{
	float:left;
	display:block;
	padding:0 10px 0 0
}
.rhm1-bg li.current a{
	color:#000;
	background:url(../image/menu/rhm1_hover_l.gif) no-repeat left 5px;
}
.rhm1-bg li.current a span{
	color:#000;
	background:url(../image/menu/rhm1_hover_r.gif) no-repeat right 5px;
}
.rhm1-bg li a:hover{
	color:#000;
	background:url(../image/menu/rhm1_hover_l.gif) no-repeat left 5px;
}
.rhm1-bg li a:hover span{
	color:#000;
	background:url(../image/menu/rhm1_hover_r.gif) no-repeat right 5px;
}

