/* r.a.d.menu Plain skin */

.RadMenu_DesignSupply 
{
	/*background: #ececec url('img/MenuItemBackground.gif') repeat-x;*/
}

.RadMenu_DesignSupply_Context
{
	background: none;
	border:0;
}

.RadMenu_DesignSupply .link
{
	line-height: 20px;
	text-decoration:none;
	color: #d5cac3;
	/*background: #ececec url('img/MenuItemBackground.gif') repeat-x;*/
}

.RadMenu_DesignSupply .link:hover,
.RadMenu_DesignSupply .focused,
.RadMenu_DesignSupply .expanded
{
	color: White;
	background-image:url(../../../../images/child_bg.jpg);
}

.RadMenu_DesignSupply .text
{		
	padding-right: 10px;
	padding-left: 10px;
	padding-top:2px;
	padding-bottom:2px;
	font-size: 14px;
	font-family: Georgia;	
}

.RadMenu_DesignSupply .group
{
	border: solid 1px #735849;	
	border-bottom: 0px;
}

.RadMenu_DesignSupply .group .link
{
	background: #543f33;
	background-image:url(../../../../images/rad_menu_bg.jpg);	
	border-bottom: solid 1px #624b3d;
	text-align: left;
	
}

.RadMenu_DesignSupply .group .link:hover,
.RadMenu_DesignSupply .group .focused,
.RadMenu_DesignSupply .group .expanded
{
	background: #63411b;
	background-image: url(../../../../images/child_bg.jpg);
	/*border-bottom-color: #d7d7d7;*/
	font-weight: normal;
}
.RadMenu_DesignSupply .leftArrow,
.RadMenu_DesignSupply .rightArrow,
.RadMenu_DesignSupply .topArrow,
.RadMenu_DesignSupply .bottomArrow,
.RadMenu_DesignSupply .leftArrowDisabled,
.RadMenu_DesignSupply .rightArrowDisabled,
.RadMenu_DesignSupply .topArrowDisabled,
.RadMenu_DesignSupply .bottomArrowDisabled
{
	/*background: #ededed url('img/left.gif') center center no-repeat;*/
	width:15px;
}

.RadMenu_DesignSupply .topArrow,
.RadMenu_DesignSupply .topArrowDisabled
{
	/*background-image:url('img/top.gif');*/
	width:100%;
}

.RadMenu_DesignSupply .bottomArrow,
.RadMenu_DesignSupply .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_DesignSupply .rightArrow,
.RadMenu_DesignSupply .leftArrow
{
	height:100%;
}

.RadMenu_DesignSupply .rightArrow,
.RadMenu_DesignSupply .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_DesignSupply .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_DesignSupply .expandLeft,
.RadMenu_DesignSupply .expandRight
{
	/*background: transparent url(img/groupImage.gif) right center no-repeat;*/
	margin-right: 4px;
}

.RadMenu_DesignSupply_rtl .expandLeft,
.RadMenu_DesignSupply_rtl .expandRight
{
	background: url(img/groupImageRTL.html) left center no-repeat;
}

.RadMenu_DesignSupply .link:hover .expandLeft,
.RadMenu_DesignSupply .link:hover .expandRight,
.RadMenu_DesignSupply .focused .expandLeft,
.RadMenu_DesignSupply .focused .expandRight,
.RadMenu_DesignSupply .expanded .expandLeft,
.RadMenu_DesignSupply .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_DesignSupply_rtl .link:hover .expandLeft,
.RadMenu_DesignSupply_rtl .link:hover .expandRight,
.RadMenu_DesignSupply_rtl .focused .expandLeft,
.RadMenu_DesignSupply_rtl .focused .expandRight,
.RadMenu_DesignSupply_rtl .expanded .expandLeft,
.RadMenu_DesignSupply_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.html) left center no-repeat;
}