/* RadMenu AGO skin */
.RadMenu_AGO
{
	background: transparent;
}

.RadMenu_AGO .link:link,
.RadMenu_AGO .link:active,
.RadMenu_AGO .link:visited
{
	text-decoration:none;
	color: #b2d2bc;
	line-height: 20px;
}

.RadMenu_AGO .link .text
{
	padding-right: 0px;
	cursor: pointer;
	cursor: hand;
}

.RadMenu_AGO .link:hover,
.RadMenu_AGO .focused,
.RadMenu_AGO .expanded
{
	background: transparent;
	color: black;
}

.RadMenu_AGO .link:hover .text,
.RadMenu_AGO .focused .text,
.RadMenu_AGO .expanded .text
{
	color: White;
	text-decoration: underline;
}

.RadMenu_AGO .rootGroup .disabled:hover
{
	border-bottom: 2px solid #cbcbcb;
	border-top: 2px solid #cbcbcb;
	background: transparent;
}

.RadMenu_AGO .rootGroup .disabled:hover .text
{
	border-top: 1px solid #cbcbcb;
}

.RadMenu_AGO .text
{
	padding: 0px 15px;
	font-family: Georgia, Times New Roman, Arial, helvetica;
	font-style: italic;
	font-size: 12pt;
}

.RadMenu_AGO .group
{
	background: white;
	border: 0px;
}

.RadMenu_AGO .group .link
{
	background: #f1f1f1;
	border: solid 1px #d1d1d1;
	border-top-color: white;
	text-align: left;
	color: Black;
	padding-left: 5px;
}

.RadMenu_AGO .group .text
{
	padding-left:6px;
	padding-right: 40px;
	font-size: 11px;
	font-family: Tahoma, Arial;
	font-style: normal;
}


.RadMenu_AGO .group .link:hover .text,
.RadMenu_AGO .group .focused .text,
.RadMenu_AGO .group .expanded .text
{
	border-top: 0px;
	color: Black;
}

.RadMenu_AGO .group .link:hover,
.RadMenu_AGO .group .focused,
.RadMenu_AGO .group .expanded
{
	background: #fafafa;
	border-bottom: 1px solid #ef2626;
	border-top: 1px solid white;
	font-weight: normal;
}

.RadMenu_AGO .leftArrow,
.RadMenu_AGO .rightArrow,
.RadMenu_AGO .topArrow,
.RadMenu_AGO .bottomArrow,
.RadMenu_AGO .leftArrowDisabled,
.RadMenu_AGO .rightArrowDisabled,
.RadMenu_AGO .topArrowDisabled,
.RadMenu_AGO .bottomArrowDisabled
{
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	background: #f1f1f1 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_AGO .topArrow,
.RadMenu_AGO .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_AGO .bottomArrow,
.RadMenu_AGO .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_AGO .rightArrow,
.RadMenu_AGO .leftArrow
{
	height:100%;
}

.RadMenu_AGO .rightArrow,
.RadMenu_AGO .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu_AGO .vertical .separator .text
{
	background: #eaeaea;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #d1d1d1;
	border-right: solid 1px #d1d1d1;
}

.RadMenu_AGO .expandLeft,
.RadMenu_AGO .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px 3px;
}

.RadMenu_AGO .link:hover .expandLeft,
.RadMenu_AGO .link:hover .expandRight,
.RadMenu_AGO .focused .expandLeft,
.RadMenu_AGO .focused .expandRight,
.RadMenu_AGO .expanded .expandLeft,
.RadMenu_AGO .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* right to left */
.RadMenu_AGO_rtl .group .link:hover .expandLeft,
.RadMenu_AGO_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_AGO_rtl .expandLeft,
.RadMenu_AGO_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
/* end right to left */
