/* CSS Document */
.rhm1{
	width:100%;

	height:35px;

	background:url(images/rhm1_bg.gif) repeat-x;		
}
.rhm1-left{
	background:url(images/rhm1_l.gif) no-repeat;
	width:9px;
	height:35px;
	float:left;
}
.rhm1-right{
	background:url(images/rhm1_r.gif) no-repeat;
	width:9px;
	height:35px;
	float:right;
}
.rhm1-bg{
	background:url(images/rhm1_bg.gif) repeat-x;
	height:35px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.rhm1-bg ul{
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.rhm1-bg li{
	float:left;
	list-style:none;
	padding: 0 0 0 0;
}
.rhm1-bg li a{
	float:left;
	display:block;
	color:#ffe8cc;
	text-decoration:none;
	font:11px Arial, Times New Roman;
	font-weight:bold;
	padding: 0 15px 0 15px;
	height:35px;
	line-height:37px;
	text-align:center;
	cursor:pointer;	
}
.rhm1-bg li a span{
	float:left;
	display:block;
padding: 0 15px 0 5px;
}
.rhm1-bg li.current a{
	color:#000;
	background:url(images/rhm1_hover_l.gif) no-repeat left 0;
}
.rhm1-bg li.current a span{
	color:#000;
	background:url(images/rhm1_hover_r.gif) no-repeat right 0 ;
}
.rhm1-bg li a:hover{
	color:#000;
	background:url(images/rhm1_hover_l.gif) no-repeat left 0 ;
}
.rhm1-bg li a:hover span{
	color:#000;
	background:url(images/rhm1_hover_r.gif) no-repeat right 0;
}

