
/* r.a.d.menu fastenerTop skin */

.RadMenu_fastenerTop
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:22px;
}

.RadMenu_fastenerTop_Context
{
	background:none;
}

.RadMenu_fastenerTop .link
{
	text-decoration:none;
	line-height: 20px;

}


.RadMenu_fastenerTop .link .text
{
	padding-right: 20px;
	color:white;
	text-transform:uppercase;
	font-weight:bold;
		cursor:pointer;
}

.RadMenu_fastenerTop .link:hover,
.RadMenu_fastenerTop .focused,
.RadMenu_fastenerTop .expanded
{
}

.RadMenu_fastenerTop .link:hover .text,
.RadMenu_fastenerTop .focused .text,
.RadMenu_fastenerTop .expanded .text
{
color:white;
}

.RadMenu_fastenerTop .rootGroup .disabled:hover
{
	border-bottom: 2px solid #a7cfe8;
	border-top: 2px solid #a7cfe8;
	background: #a7cfe8;	
}

.RadMenu_fastenerTop .rootGroup .disabled:hover .text
{
	border-top: 1px solid #a7cfe8;
}

.RadMenu_fastenerTop .text
{
	padding: 0px 15px;
	font-size: 11px;
}

.RadMenu_fastenerTop .group
{
	background: white;
	border: 0px;
}

.RadMenu_fastenerTop .group .link /* this is the main dropdown panel */
{
	background:white;
	border-left:6px solid #006bb6;
	border-bottom:1px solid #999999;
	text-align: left;
	padding-right: 0px;
	margin-top:-1px;
	margin-right:0px; 
	margin-left:-1px;
}

.RadMenu_fastenerTop .group .text
{
	padding-left:6px;
	padding-right: 40px;
	color: #006bb6;
}

.RadMenu_fastenerTop .group .link:hover,
.RadMenu_fastenerTop .group .focused,
.RadMenu_fastenerTop .group .expanded
{
	/*border-left:1px solid #ffffff;*/
	font-weight: normal;
	background-color:White;
	border-left:6px solid #fdf202;
}

.RadMenu_fastenerTop .group .link:hover .text,
.RadMenu_fastenerTop .group .focused .text,
.RadMenu_fastenerTop .group .expanded .text
{
	border-top: 0;
	color: #006bb6;
}

.RadMenu_fastenerTop .leftArrow,
.RadMenu_fastenerTop .rightArrow,
.RadMenu_fastenerTop .topArrow,
.RadMenu_fastenerTop .bottomArrow,
.RadMenu_fastenerTop .leftArrowDisabled,
.RadMenu_fastenerTop .rightArrowDisabled,
.RadMenu_fastenerTop .topArrowDisabled,
.RadMenu_fastenerTop .bottomArrowDisabled
{
	border-left: 1px solid #bfcde3;
	border-right: 1px solid #bfcde3;
	background: #a7cfe8 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_fastenerTop .topArrow,
.RadMenu_fastenerTop .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_fastenerTop .bottomArrow,
.RadMenu_fastenerTop .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_fastenerTop .rightArrow,
.RadMenu_fastenerTop .leftArrow
{
	height:100%;
}

.RadMenu_fastenerTop .rightArrow,
.RadMenu_fastenerTop .rightArrowDisabled
{
	background-image:url('img/right.gif');
}


.RadMenu_fastenerTop .vertical .separator .text
{
	background: #d4e5eb;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #bfcde3;
	border-right: solid 1px #bfcde3;
}


.RadMenu_fastenerTop .expandLeft,
.RadMenu_fastenerTop .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px;
}


.RadMenu_fastenerTop_rtl .group .link:hover .expandLeft,
.RadMenu_fastenerTop_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_fastenerTop_rtl .expandLeft,
.RadMenu_fastenerTop_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}



.RadMenu_fastenerTop .link:hover .expandLeft,
.RadMenu_fastenerTop .link:hover .expandRight,
.RadMenu_fastenerTop .focused .expandLeft,
.RadMenu_fastenerTop .focused .expandRight,
.RadMenu_fastenerTop .expanded .expandLeft,
.RadMenu_fastenerTop .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}