.RadMenu_System
{
	background-color: Transparent;
}
.RadMenu_System .link
{
	font: menu;
	padding: .2em 14px;
	text-decoration: none;
	color: menutext;
}

.RadMenu_System .level1
{

	padding: 2px;
	text-decoration: none;
	color: menutext;
	font-size: 14px;
	background-color: #b21212;
}

.RadMenu_System .link:hover
{
	cursor: hand;
	
	background-color: #c14141;
}

.RadMenu_System .level1 .link:hover
{
	cursor: hand;
	background-color: #c14141;
}
.RadMenu_System .link MenuMark
{
	background-color: #c14141;
}
.RadMenu_System .focused, .RadMenu_System .disabled
{
	font-family: "Century Gothic";
	font-size: 12px;
	color: #422007;
	
	background-color: #c14141;
}

.RadMenu_System .text
{
	font-family: "Century Gothic";
	font-size: 14px;
	color: #ffffff;
}

.RadMenu_System .group
{
	
}

.RadMenu_System .group
{
}

.RadMenu_System .group .text
{
	
	text-align:left;
	padding-right: 10px;
}

.RadMenu_System .leftArrow, .RadMenu_System .rightArrow, .RadMenu_System .topArrow, .RadMenu_System .bottomArrow, .RadMenu_System .leftArrowDisabled, .RadMenu_System .rightArrowDisabled, .RadMenu_System .topArrowDisabled, .RadMenu_System .bottomArrowDisabled
{
	background-color: #c14141;
	width: 15px;
}

.RadMenu_System .topArrow, .RadMenu_System .topArrowDisabled
{
	background-image: url( 'img/top.gif' );
	width: 100%;
}

.RadMenu_System .bottomArrow, .RadMenu_System .bottomArrowDisabled
{
	background-image: url( 'img/bottom.gif' );
	width: 100%;
}

.RadMenu_System .rightArrow, .RadMenu_System .leftArrow
{
	height: 100%;
}

.RadMenu_System .rightArrow, .RadMenu_System .rightArrowDisabled
{
	background-image: url( 'img/right.gif' );
}

.RadMenu_System .vertical .separator .text
{
	margin: 0 2px;
}

.RadMenu_System .expandLeft, .RadMenu_System .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_System_rtl .expandLeft, .RadMenu_System_rtl .expandRight
{
	background: transparent url(img/groupImageRTL.gif) left center no-repeat;
	padding-left: 10px !important;
}

/* right to left */
.RadMenu_System_rtl .group .link:hover .expandLeft, .RadMenu_System_rtl .group .link:hover .expandRight
{
	background: transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px 1px;
	margin-left: -2px;
}

.RadMenu_System .link:hover .expandLeft, .RadMenu_System .link:hover .expandRight, .RadMenu_System .focused .expandLeft, .RadMenu_System .focused .expandRight, .RadMenu_System .expanded .expandLeft, .RadMenu_System .expanded .expandRight
{
	background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

