/* CSS Document */

.RadMenu {
	margin-top:2px;
}

.RadMenu a {
	text-decoration:none;
	border:none;
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
	line-height:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}


a.rmLink {
	height:22px;
	padding:10px 8px 0 8px;
	background:url(Images/NavButtons.jpg) no-repeat -5px 0;
	display:block;
	margin-right:1px;
	cursor:pointer !important;
}
	a.rmLink:hover {
		background:url(Images/NavButtons.jpg) no-repeat -140px 0;
	}
	

a.rmFocused {
	background:url(Images/NavButtons.jpg) no-repeat -280px 0 !important;
}

.rmLevel1 .rmItem a.rmLink {
	background-image:none !important;
	background-color:#d53e47 !important;
	border:1px solid #ce1622;
	border-bottom:none;
	margin-right:0;
}

.rmLevel1 .rmLast {
	border-bottom:1px solid #ce1622;
}

.rmLevel1 .rmItem a.rmLink:hover {
	background-color:#ee4451 !important;
}

