/* RadMenu WBKR skin */

.RadMenu_WBKR
{
}

.RadMenu_WBKR .rootGroup
{
	width: 100%;
}

.RadMenu_WBKR .item
{
	padding: 2px 4px 2px 20px;
	height: 20px;
}


.RadMenu_WBKR .link:link,
.RadMenu_WBKR .link:visited
{
	color: #e6ddcc;
        font: bold 14px arial, helvetica, san-serif;
	text-decoration: none;
}


.RadMenu_WBKR .link:hover,
.RadMenu_WBKR .link:active

{
	color: #f7e500;
        font: bold 14px arial, helvetica, san-serif;
	text-decoration: none;
}

.RadMenu_WBKR .group
{
	color: #56401f;
	background-color: #e6ddcc;
	border: solid #000000 1px;
	width: 175px;
}


.RadMenu_WBKR .level1 .item
{
	width:172px;
	padding: 2px;
	height: 16px;
}

.RadMenu_WBKR .level1 .first
{
}

.RadMenu_WBKR .level1 .last
{
}

.RadMenu_WBKR .level1 .link:link,
.RadMenu_WBKR .level1 .link:visited
{
        font: normal 12px arial, helvetica, san-serif;	
	text-decoration: none;
 	padding: 2px;
	color: #56401f;
}

.RadMenu_WBKR .level1 .link:hover,
.RadMenu_WBKR .level1 .link:active
{
 	padding: 2px;
	color: #000000;
    font: bold 12px arial, helvetica, san-serif;	
	text-decoration: none;
}

.RadMenu_WBKR .level1 .expandLeft,
.RadMenu_WBKR .level1 .expandRight
{
}

/* right to left */

.RadMenu_WBKR_rtl
{
    text-align:right;
}

.RadMenu_WBKR_rtl .level1 .expandLeft,
.RadMenu_WBKR_rtl .level1 .expandRight
{
	padding-left: 12px !important;
}

.RadMenu_WBKR_rtl .level1 .group .link:hover .expandLeft,
.RadMenu_WBKR_rtl .level1 .group .link:hover .expandRight
{
}

.RadMenu_WBKR .level1 .link:hover
{
}

.RadMenu_WBKR_rtl .group .text
{
}

.RadMenu_WBKR .leftArrow,
.RadMenu_WBKR .rightArrow,
.RadMenu_WBKR .topArrow,
.RadMenu_WBKR .bottomArrow,
.RadMenu_WBKR .leftArrowDisabled,
.RadMenu_WBKR .rightArrowDisabled,
.RadMenu_WBKR .topArrowDisabled,
.RadMenu_WBKR .bottomArrowDisabled
{
}

.RadMenu_WBKR .topArrow,
.RadMenu_WBKR .topArrowDisabled
{
}

.RadMenu_WBKR .bottomArrow,
.RadMenu_WBKR .bottomArrowDisabled
{
}

.RadMenu_WBKR .rightArrow,
.RadMenu_WBKR .leftArrow
{
}

.RadMenu_WBKR .rightArrow,
.RadMenu_WBKR .rightArrowDisabled
{
}


