/* CSS Document */
.rhm1{
	width:971px;
	height:35px;
	margin:0 auto;
	background:url(images/rhm2_bg.gif) repeat-x;
}
.rhm1-left{
	background:url(images/rhm2_l.gif) no-repeat;
	width:8px;
	height:35px;
	float:left;
}
.rhm1-right{
	background:url(images/rhm2_r.gif) no-repeat;
	width:8px;
	height:35px;
	float:right;
}
.rhm1-bg{
	background:url(images/rhm2_bg.gif) repeat-x;
	height:35px;
}
.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:#fff;
	text-decoration:none;
	font:12px 'Verdana', sans-serif;
	font-weight:bold;
	height:35px;
	line-height:35px;
	text-align:center;
	cursor:pointer;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}
.rhm1-bg li a span{
	float:left;
	display:block;
	padding:0 8px 0 8px;
}
.rhm1-bg li.current a{
	color:#fff;
	background-color:#666;
}
.rhm1-bg li.current a span{
	color:#fff;
	background-color:#666;
}
.rhm1-bg li a:hover{
	color:#fff;
	background-color:#666;
}
.rhm1-bg li a:hover span{
	color:#fff;
	background-color:#666;
}

