/* == Menu Layout == */

.rhm1{
	width:960px;
	height:38px;
	margin:0 auto;
	background:url(/images/rhm1_bg.gif) repeat-x;		
}
.rhm1-left{
	background:url(/images/rhm1_l.gif) no-repeat;
	width:15px;
	height:38px;
	float:left;
}
.rhm1-right{
	background:url(/images/rhm1_r.gif) no-repeat;
	width:15px;
	height:38px;
	float:right;
}
.rhm1-bg{
	background:url(/images/rhm1_bg.gif) repeat-x;
	height:38px;
}
.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:#cfefff;
	text-decoration:none;
	font:10px 'Lucida Sans', sans-serif;
	font-weight:bold;
	padding:0 0 0 18px;
	height:38px;
	line-height:40px;
	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:#fff;
	background:url(/images/rhm1_hover_l.gif) no-repeat left 5px;
}
.rhm1-bg li.current a span{
	color:#fff;
	background:url(/images/rhm1_hover_r.gif) no-repeat right 5px;
}
.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;
}

.rhm1-bg li a:active span{
	color:#fff;
	background:url(/images/rhm1_hover_r.gif) no-repeat right 5px;
}

li
{
border-left: #999999 solid 1px;
}

li.right
{
border-right: #999999 solid 1px;
}

li.spacer
{
width: 100	px;
}

li.search
{
width: 200px;
border-left: #999999 solid 1px;
border-right: #999999 solid 1px;
float:left;
display:block;
text-decoration:none;
font:10px 'Lucida Sans', sans-serif;
font-weight:bold;
padding:0 0 0 18px;
height:38px;
line-height:40px;
text-align:center;
cursor:pointer;
}