/* RadMenu WBLK skin */

.RadMenu_WBLK
{
	font-family: arial, sans-serif;
	font-size: 14px;
        font-weight: bold;
	text-decoration: none;
}

.RadMenu_WBLK .rootGroup
{
	width: 150px;
}

.RadMenu_WBLK .item
{
	width: 100%;
}


.RadMenu_WBLK .link:link,
.RadMenu_WBLK .link:visited
{
	color: #000000;
	text-decoration: none;
	padding: 0px 4px;
	height: 20px;

}


.RadMenu_WBLK .link:hover,
.RadMenu_WBLK .link:active

{
	color: #FFFFFF;
	height: 20px;
}

.RadMenu_WBLK .group
{
	width:175px;
	background: #e29131;
	border: solid #000000 1px;
}


.RadMenu_WBLK .level1 .first
{
	margin-top: 4px;
	font-weight: normal;
        font-size: 12px;
	height: 16px;
}

.RadMenu_WBLK .level1 .last
{
	margin-bottom: 4px;
        font-size: 12px;
}

.RadMenu_WBLK .level1 .link:link,
.RadMenu_WBLK .level1 .link:visited
{
	color: #000000;
        font-weight: normal;
        font-size: 12px;
	height: 16px;
        width:175px;
}

.RadMenu_WBLK .level1 .link:hover,
.RadMenu_WBLK .level1 .link:active
{
	color: #FFFFFF;
        font-weight: normal;
        font-size: 12px;
	height: 16px;
        width: 175px;
}

.RadMenu_WBLK .level1 .expandLeft,
.RadMenu_WBLK .level1 .expandRight
{
}

/* right to left */

.RadMenu_WBLK_rtl
{
    text-align:right;
}

.RadMenu_WBLK_rtl .level1 .expandLeft,
.RadMenu_WBLK_rtl .level1 .expandRight
{
	padding-left: 12px !important;
}

.RadMenu_WBLK_rtl .level1 .group .link:hover .expandLeft,
.RadMenu_WBLK_rtl .level1 .group .link:hover .expandRight
{
}

.RadMenu_WBLK .level1 .link:hover
{
}

.RadMenu_WBLK_rtl .group .text
{
}

.RadMenu_WBLK .leftArrow,
.RadMenu_WBLK .rightArrow,
.RadMenu_WBLK .topArrow,
.RadMenu_WBLK .bottomArrow,
.RadMenu_WBLK .leftArrowDisabled,
.RadMenu_WBLK .rightArrowDisabled,
.RadMenu_WBLK .topArrowDisabled,
.RadMenu_WBLK .bottomArrowDisabled
{
}

.RadMenu_WBLK .topArrow,
.RadMenu_WBLK .topArrowDisabled
{
}

.RadMenu_WBLK .bottomArrow,
.RadMenu_WBLK .bottomArrowDisabled
{
}

.RadMenu_WBLK .rightArrow,
.RadMenu_WBLK .leftArrow
{
}

.RadMenu_WBLK .rightArrow,
.RadMenu_WBLK .rightArrowDisabled
{
}


