
div.navigation-right {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

div.navigation-right-header {
	margin: 0;
	padding: 4px 10px 4px 26px;
	width: 106px;
	height: 14px;
	font: 12px verdana, arial, sans-serif;
	font-weight: bolder;
	text-align: center;
	white-space: nowrap;
	border-left: 1px solid #8F2D2A;
	color: black;
}

div.navigation-right-spacer {
	margin: 0;
	width: 100%;
	height: 6px;
	font-size: 0;
	border-left: 1px solid #8F2D2A;
}

div.navigation-right-cell {
	display: table-cell;
	vertical-align: middle;
}

a.navigation-right {
	padding: 0 10px 0 24px;
	/* image size is 142x22 */
	width: 108px;
	height: 22px;
	font-size: 8px;
	font-size-adjust: none;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	line-height: 2.8em;	/* optimized for IE7 :-( */
	background-image: url(RHS_button_T_natural_state.png);
	background-repeat: no-repeat;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	display: block;
}
a.navigation-right:hover {
	background-image: url(RHS_button_T_rollover_state.png);
}

a.navigation-right-last {
	background-image: url(RHS_button_L_natural_state.png);
}

a.navigation-right-last:hover {
	background-image: url(RHS_button_L_rollover_state.png);
}
