
/* r.a.d.menu ccsBot skin */

.RadMenu_ccsBot
{
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	width:220px;
	border-bottom:1px solid #ffffff;
}

.RadMenu_ccsBot_Context
{
	background:none;
}

.RadMenu_ccsBot .link
{
	cursor:pointer;
	margin-bottom:-1px;
	margin-left:-1px;
	text-decoration:none;
	color: black;
	line-height: 26px;
	cursor:pointer;	
	border-bottom:2px solid #355178;
	width:220px;
}

.RadMenu_ccsBot .link .text
{
	cursor:pointer;
	color:#626262;
	font-weight:bold;
	font-size:12px;
}

.RadMenu_ccsBot .link:hover,
.RadMenu_ccsBot .focused,
.RadMenu_ccsBot .expanded
{
	color:#black;	
}

.RadMenu_ccsBot .link:hover .text,
.RadMenu_ccsBot .focused .text,
.RadMenu_ccsBot .expanded .text
{

}

.RadMenu_ccsBot .rootGroup .disabled:hover
{
	border-bottom: 2px solid #a7cfe8;
	border-top: 2px solid #a7cfe8;
	background: #405AA7;
	
}

.RadMenu_ccsBot .rootGroup .disabled:hover .text
{
	border-top: 1px solid #a7cfe8;
}

.RadMenu_ccsBot .text
{
	padding: 0px 14px;
	font-size:10pt;
}

.RadMenu_ccsBot .group
{
	
	background: white;
	border: 0px;
}


/* this is the main dropdown panel */
.RadMenu_ccsBot .group .link 
{
	cursor:pointer;
	background:#f5f4f2;
	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_ccsBot .group .text
{
	padding-left:6px;
	padding-right: 40px;
}


.RadMenu_ccsBot .group .link:hover,
.RadMenu_ccsBot .group .focused,
.RadMenu_ccsBot .group .expanded
{
	/*border-left:3px solid #EE3124;*/
	font-weight: normal;
	color:#ffffff;
	background-color:#e7e7e7;
}

.RadMenu_ccsBot .group .link:hover .text,
.RadMenu_ccsBot .group .focused .text,
.RadMenu_ccsBot .group .expanded .text
{
	border-top: 0;
}

.RadMenu_ccsBot .leftArrow,
.RadMenu_ccsBot .rightArrow,
.RadMenu_ccsBot .topArrow,
.RadMenu_ccsBot .bottomArrow,
.RadMenu_ccsBot .leftArrowDisabled,
.RadMenu_ccsBot .rightArrowDisabled,
.RadMenu_ccsBot .topArrowDisabled,
.RadMenu_ccsBot .bottomArrowDisabled
{
	border-left: 1px solid #bfcde3;
	border-right: 1px solid #bfcde3;
	background: #a7cfe8 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_ccsBot .topArrow,
.RadMenu_ccsBot .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_ccsBot .bottomArrow,
.RadMenu_ccsBot .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_ccsBot .rightArrow,
.RadMenu_ccsBot .leftArrow
{
	height:100%;
}

.RadMenu_ccsBot .rightArrow,
.RadMenu_ccsBot .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu_ccsBot .vertical .separator .text
{
	background: #d4e5eb;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #bfcde3;
	border-right: solid 1px #bfcde3;
}

.RadMenu_ccsBot .expandLeft,
.RadMenu_ccsBot .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px;
}

.RadMenu_ccsBot_rtl .group .link:hover .expandLeft,
.RadMenu_ccsBot_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_ccsBot_rtl .expandLeft,
.RadMenu_ccsBot_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_ccsBot .link:hover .expandLeft,
.RadMenu_ccsBot .link:hover .expandRight,
.RadMenu_ccsBot .focused .expandLeft,
.RadMenu_ccsBot .focused .expandRight,
.RadMenu_ccsBot .expanded .expandLeft,
.RadMenu_ccsBot .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}
