
/* r.a.d.menu Bare skin */

.RadMenu_Bare
{	
}

.RadMenu_Bare_Context
{
}

.RadMenu_Bare .leftArrow,
.RadMenu_Bare .rightArrow,
.RadMenu_Bare .topArrow,
.RadMenu_Bare .bottomArrow,
.RadMenu_Bare .leftArrowDisabled,
.RadMenu_Bare .rightArrowDisabled,
.RadMenu_Bare .topArrowDisabled,
.RadMenu_Bare .bottomArrowDisabled
{
	background: transparent url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Bare .topArrow,
.RadMenu_Bare .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Bare .bottomArrow,
.RadMenu_Bare .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Bare .rightArrow,
.RadMenu_Bare .leftArrow
{
	height:100%;
}

.RadMenu_Bare .rightArrow,
.RadMenu_Bare .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Bare .expandLeft,
.RadMenu_Bare .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Bare .link:hover .expandLeft,
.RadMenu_Bare .link:hover .expandRight,
.RadMenu_Bare .focused .expandLeft,
.RadMenu_Bare .focused .expandRight,
.RadMenu_Bare .expanded .expandLeft,
.RadMenu_Bare .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) right center no-repeat;
}

.RadMenu_Bare .link:hover .expandLeft,
.RadMenu_Bare .link:hover .expandRight,
.RadMenu_Bare .focused .expandLeft,
.RadMenu_Bare .focused .expandRight,
.RadMenu_Bare .expanded .expandLeft,
.RadMenu_Bare .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Bare .expandLeft,
.RadMenu_Bare .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}