.rhm1{
	width: 700px;
	height:30px;
	margin: 0 10px 0 30px;
	background: url(images_menu/rhm1_bg.gif) repeat-x;		
}
.rhm1-left{
	background:url(images_menu/rhm1_l.gif) no-repeat;
	width:20px;
	height:30px;
	float:left;
}
.rhm1-right{
	background:url(images_menu/rhm1_r.gif) no-repeat;
	width:15px;
	height:30px;
	float:right;
}
.text
.rhm1-bg{
	background:url(images_menu/rhm1_bg.gif) repeat-x;
	height:30px;
}
.rhm1-bg ul{
	list-style:none;
	margin:0 auto;
}
.rhm1-bg li{
	float:left;
	list-style:none;
}
.rhm1-bg li a{
	float:left;
	display:block;
	color: silver;
	text-decoration:none;
	font: bold 10px/30px 'Lucida Sans', sans-serif;
	height: 30px;
	text-align:center;
	cursor:pointer;
	padding: 0 0 0 10px;
}
.rhm1-bg li a span{
	float:left;
	display:block;
	padding: 0 15px 0 5px;
}
.rhm1-bg li.current a{
	color: #e5e131;
	background: url(images_menu/rhm1_hover_l.png) no-repeat left 5px;
}
.rhm1-bg li.current a span{
	color: #e5e131;
	background:url(images_menu/rhm1_hover_r.png) no-repeat right 5px;
}
.rhm1-bg li a:hover{
	color: #e5e131;
	background:url(images_menu/rhm1_hover_l.png) no-repeat left 5px;
}
.rhm1-bg li a:hover span{
	color: #e5e131;
	background:url(images_menu/rhm1_hover_r.png) no-repeat right 5px;
}
