
/* RadMenu Agape skin */

.RadMenu_Agape
{
	color: #FFFFFF; width:100%; padding: 0px 0px 0px 0px; background-color: #000000; font-weight: bold; text-decoration: none
}

.RadMenu_Agape_Context
{
	background:none;
}

.RadMenu_Agape .link
{
	text-decoration:none;
	color: #FFFFFF;
	line-height: 17px;
	width:150px;
	border-bottom: 2px solid #000000;
	border-top: 3px solid #000000;
}

.RadMenu_Agape .link:hover,
.RadMenu_Agape .focused,
.RadMenu_Agape .expanded
{
	background: #660000;
	border-bottom: 3px solid #000000;
	border-top: 1px solid #000000;
	color: gold;
	font-weight: bold;
}

.RadMenu_Agape .link:hover .text,
.RadMenu_Agape .focused .text,
.RadMenu_Agape .expanded .text
{
	border-top: 1px solid #000000;
	font-weight: bold;
}

.RadMenu_Agape .rootGroup .disabled:hover
{
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	background: #FFFFFF;
}

.RadMenu_Agape .rootGroup .disabled:hover .text
{
	border-top: 1px solid #000000;
}

.RadMenu_Agape .text
{
	padding: 0px 15px;
	font-size: 10px;
}

.RadMenu_Agape .group
{
	background: #000000;
	border: 0px;
	width: 150px;
	line-height: 12px;
}

.RadMenu_Agape .group .link
{
	background: #000000;
	border: solid 1px #000000;
	border-top-color: white;
	text-align: left;
	padding-right: 0px; 
}

.RadMenu_Agape .group .text
{
	padding-left:6px;
}



.RadMenu_Agape .group .link:hover,
.RadMenu_Agape .group .focused,
.RadMenu_Agape .group .expanded
{
	background: #666666;
	border-bottom: 1px solid #000000;
	border-top: 1px solid white;
	font-weight: normal;
}

.RadMenu_Agape .group .link:hover .text,
.RadMenu_Agape .group .focused .text,
.RadMenu_Agape .group .expanded .text
{
	border-top: 0;
}

.RadMenu_Agape .leftArrow,
.RadMenu_Agape .rightArrow,
.RadMenu_Agape .topArrow,
.RadMenu_Agape .bottomArrow,
.RadMenu_Agape .leftArrowDisabled,
.RadMenu_Agape .rightArrowDisabled,
.RadMenu_Agape .topArrowDisabled,
.RadMenu_Agape .bottomArrowDisabled
{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #666666 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Agape .topArrow,
.RadMenu_Agape .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_Agape .bottomArrow,
.RadMenu_Agape .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_Agape .rightArrow,
.RadMenu_Agape .leftArrow
{
	height:100%;
}

.RadMenu_Agape .rightArrow,
.RadMenu_Agape .rightArrowDisabled
{
	background-image:url('img/right.gif');
}


.RadMenu_Agape .vertical .separator .text
{
	background: #000000;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}


.RadMenu_Agape .expandLeft,
.RadMenu_Agape .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px;
}


.RadMenu_Agape_rtl .group .link:hover .expandLeft,
.RadMenu_Agape_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_Agape_rtl .expandLeft,
.RadMenu_Agape_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}



.RadMenu_Agape .link:hover .expandLeft,
.RadMenu_Agape .link:hover .expandRight,
.RadMenu_Agape .focused .expandLeft,
.RadMenu_Agape .focused .expandRight,
.RadMenu_Agape .expanded .expandLeft,
.RadMenu_Agape .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}