/* CSS Document */
.rhm1{
	width:970px;
	height:64px;
	background:url(../images/rhm1_bg.gif) repeat-x;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.rhm1-left{
	background:url(../images/rhm1_l.gif) no-repeat;
	width:15px;
	height:64px;
	float:left;
}
.rhm1-right{
	background:url(../images/rhm1_r.gif) no-repeat;
	width:15px;
	height:64px;
	float:right;
}
.rhm1-bg{
	background:url(../images/rhm1_bg.gif) repeat-x;
	height:64px;
}
.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:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	height:64px;
	line-height:40px;
	text-align:center;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
}
.rhm1-bg li a span{
	float:left;
	display:block;
	padding-top: 0;
	padding-right: 32px;
	padding-bottom: 0;
	padding-left: 18px;
}
.rhm1-bg li.current a{
	color:#fff;
	background-repeat: no-repeat;
	background-poistion:left 5px;
	background-image: url(../images/rhm1_hover_l.gif);
	background-position: left 5px;	

}
.rhm1-bg li.current a span{
	color:#fff;
	background-repeat: no-repeat;
	background-position: right 5px;
	background-image: url(../images/rhm1_hover_r.gif);
}
.rhm1-bg li a:hover{
	color:#fff;
	background:url(../images/rhm1_hover_l.gif) no-repeat left 5px;
}
.rhm1-bg li a:hover span{
	color:#fff;
	background:url(../images/rhm1_hover_r.gif) no-repeat right 5px;
}
