/* r.a.d.menu Plain skin */

.RadMenu_LeftNav .leftArrow,
.RadMenu_LeftNav .rightArrow,
.RadMenu_LeftNav .topArrow,
.RadMenu_LeftNav .bottomArrow,
.RadMenu_LeftNav .leftArrowDisabled,
.RadMenu_LeftNav .rightArrowDisabled,
.RadMenu_LeftNav .topArrowDisabled,
.RadMenu_LeftNav .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_LeftNav .topArrow,
.RadMenu_LeftNav .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_LeftNav .bottomArrow,
.RadMenu_LeftNav .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_LeftNav .rightArrow,
.RadMenu_LeftNav .leftArrow
{
	height:100%;
}

.RadMenu_LeftNav .rightArrow,
.RadMenu_LeftNav .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_LeftNav .vertical .separator .text
{
	padding-top: 0px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_LeftNav .expandLeft,
.RadMenu_LeftNav .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 0px;
}

.RadMenu_LeftNav_rtl .expandLeft,
.RadMenu_LeftNav_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_LeftNav .link:hover .expandLeft,
.RadMenu_LeftNav .link:hover .expandRight,
.RadMenu_LeftNav .focused .expandLeft,
.RadMenu_LeftNav .focused .expandRight,
.RadMenu_LeftNav .expanded .expandLeft,
.RadMenu_LeftNav .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_LeftNav_rtl .link:hover .expandLeft,
.RadMenu_LeftNav_rtl .link:hover .expandRight,
.RadMenu_LeftNav_rtl .focused .expandLeft,
.RadMenu_LeftNav_rtl .focused .expandRight,
.RadMenu_LeftNav_rtl .expanded .expandLeft,
.RadMenu_Leftnav_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}