/* Top Rounded Corner */
.rhm1-bg ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	float: left;
	position: relative;
	display: block;
	height: 20px;
	font: normal 10px Tahoma, Arial, sans-serif;
}
.rhm1-bg li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	pading: 0;
	line-height: 20px;
}
.rhm1-bg li a{
	display: block;
	float: left;
	text-decoration: none;
	margin: 0;
	padding: 0px 0px 0px 3px;
	text-align: center;
	cursor: pointer;	
	background:url(http://www.forex.edu.np/images/roundCorner/lfta.jpg) no-repeat left top;
}
.rhm1-bg li a span {
	display: block;
	float: left;
	color: #e3dd77;
	height: 20px;
	padding: 0px 8px 0px 6px;
	background:url(http://www.forex.edu.np/images/roundCorner/rhta.jpg) no-repeat right top;
}
.rhm1-bg li a:hover {
	background:url(http://www.forex.edu.np/images/roundCorner/lftb.jpg) no-repeat left top;
}
.rhm1-bg li a:hover span {
	color:#334a30;
	background:url(http://www.forex.edu.np/images/roundCorner/rhtb.jpg) no-repeat right top;
}

/* Body Rounded Corner */
.rhm2-bg ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	position: relative;
	display: block;
	height: 17px;
	font: bold 11px Tahoma, Arial, sans-serif;
}
.rhm2-bg li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	pading: 0;
	line-height: 15px;
}
.rhm2-bg li a{	
	display: block;
	float: left;
	text-decoration: none;
	margin: 0;
	padding: 0px 0px 0px 6px;
	text-align: center;
	cursor: pointer;	
	background: url(http://www.forex.edu.np/images/roundCorner/bdy_lft_a.jpg) no-repeat left top;
}
.rhm2-bg li a span {
	display: block;
	float: left;
	color: #616161;
	height: 17px;
	padding: 0px 6px 0px 0px;
	background: url(http://www.forex.edu.np/images/roundCorner/bdy_rht_a.jpg) no-repeat right top;
}
.rhm2-bg li a:hover {
	background: url(http://www.forex.edu.np/images/roundCorner/bdy_lft_b.jpg) no-repeat left top;
}
.rhm2-bg li a:hover span {
	color: #0073a9;
	background: url(http://www.forex.edu.np/images/roundCorner/bdy_rht_b.jpg) no-repeat right top;
}