
/* r.a.d.menu BlackBoxCMS skin */

.RadMenu_BlackBoxCMS
{
	

}

.RadMenu_BlackBoxCMS_Context
{
	background:none;
}

.RadMenu_BlackBoxCMS .link, .RadMenu_BlackBoxCMS .active, .RadMenu_BlackBoxCMS .visited
{
	text-decoration:none;
	color: #333333;
	line-height: 25px;
	
	/*border-bottom: 2px solid #6565A3;
	border-top: 3px solid #a7cfe8;
	*/
}


.RadMenu_BlackBoxCMS .link .text
{
	padding-right: 20px;

}

.RadMenu_BlackBoxCMS .link:hover,
.RadMenu_BlackBoxCMS .focused,
.RadMenu_BlackBoxCMS .expanded
{
	background: #FA702A;
	color:#ffffff;
	/*
	
	border-bottom: 2px solid #1973c9;
	border-top: 3px solid #3487d4;
	
	color: black;*/


	cursor:pointer;
}

.RadMenu_BlackBoxCMS .link:hover .text,
.RadMenu_BlackBoxCMS .focused .text,
.RadMenu_BlackBoxCMS .expanded .text
{
    
	/*	border-top: 1px solid #85c3e6;*/
}

.RadMenu_BlackBoxCMS .rootGroup .disabled:hover
{
	border-bottom: 2px solid #a7cfe8;
	border-top: 2px solid #a7cfe8;
	background: #a7cfe8;
}

.RadMenu_BlackBoxCMS .rootGroup .disabled:hover .text
{
	border-top: 1px solid #a7cfe8;
}

.RadMenu_BlackBoxCMS .text
{
	padding: 0px 15px;
	font-size: 11px;
}

.RadMenu_BlackBoxCMS .group
{
	background: white;
	border: 0px;
}

.RadMenu_BlackBoxCMS .group .link
{
	background: #dfeef4;
	background:#000066;
	border-top: solid 1px #bfcde3;
	border-top-color: white;
	text-align: left;
	padding-right: 0px; 
}

.RadMenu_BlackBoxCMS .group .text
{
	padding-left:6px;
	padding-right: 40px;
}



.RadMenu_BlackBoxCMS .group .link:hover,
.RadMenu_BlackBoxCMS .group .focused,
.RadMenu_BlackBoxCMS .group .expanded
{
	background: #6565A3;
	border-top: 1px solid white;
	font-weight: normal;
}

.RadMenu_BlackBoxCMS .group .link:hover .text,
.RadMenu_BlackBoxCMS .group .focused .text,
.RadMenu_BlackBoxCMS .group .expanded .text
{
	border-top: 0;
}

.RadMenu_BlackBoxCMS .leftArrow,
.RadMenu_BlackBoxCMS .rightArrow,
.RadMenu_BlackBoxCMS .topArrow,
.RadMenu_BlackBoxCMS .bottomArrow,
.RadMenu_BlackBoxCMS .leftArrowDisabled,
.RadMenu_BlackBoxCMS .rightArrowDisabled,
.RadMenu_BlackBoxCMS .topArrowDisabled,
.RadMenu_BlackBoxCMS .bottomArrowDisabled
{
	border-left: 1px solid #bfcde3;
	border-right: 1px solid #bfcde3;
	background: #a7cfe8 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_BlackBoxCMS .topArrow,
.RadMenu_BlackBoxCMS .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_BlackBoxCMS .bottomArrow,
.RadMenu_BlackBoxCMS .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_BlackBoxCMS .rightArrow,
.RadMenu_BlackBoxCMS .leftArrow
{
	height:100%;
}

.RadMenu_BlackBoxCMS .rightArrow,
.RadMenu_BlackBoxCMS .rightArrowDisabled
{
	background-image:url('img/right.gif');
}


.RadMenu_BlackBoxCMS .vertical .separator .text
{
	background: #d4e5eb;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #bfcde3;
	border-right: solid 1px #bfcde3;
}


.RadMenu_BlackBoxCMS .expandLeft,
.RadMenu_BlackBoxCMS .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px;
}


.RadMenu_BlackBoxCMS_rtl .group .link:hover .expandLeft,
.RadMenu_BlackBoxCMS_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_BlackBoxCMS_rtl .expandLeft,
.RadMenu_BlackBoxCMS_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}



.RadMenu_BlackBoxCMS .link:hover .expandLeft,
.RadMenu_BlackBoxCMS .link:hover .expandRight,
.RadMenu_BlackBoxCMS .focused .expandLeft,
.RadMenu_BlackBoxCMS .focused .expandRight,
.RadMenu_BlackBoxCMS .expanded .expandLeft,
.RadMenu_BlackBoxCMS .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

