/* RadMenu Default skin */

.RadMenu_JJML 
{
	font: bold 13px arial, tahoma, sans-serif;
	color:#666;
	line-height: 28px;
	background: #fefefe url('img/tabStripeOff.gif') repeat-x left bottom;
	float:right;
	text-decoration:none;
}

.RadMenu_JJML .link
{
	text-decoration:none;
	color: #fff;
	line-height: 28px;
	background: #fefefe url('img/tabStripeOff.gif') repeat-x left bottom;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}

.RadMenu_JJML .link:hover,
.RadMenu_JJML .focused,
.RadMenu_JJML .expanded,
.RadMenu_JJML .rootGroup .selected
{
	text-decoration:none;	
	color:#fff;
	font-size:13px;
	background:url('Img/tabStripeOn.gif')  repeat-x left bottom;
}

.RadMenu_JJML .selected .text,
.RadMenu_JJML .link:hover .text,
.RadMenu_JJML .expanded .text{
	color: #fff;
}


.RadMenu_JJML .text
{
	color:#666;
	font-size: 13px;
	padding: 0px 24px;
	font-family: Arial, Verdana;

}

.RadMenu_JJML .group
{
	color:#fff;
	background: white;
	border: solid 1px #e4e4e4;
}

.RadMenu_JJML .group .link
{
	color:#666;
	background: #f1f1f1;
	border-top: solid 1px #f0f0f0;
	border-left: 0px;
	border-right: 0px;
	min-width: 120px;
	text-align: left;
}

* html .RadMenu_JJML .group .link
{
    width: 120px;
	color:#666;
}

.RadMenu_JJML_rtl .group .link
{
	text-align: right;
}

.RadMenu_JJML .group .text
{
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding-left: 12px;
}


.RadMenu_JJML_rtl .group .text
{
	padding-left: 0px;
	padding-right: 12px;
}

.RadMenu_JJML .group .link:hover,
.RadMenu_JJML .group .focused,
.RadMenu_JJML .group .expanded,
.RadMenu_JJML .group .selected
{
	color:#666;
	background: #c8f415 url('img/tabStripeOn.gif') repeat-x;
}


.RadMenu_JJML .leftArrow,
.RadMenu_JJML .rightArrow,
.RadMenu_JJML .topArrow,
.RadMenu_JJML .bottomArrow,
.RadMenu_JJML .leftArrowDisabled,
.RadMenu_JJML .rightArrowDisabled,
.RadMenu_JJML .topArrowDisabled,
.RadMenu_JJML .bottomArrowDisabled
{
	border-left:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	background: #efefef url('img/left.gif') center center no-repeat;
	width:15px;
	text-decoration:none;
	color:#fff;
	text-indent:-3000px;
}

.RadMenu_JJML .topArrow,
.RadMenu_JJML .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_JJML .bottomArrow,
.RadMenu_JJML .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_JJML .rightArrow,
.RadMenu_JJML .leftArrow
{
	height:100%;
}

.RadMenu_JJML .rightArrow,
.RadMenu_JJML .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_JJML .vertical .separator .text
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_JJML .expandLeft,
.RadMenu_JJML .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_JJML_rtl .expandLeft,
.RadMenu_JJML_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_JJML .link:hover .expandLeft,
.RadMenu_JJML .link:hover .expandRight,
.RadMenu_JJML .focused .expandLeft,
.RadMenu_JJML .focused .expandRight,
.RadMenu_JJML .expanded .expandLeft,
.RadMenu_JJML .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_JJML_rtl .link:hover .expandLeft,
.RadMenu_JJML_rtl .link:hover .expandRight,
.RadMenu_JJML_rtl .focused .expandLeft,
.RadMenu_JJML_rtl .focused .expandRight,
.RadMenu_JJML_rtl .expanded .expandLeft,
.RadMenu_JJML_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}