/* CSS Document */

.menu{
	height:28px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	width: 870px;
	text-align: left;

}
.menu-left{
	background:url(../images/button/rhm1_l.gif) no-repeat;
	width:10px;
	height:28px;
	float:left;
}
.menu-right{
	background:url(../images/button/rhm1_r.gif) no-repeat;
	width:10px;
	height:28px;
	float:right;
}
.menu-bg{
	height:28px;
	float: right;
	width: auto;
	margin: 0px;
	padding: 0px;
	background-position: top;
	position: relative;
}
.menu-bg ul{
	list-style:none;
	margin:0 auto;
}
.menu-bg li{
	list-style:none;
	text-align: left;
	float: left;
}
.menu-bg li a{
	float:left;
	display:block;
	color:#555;
	text-decoration:none;
	font:12px 'Lucida Sans', sans-serif;
	font-weight:bold;
	padding:0 8px 0 10px;
	height:28px;
	line-height:28px;
	text-align:center;
	cursor:pointer;	
}
.menu-bg li a span{
	float:left;
	display:block;
	padding:0 10px 0 0px;
}
.menu-bg li.current a{
	color:#666666;
	background:url(../images/button/rhm1_hover_l.png) no-repeat left 0px;
}
.menu-bg li.current a span{
	color:#666666;
	background:url(../images/button/rhm1_hover_r.png) no-repeat right 0px;
}
.menu-bg li a:hover{
	color:#666666;
	background:url(../images/button/rhm1_hover_l.png) no-repeat left 0px;
}
.menu-bg li a:hover span{
	color:#666666;
	background:url(../images/button/rhm1_hover_r.png) no-repeat right 0px;
}

