/* CSS Document */

.rhm1-bg ul
{
	list-style: none;
	margin: 0 auto;
	padding: 0px;
}
.rhm1-bg li
{
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	background: url(acco_devider.jpg) no-repeat right center;
}

.rhm1-bg li a
{
	float: left;
	display: block;
	color: #313290;
	text-decoration: none;
	font: 12px verdana;
	font-weight: bold;
	padding: 0 0 0 10px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.rhm1-bg li a span
{
	float: left;
	display: block;
	padding: 0 15px 0 0px;
}

/*.rhm1-bg li a span.pad_a{
	float:left;
	display:block;
	background:url(btn_right_acco.jpg) repeat-x right 5px;
	width:145px;
}

*/
.rhm1-bg li.current a
{
	color: #313290;
	background: url(acco_new_left_over.jpg) no-repeat left center;
}
.rhm1-bg li.current a span
{
	color: #313290;
	background: url(acco_new_right_over.jpg) no-repeat right center;
}
.rhm1-bg li a:hover
{
	color: #313290;
	background: url(acco_new_left_over.jpg) no-repeat left center;
}
.rhm1-bg li a:hover span
{
	color: #313290;
	background: url(acco_new_right_over.jpg) no-repeat right center;
	text-align: center;
}

