/* r.a.d.menu siteEditor skin */

.RadMenu_siteEditor_nl 
{
	width:910px;
	height:86px;
}

.RadMenu_siteEditor_nl .link
{
	text-decoration:none;
	color: #FFFFFF;
	text-align: left;
	width: 130px;
	height: 86px;
}

.RadMenu_siteEditor_nl .link:hover, .RadMenu_siteEditor_nl .focused, .RadMenu_siteEditor_nl .expanded
{
	color: white;
	background-color: black;
}

.RadMenu_siteEditor_nl .text
{
	font-size: 11px;
	font-family: Arial, Verdana;
}

.RadMenu_siteEditor_nl .group
{
	/*background-image:url('img/smenu_bck.png');*/
	opacity: 0.90;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;	
}

.RadMenu_siteEditor_nl .group .link
{
	width: 130px;
	height:75px;
}

.RadMenu_siteEditor_nl .group .text
{
	margin-top:-3px;
}

.RadMenu_siteEditor_nl .group .link:hover, .RadMenu_siteEditor_nl .group .focused, .RadMenu_siteEditor_nl .group .expanded
{
	color: #2b4179;
	width:130px;
	height:75px;
}

.RadMenu_siteEditor_nl .leftArrow,
.RadMenu_siteEditor_nl .rightArrow,
.RadMenu_siteEditor_nl .topArrow,
.RadMenu_siteEditor_nl .bottomArrow,
.RadMenu_siteEditor_nl .leftArrowDisabled,
.RadMenu_siteEditor_nl .rightArrowDisabled,
.RadMenu_siteEditor_nl .topArrowDisabled,
.RadMenu_siteEditor_nl .bottomArrowDisabled
{
	background: #efefef url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_siteEditor_nl .topArrow,
.RadMenu_siteEditor_nl .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_siteEditor_nl .bottomArrow,
.RadMenu_siteEditor_nl .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_siteEditor_nl .rightArrow,
.RadMenu_siteEditor_nl .leftArrow
{
	height:100%;
}

.RadMenu_siteEditor_nl .rightArrow,
.RadMenu_siteEditor_nl .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_siteEditor_nl .vertical .separator .text
{
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_siteEditor_nl .expandLeft,
.RadMenu_siteEditor_nl .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_siteEditor_nl .link:hover .expandLeft,
.RadMenu_siteEditor_nl .link:hover .expandRight,
.RadMenu_siteEditor_nl .focused .expandLeft,
.RadMenu_siteEditor_nl .focused .expandRight,
.RadMenu_siteEditor_nl .expanded .expandLeft,
.RadMenu_siteEditor_nl .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}
/*
.childTrans
{
	opacity: 0.90;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;	
}
*/