.RadMenu_custom1 {
	padding-top:4px;
	height: 14px;
	width: auto;
	float: left;
}

.RadMenu_custom1 .link {
	text-decoration:none;
	font: normal 11px arial, helvetica, sans-serif;
	text-transform:uppercase;
	color: #333333;
	line-height: 14px;
	border-right:1px solid #cc2228;
}

.RadMenu_custom1 .link .text {
	padding: 0 8px;
}

.RadMenu_custom1 .link:hover,
.RadMenu_custom1 .focused,
.RadMenu_custom1 .expanded {
	color: #cc2228;	
	text-decoration:none;
}

.RadMenu_custom1 .group {
	background: #FFFFFF;
	text-align:center;
	text-transform:uppercase;
	border: 1px solid #666666;
	z-index: 3;
	position: absolute;
	left: auto;
	top: auto;
}
.RadMenu_custom1 .group .link {
	line-height:25px;
	border-right:0px;
}

.RadMenu_custom1 .group .text {
	font-weight: normal;
}

.RadMenu_custom1 .group .link:hover .text,
.RadMenu_custom1 .group .focused .text,
.RadMenu_custom1 .group .expanded .text{
	text-decoration:none;
}

.RadMenu_custom1 .group .link:hover,
.RadMenu_custom1 .group .focused,
.RadMenu_custom1 .group .expanded {
}

.RadMenu_custom1 .expandLeft,
.RadMenu_custom1 .expandRight {
	
}

.RadMenu_custom1 .link:hover .expandLeft,
.RadMenu_custom1 .link:hover .expandRight,
.RadMenu_custom1 .focused .expandLeft,
.RadMenu_custom1 .focused .expandRight,
.RadMenu_custom1 .expanded .expandLeft,
.RadMenu_custom1 .expanded .expandRight {
	
}

/* right to left */
.RadMenu_custom1_rtl .group .link:hover .expandLeft,
.RadMenu_custom1_rtl .group .link:hover .expandRight {
	
}

.RadMenu_custom1_rtl .expandLeft,
.RadMenu_custom1_rtl .expandRight {
	
}
/* end right to left */
