@charset "utf-8";
/* Style for Menu, SchoolSpeak CSS Document */
.rhm1{
	height:47px;
	margin:0 auto;
	background:url(../images/menu-bg-middle.png) repeat-x;		
}
.rhm1-left{
	background:url(../images/menu-bg-left.png) no-repeat;
	width:13px;
	height:47px;
	float:left;
}
.rhm1-right{
	background:url(../images/menu-bg-right.png) no-repeat;
	width:13px;
	height:47px;
	float:right;
}
.rhm1-bg{
	background:url(../images/menu-bg-middle.png) repeat-x;
	width:auto;
	height:47px;
}
.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-family:Trebuchet MS,Arial,san-serif; 
	font-size:13px; 
	font-weight:bold;
	padding:0 0 0 10px;
	height:47px;
	line-height:40px;
	text-align:center;
	cursor:pointer;	
}
.rhm1-bg li a span{
	float:left;
	display:block;
	padding:0 22px 0 13px;
}
.rhm1-bg li.current a{
	color:#000;
	background:url(../images/menu-hover-left.gif) no-repeat left 0px;
}
.rhm1-bg li.current a span{
	color:#000;
	background:url(../images/menu-hover-right.gif) no-repeat right 0px;
}
.rhm1-bg li a:hover{
	color:#3d4e29;
	background:url(../images/menu-hover-left.gif) no-repeat left 0px;
}
.rhm1-bg li a:hover span{
	color:#3d4e29;
	background:url(../images/menu-hover-right.gif) no-repeat right 0px;
}

