/* RadMenu WGBF skin */

.RadMenu_WGBF
{
	text-decoration: none;
}

.RadMenu_WGBF .rootGroup
{
	width: 100%;
}

.RadMenu_WGBF .item
{
	width: 100%;
}


.RadMenu_WGBF .link:link,
.RadMenu_WGBF .link:visited
{
	font: bold 14px arial, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 4px;
	height: 20px;

}


.RadMenu_WGBF .link:hover,
.RadMenu_WGBF .link:active

{
	color: #a4a6a8;
	font: bold 14px arial, sans-serif;
	background: transparent ;
	height: 20px;
}

.RadMenu_WGBF .group
{
	width:175px;
	background: #000000 url(img/subMenu_back.jpg) repeat-y; 
	border: solid #eeeeee 1px;
}


.RadMenu_WGBF .level1
{
	font-size: 12px;
}

.RadMenu_WGBF .level1 .first
{
	margin-top: 4px;
	font-weight: normal;
	height: 20px;
}

.RadMenu_WGBF .level1 .last
{
	margin-bottom: 4px;
}

.RadMenu_WGBF .level1 .link:link,
.RadMenu_WGBF .level1 .link:visited
{
	color: #ffffff;
	font: normal 12px arial, sans-serif;
	height: 20px;
        width:175px;
}

.RadMenu_WGBF .level1 .link:hover,
.RadMenu_WGBF .level1 .link:active
{
	color: #cccccc;
	font: normal 12px arial, sans-serif;
	height: 20px;
        width:175px;
}

.RadMenu_WGBF .level1 .expandLeft,
.RadMenu_WGBF .level1 .expandRight
{
}

/* right to left */

.RadMenu_WGBF_rtl
{
    text-align:right;
}

.RadMenu_WGBF_rtl .level1 .expandLeft,
.RadMenu_WGBF_rtl .level1 .expandRight
{
	padding-left: 12px !important;
}

.RadMenu_WGBF_rtl .level1 .group .link:hover .expandLeft,
.RadMenu_WGBF_rtl .level1 .group .link:hover .expandRight
{
}

.RadMenu_WGBF .level1 .link:hover
{
}

.RadMenu_WGBF_rtl .group .text
{
}

.RadMenu_WGBF .leftArrow,
.RadMenu_WGBF .rightArrow,
.RadMenu_WGBF .topArrow,
.RadMenu_WGBF .bottomArrow,
.RadMenu_WGBF .leftArrowDisabled,
.RadMenu_WGBF .rightArrowDisabled,
.RadMenu_WGBF .topArrowDisabled,
.RadMenu_WGBF .bottomArrowDisabled
{
}

.RadMenu_WGBF .topArrow,
.RadMenu_WGBF .topArrowDisabled
{
}

.RadMenu_WGBF .bottomArrow,
.RadMenu_WGBF .bottomArrowDisabled
{
}

.RadMenu_WGBF .rightArrow,
.RadMenu_WGBF .leftArrow
{
}

.RadMenu_WGBF .rightArrow,
.RadMenu_WGBF .rightArrowDisabled
{
}


