/* RadMenu Plain skin */

.RadMenu_Potatoes 
{
	
}

.RadMenu_Potatoes_Context
{
	background: none;
	border:0;
}

.RadMenu_Potatoes .link,
.RadMenu_Potatoes .link:ACTIVE,
.RadMenu_Potatoes .link:LINK,
.RadMenu_Potatoes .link:VISITED,
.RadMenu_Potatoes div.text
{
	text-decoration:none;
	color: #ffffff;
	background: #482e13 url(img/topNavGradientTile.gif) left top repeat-x;
	font-weight: bold;
	padding: 13px 7px 13px 6px;
}

.RadMenu_Potatoes .link:hover,
.RadMenu_Potatoes .focused,
.RadMenu_Potatoes .expanded,
.RadMenu_Potatoes div.text:hover
{
	color: #FFFFFF;
	background-color:#482e13;
	text-decoration:none;
	background-image: none;
}

.RadMenu_Potatoes .text
{
	font-size: 11px;
	font-weight:bold;
	font-family: Arial, Verdana;
	cursor:pointer;
}

.RadMenu_Potatoes .separator .text
{
	background: #482e13 url(img/topNavGradientTile.gif) left top repeat-x;
	display: block;
	float: left;
	padding: 13px 0px 13px 0px;
	color:#FFFFFF;
}

.RadMenu_Potatoes_rtl .text
{
	padding-right: 10px;	
	padding-left: 36px;
}

.RadMenu_Potatoes .group
{
	border: solid 1px #442a0f;
	background-color:#ffffff;
	width:190px;
	overflow: hidden;
}

.RadMenu_Potatoes .group .link,
.RadMenu_Potatoes .group .link:ACTIVE,
.RadMenu_Potatoes .group .link:LINK,
.RadMenu_Potatoes .group .link:VISITED,
.RadMenu_Potatoes .group div.text
{
	background: #ffffff;
	text-align: left;
	color:#422a0e;
	font-weight:bold;
	padding: 8px 7px 8px 7px;
	width:190px;
}

.RadMenu_Potatoes_rtl .group .link,
.RadMenu_Potatoes_rtl .group div.text
{
	text-align: right;
}

.RadMenu_Potatoes .group .link:hover,
.RadMenu_Potatoes .group .focused,
.RadMenu_Potatoes .group .expanded
{
	background: #e9e0c3;
	font-weight: normal;
}

.RadMenu_Potatoes .leftArrow,
.RadMenu_Potatoes .rightArrow,
.RadMenu_Potatoes .topArrow,
.RadMenu_Potatoes .bottomArrow,
.RadMenu_Potatoes .leftArrowDisabled,
.RadMenu_Potatoes .rightArrowDisabled,
.RadMenu_Potatoes .topArrowDisabled,
.RadMenu_Potatoes .bottomArrowDisabled
{
	/*
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
	*/
}

.RadMenu_Potatoes .topArrow,
.RadMenu_Potatoes .topArrowDisabled
{
	/*
	background-image:url('img/top.gif');
	width:100%;
	*/
}

.RadMenu_Potatoes .bottomArrow,
.RadMenu_Potatoes .bottomArrowDisabled
{
	/*
	background-image:url('img/bottom.gif');
	width:100%;
	*/
}

.RadMenu_Potatoes .rightArrow,
.RadMenu_Potatoes .leftArrow
{
	height:100%;
}

.RadMenu_Potatoes .rightArrow,
.RadMenu_Potatoes .rightArrowDisabled
{
	/*
	background-image: url('img/right.gif');
	*/
}

.RadMenu_Potatoes .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_Potatoes .expandLeft,
.RadMenu_Potatoes .expandRight
{
	/*
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
	*/
}

.RadMenu_Potatoes_rtl .expandLeft,
.RadMenu_Potatoes_rtl .expandRight
{
	/*
	background: url(img/groupImageRTL.gif) left center no-repeat;
	*/
}

.RadMenu_Potatoes .link:hover .expandLeft,
.RadMenu_Potatoes .link:hover .expandRight,
.RadMenu_Potatoes .focused .expandLeft,
.RadMenu_Potatoes .focused .expandRight,
.RadMenu_Potatoes .expanded .expandLeft,
.RadMenu_Potatoes .expanded .expandRight
{
	/*
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
	*/
}

.RadMenu_Potatoes_rtl .link:hover .expandLeft,
.RadMenu_Potatoes_rtl .link:hover .expandRight,
.RadMenu_Potatoes_rtl .focused .expandLeft,
.RadMenu_Potatoes_rtl .focused .expandRight,
.RadMenu_Potatoes_rtl .expanded .expandLeft,
.RadMenu_Potatoes_rtl .expanded .expandRight
{
	/*
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
	*/
}