
/* r.a.d.menu ccs skin */

.RadMenu_ccs
{
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	width: 220px;
}

.RadMenu_ccs_Context
{
	background: none;
}

.RadMenu_ccs .link
{
	cursor: pointer;
	border-bottom: 2px solid #355178;
	margin-bottom: -1px;
	margin-left: -1px;
	text-decoration: none;
	color: #ffffff;
	line-height: 28px;
	cursor: pointer;
	width:220px;
}


.RadMenu_ccs .link .text
{
	cursor:pointer;
	color:White;
	text-decoration:none;
	font-size:16px;
}

.RadMenu_ccs .link:hover, .RadMenu_ccs .focused, .RadMenu_ccs .expanded
{
	color: white;
	text-decoration:none;
}

.RadMenu_ccs .link:hover .text, .RadMenu_ccs .focused .text, .RadMenu_ccs .expanded .text
{
}

.RadMenu_ccs .rootGroup .disabled:hover
{
	border-bottom: 2px solid #a7cfe8;
	border-top: 2px solid #a7cfe8;
	background: #405AA7;
}

.RadMenu_ccs .rootGroup .disabled:hover .text
{
	border-top: 1px solid #a7cfe8;
}

.RadMenu_ccs .text
{
	padding: 0px 14px;
	font-size: 10pt;
}

.RadMenu_ccs .group
{
	border: 0px;
}

.RadMenu_ccs .group .link /* this is the main dropdown panel */
{
	cursor:pointer;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	text-align: left;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	width: auto;
}

.RadMenu_ccs .group .text
{
	padding-left: 6px;
	padding-right: 40px;
}



.RadMenu_ccs .group .link:hover, .RadMenu_ccs .group .focused, .RadMenu_ccs .group .expanded
{
	/*border-left:3px solid #EE3124;*/
	font-weight: normal;
	color: #ffffff;
	background-color: #29396B;
}

.RadMenu_ccs .group .link:hover .text, .RadMenu_ccs .group .focused .text, .RadMenu_ccs .group .expanded .text
{
	border-top: 0;
}

.RadMenu_ccs .leftArrow, .RadMenu_ccs .rightArrow, .RadMenu_ccs .topArrow, .RadMenu_ccs .bottomArrow, .RadMenu_ccs .leftArrowDisabled, .RadMenu_ccs .rightArrowDisabled, .RadMenu_ccs .topArrowDisabled, .RadMenu_ccs .bottomArrowDisabled
{
	border-left: 1px solid #bfcde3;
	border-right: 1px solid #bfcde3;
	background: #a7cfe8 url( 'img/left.gif' ) center center no-repeat;
	width: 15px;
}

.RadMenu_ccs .topArrow, .RadMenu_ccs .topArrowDisabled
{
	background-image: url( 'img/top.gif' );
	width: 100%;
}

.RadMenu_ccs .bottomArrow, .RadMenu_ccs .bottomArrowDisabled
{
	background-image: url( 'img/bottom.gif' );
	width: 100%;
}

.RadMenu_ccs .rightArrow, .RadMenu_ccs .leftArrow
{
	height: 100%;
}

.RadMenu_ccs .rightArrow, .RadMenu_ccs .rightArrowDisabled
{
	background-image: url( 'img/right.gif' );
}


.RadMenu_ccs .vertical .separator .text
{
	background: #d4e5eb;
	font-size: 1px;
	padding-top: 2px;
	border-left: solid 1px #bfcde3;
	border-right: solid 1px #bfcde3;
}


.RadMenu_ccs .expandLeft, .RadMenu_ccs .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px;
}


.RadMenu_ccs_rtl .group .link:hover .expandLeft, .RadMenu_ccs_rtl .group .link:hover .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_ccs_rtl .expandLeft, .RadMenu_ccs_rtl .expandRight
{
	background: transparent url(img/groupImageRTL.gif) left center no-repeat;
}



.RadMenu_ccs .link:hover .expandLeft, .RadMenu_ccs .link:hover .expandRight, .RadMenu_ccs .focused .expandLeft, .RadMenu_ccs .focused .expandRight, .RadMenu_ccs .expanded .expandLeft, .RadMenu_ccs .expanded .expandRight
{
	background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
}
