/* CSS Document */
.rhm1{
	width:1024px;
	height:64px;
	margin:0 auto;		
}
.rhm1-left{
	background:url(images/left.png) no-repeat;
	width:15px;
	height:64px;
	float:left;
}
.rhm1-right{
	background:url(images/right.png) no-repeat;
	width:15px;
	height:64px;
	float:right;
}
.rhm1-bg
{
    background: url(images/bg.png) repeat-x;
    height: 64px;
    width: 994px;
    margin-right: auto;
    margin-left: auto;
}
.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: 14px 'Lucida Sans' , sans-serif;
    font-weight: bold;
    padding: 0 0 0 18px;
    height: 64px;
    line-height: 47px;
    text-align: center;
    cursor: pointer;
}
.rhm1-bg li a span{
	float:left;
	display:block;
	padding:0 32px 0 18px;
}
.rhm1-bg li.current a
{
    color: #0099FF;
    font-weight: bold;
    background: url(images/btLeft.png) no-repeat left 5px;
}
.rhm1-bg li.current a span{
	color: #0099FF;
    font-weight: bold;
	background:url(images/btRight.png) no-repeat right 5px;
}
.rhm1-bg li a:hover{
	color: #0099FF;
    font-weight: bold;
	background:url(images/btLeft.png) no-repeat left 5px;
}
.rhm1-bg li a:hover span{
	color: #0099FF;
    font-weight: bold;
	background:url(images/btRight.png) no-repeat right 5px;
}
