/* RadMenu WFYR skin */

.RadMenu_WFYR
{
}

.RadMenu_WFYR .rootGroup
{
}

.RadMenu_WFYR .item
{
	width: 100%;
}


.RadMenu_WFYR .link:link,
.RadMenu_WFYR .link:visited
{
	color: #ffffff;
	font: bold 14px arial, sans-serif;
	text-decoration: none;
	padding: 0px 4px;
	height: 20px;

}


.RadMenu_WFYR .link:hover,
.RadMenu_WFYR .link:active

{
	color: #FAD93C;
	font: bold 14px arial, sans-serif;
	text-decoration: none;
	height: 20px;
}

.RadMenu_WFYR .group
{
	background: #F5B935;
	border: solid #000000 1px;
}


.RadMenu_WFYR .level1 .first
{
	margin-top: 4px;
}

.RadMenu_WFYR .level1 .last
{
	margin-bottom: 4px;
}

.RadMenu_WFYR .level1 .link:link,
.RadMenu_WFYR .level1 .link:visited
{
	color: #000000;
	font: Normal 12px arial, sans-serif;
	text-decoration: none;
        height:16px;
}

.RadMenu_WFYR .level1 .link:hover,
.RadMenu_WFYR .level1 .link:active
{
	color: #BF0501;
	font: Normal 12px arial, sans-serif;
	text-decoration: none;
        height:16px;
}

.RadMenu_WFYR .level1 .expandLeft,
.RadMenu_WFYR .level1 .expandRight
{
}

/* right to left */

.RadMenu_WFYR_rtl
{
    text-align:right;
}

.RadMenu_WFYR_rtl .level1 .expandLeft,
.RadMenu_WFYR_rtl .level1 .expandRight
{
	padding-left: 12px !important;
}

.RadMenu_WFYR_rtl .level1 .group .link:hover .expandLeft,
.RadMenu_WFYR_rtl .level1 .group .link:hover .expandRight
{
}

.RadMenu_WFYR .level1 .link:hover
{
}

.RadMenu_WFYR_rtl .group .text
{
}

.RadMenu_WFYR .leftArrow,
.RadMenu_WFYR .rightArrow,
.RadMenu_WFYR .topArrow,
.RadMenu_WFYR .bottomArrow,
.RadMenu_WFYR .leftArrowDisabled,
.RadMenu_WFYR .rightArrowDisabled,
.RadMenu_WFYR .topArrowDisabled,
.RadMenu_WFYR .bottomArrowDisabled
{
}

.RadMenu_WFYR .topArrow,
.RadMenu_WFYR .topArrowDisabled
{
}

.RadMenu_WFYR .bottomArrow,
.RadMenu_WFYR .bottomArrowDisabled
{
}

.RadMenu_WFYR .rightArrow,
.RadMenu_WFYR .leftArrow
{
}

.RadMenu_WFYR .rightArrow,
.RadMenu_WFYR .rightArrowDisabled
{
}



