.RadMenu_Top1 { width: 100%; position: relative; z-index: 5000; }
.RadMenu_Top1 .rmRootGroup { width: 100%; float: none; font-family: 'Quicksand', Serif; }	

.RadMenu .rmItem { float: none; }

.RadMenu_Top1 .rmLink
{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	padding: 23px 40px 23px 0;
}
.RadMenu_Top1 .rmLink:after { content: url(/images/octagon.png); position: absolute; top: 24px; right: 0; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.ie8 .RadMenu_Top1 .rmLink:after { display: none; }

.RadMenu_Top1 .rmLink:hover	{
	color: #fff; 
	cursor: pointer;
}
.RadMenu_Top1 .rmLink:hover:after, .RadMenu_Top1 .activePage:after { content: url(/images/octagon.png); position: absolute; display: inline-block; top: 24px; right: 0; opacity: 1; filter: alpha(opacity=100); }

.RadMenu .rmRootGroup .rmItem .rmGroup { padding-bottom: 0 !important; }