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