.roundedl1 {
	background: transparent url( ../images/btn/menu_right1.png ) no-repeat scroll right top;
	font-size: 80%;
	border: 0 none;
	cursor: pointer;
	font-weight: bold;
	padding: 0 0 0 0;
	text-align: center;
	height: 26px;
	line-height: 26px;
	width: 100%;
}

a.roundedl1 {
	float: left;
}

.roundedl1 span {
display: block;
font-size: 90%;
padding: 0 0 0 13px;
position: relative;
height: 26px;
line-height: 12px;
}

.roundedl1 span {
background: transparent url( ../images/btn/menu_left1.png ) no-repeat scroll left top;
color: #000000;
}

.roundedl1:hover {
background-position: 100% -26px;
}

.roundedl1:hover span {
background-position: 0% -26px;
}




.roundedl2 {
	background: transparent url( ../images/btn/menu_right2.png ) no-repeat scroll right top;
	border: 0 none;
	cursor: pointer;
	font-weight: bold;
	padding: 0 0 0 0;
	text-align: center;
	height: 26px;
	line-height: 26px;
	width: 100%;
}

a.roundedl2 {
	float: left;
}

.roundedl2 span {
	display: block;
	padding: 0 0 0 5px;
	position: relative;
	height: 26px;
	line-height: 12px;
	font-size: 90%;
	background: transparent url( ../images/btn/menu_left2.png ) no-repeat scroll left top;
	color: #000000;
}


.roundedl2:hover {
background-position: 100% -26px;
}

.roundedl2:hover span {
background-position: 0% -26px;
}



