/* RadMenu WJLT skin */

.RadMenu_WJLT
{
	font-family: arial, sans-serif;
	font-size: 14px;
  	font-weight: bold;
	text-decoration: none;
}

.RadMenu_WJLT .rootGroup
{
	width: 100%;
}

.RadMenu_WJLT .item
{
	height: 20px;
	padding: 0px 10px 0px 15px;

}


.RadMenu_WJLT .link:link,
.RadMenu_WJLT .link:visited
{
	color: #fcf40d ;
	text-decoration: none;
}


.RadMenu_WJLT .link:hover,
.RadMenu_WJLT .link:active

{
	color: #5db338;
}

.RadMenu_WJLT .group
{
	width: 175px;
	background: #5db338;
	border: solid #b1358f 1px;
}

.RadMenu_WJLT .level1 .item
{
	height: 16px;
	padding: 1px
}


.RadMenu_WJLT .level1 .first
{
padding: 4px 1px 1px 1px;
}

.RadMenu_WJLT .level1 .last
{
padding: 1px 1px 4px 1px;
}

.RadMenu_WJLT .level1 .link:link,
.RadMenu_WJLT .level1 .link:visited
{
	color: #fcf40d;
 	font-weight: normal;
	font-size: 12px;
  	width:175px;
}

.RadMenu_WJLT .level1 .link:hover,
.RadMenu_WJLT .level1 .link:active
{
	color: #ffffff;
  
	font-size: 12px;
  	font-weight: normal;
}

.RadMenu_WJLT .level1 .expandLeft,
.RadMenu_WJLT .level1 .expandRight
{
}

/* right to left */

.RadMenu_WJLT_rtl
{
    text-align:right;
}

.RadMenu_WJLT_rtl .level1 .expandLeft,
.RadMenu_WJLT_rtl .level1 .expandRight
{
	padding-left: 12px !important;
}

.RadMenu_WJLT_rtl .level1 .group .link:hover .expandLeft,
.RadMenu_WJLT_rtl .level1 .group .link:hover .expandRight
{
}

.RadMenu_WJLT .level1 .link:hover
{
}

.RadMenu_WJLT_rtl .group .text
{
}

.RadMenu_WJLT .leftArrow,
.RadMenu_WJLT .rightArrow,
.RadMenu_WJLT .topArrow,
.RadMenu_WJLT .bottomArrow,
.RadMenu_WJLT .leftArrowDisabled,
.RadMenu_WJLT .rightArrowDisabled,
.RadMenu_WJLT .topArrowDisabled,
.RadMenu_WJLT .bottomArrowDisabled
{
}

.RadMenu_WJLT .topArrow,
.RadMenu_WJLT .topArrowDisabled
{
}

.RadMenu_WJLT .bottomArrow,
.RadMenu_WJLT .bottomArrowDisabled
{
}

.RadMenu_WJLT .rightArrow,
.RadMenu_WJLT .leftArrow
{
}

.RadMenu_WJLT .rightArrow,
.RadMenu_WJLT .rightArrowDisabled
{
}



