
/* r.a.d.menu CssBlue skin */

.RadMenu_Nsw
{
 border-left: 1px solid #002466;
 border-right: 1px solid #002466;
 border-bottom: 1px solid #002466;
 border-top: 1px solid #002466;
 background-image:url(img/bg.gif);
 padding:0px;
 margin-right: -1px;
	
}

.RadMenu_Nsw_Context
{
	background:none;
}

.RadMenu_Nsw .link
{
	text-decoration:none;
	color: white;
	line-height: 20px;
	font-weight:bold;
	background-color:#006699;
	padding-left:2px;
	padding-right:2px;
	border-right:solid 1px #005482;
	background-image:url(img/bg.gif);
	/*border: 1px solid white;*/
	/*width:175px;*/
}


.RadMenu_Nsw .link .text
{
	/*padding-right: 2px;*/
}

.RadMenu_Nsw .link:hover,
.RadMenu_Nsw .focused,
.RadMenu_Nsw .expanded
{
	background: #7AB9EE;
	color: #006699;
		background-image:url(img/bg_over.jpg);
}

.RadMenu_Nsw .link:hover .text,
.RadMenu_Nsw .focused .text,
.RadMenu_Nsw .expanded .text
{
	/*border-top: 1px solid #85c3e6;*/
}

.RadMenu_Nsw .rootGroup .disabled:hover
{
	border-bottom: 2px solid #a7cfe8;
	border-top: 2px solid #a7cfe8;
	/*background: #a7cfe8;*/
	background-image:url(img/bg_over.jpg);
	
}

.RadMenu_Nsw .rootGroup .disabled:hover .text
{
	border-top: 1px solid #a7cfe8;
}

.RadMenu_Nsw .text
{
	padding: 2px ;
	font-size: 11px;
	cursor:hand;
}

.RadMenu_Nsw .group
{
	background: white;
	border: 0px;
}

.RadMenu_Nsw .group .link
{
	background: #dfeef4;
	border: solid 1px #bfcde3;
	border-top-color: white;
	text-align: left;
	padding-right: 0px; 
}

.RadMenu_Nsw .group .text
{
	padding-left:6px;
	padding-right: 40px;
}



.RadMenu_Nsw .group .link:hover,
.RadMenu_Nsw .group .focused,
.RadMenu_Nsw .group .expanded
{
	background: #a7cfe8;
	
	border-bottom: 1px solid #1973c9;
	border-top: 1px solid white;
	font-weight: normal;
}

.RadMenu_Nsw .group .link:hover .text,
.RadMenu_Nsw .group .focused .text,
.RadMenu_Nsw .group .expanded .text
{
	border-top: 0;
}

.RadMenu_Nsw .leftArrow,
.RadMenu_Nsw .rightArrow,
.RadMenu_Nsw .topArrow,
.RadMenu_Nsw .bottomArrow,
.RadMenu_Nsw .leftArrowDisabled,
.RadMenu_Nsw .rightArrowDisabled,
.RadMenu_Nsw .topArrowDisabled,
.RadMenu_Nsw .bottomArrowDisabled
{
	border-left: 1px solid #bfcde3;
	border-right: 1px solid #bfcde3;
	background: #a7cfe8 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Nsw .topArrow,
.RadMenu_Nsw .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_Nsw .bottomArrow,
.RadMenu_Nsw .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_Nsw .rightArrow,
.RadMenu_Nsw .leftArrow
{
	height:100%;
}

.RadMenu_Nsw .rightArrow,
.RadMenu_Nsw .rightArrowDisabled
{
	background-image:url('img/right.gif');
}


.RadMenu_Nsw .vertical .separator .text
{
	background: #d4e5eb;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #bfcde3;
	border-right: solid 1px #bfcde3;
}


.RadMenu_Nsw .expandLeft,
.RadMenu_Nsw .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px;
}


.RadMenu_Nsw_rtl .group .link:hover .expandLeft,
.RadMenu_Nsw_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_Nsw_rtl .expandLeft,
.RadMenu_Nsw_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}



.RadMenu_Nsw .link:hover .expandLeft,
.RadMenu_Nsw .link:hover .expandRight,
.RadMenu_Nsw .focused .expandLeft,
.RadMenu_Nsw .focused .expandRight,
.RadMenu_Nsw .expanded .expandLeft,
.RadMenu_Nsw .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}
