/* CSS Document */

.rhm1-bg{
	height:38px;
}
.rhm1-bg ul{
	list-style:none;
	margin:0;
}
.rhm1-bg li{
	float:left;
	list-style:none;
}
.rhm1-bg li a{
	float:left;
	display:block;
	color:#FFF;
	text-decoration:none;
	font:13px Arial,Verdana,Helvitica,sans-serif;
	font-weight:bolder;
	padding:0 0 0 10px;
	height:38px;
	line-height:40px;
	text-align:center;
	cursor:pointer;	
}
.rhm1-bg li a span{
	float:left;
	display:block;
	padding:0 18px 0 10px;
}
.rhm1-bg li.current a{
	color:#001528;
	background:url(../images/rhm1_hover_l.gif) no-repeat left 5px;
}
.rhm1-bg li.current a span{
	color:#001528;
	background:url(../images/rhm1_hover_r.gif) no-repeat right 5px;
}
.rhm1-bg li a:hover{
	color:#001528;
	background:url(../images/rhm1_hover_l.gif) no-repeat left 5px;
	text-decoration:none;

}
.rhm1-bg li a:hover span{
	color:#001528;
	background:url(../images/rhm1_hover_r.gif) no-repeat right 5px;
	text-decoration:none;
}
