/* RadMenu ccsjs skin */

.RadMenu_ccsjs
{
	/*padding: 0 0px;*/
	/*background: #d5d9de url('img/MenuBackground.gif');*/
	line-height: 24px;
	font-family:tahoma;
}

.RadMenu_ccsjs .link
{
	text-decoration:none;
	color: #666666;
	text-align:  center;
	line-height: 24px;
	width: 80px;
	
}

.RadMenu_ccsjs .link:hover,
.RadMenu_ccsjs .focused,
.RadMenu_ccsjs .expanded
{
	color: #666666;
	font-weight: bold;
	/*background: #fefefe url('img/MainItemBackground.gif') repeat-x;*/
}

.RadMenu_ccsjs .text
{
	font-size: 11px;
	padding: 2px 0px;
}

.RadMenu_ccsjs .group
{
	border: 0px;
	border-top: 0px;
	border-bottom: 0px;
}

.RadMenu_ccsjs .group .link
{
	background: #f6f6f6;
	border-top: solid 1px #f6f6f6;
	border-bottom: solid 1px #f6f6f6;
	border-left: 0px;
	border-right: 0px;
	width: auto;
	text-align: left;
	color: #333;
	min-width: 150px;
	
}

.RadMenu_ccsjs .group .text
{
	padding-left: 12px;
	font-weight: normal;
	padding-right: 60px;
}

.RadMenu_ccsjs .group .link:hover,
.RadMenu_ccsjs .group .focused,
.RadMenu_ccsjs .group .expanded
{
	background: #cc0000;
	color: #ffffff;
	font-weight: normal;
	border-top: solid 1px #cc0000;
}

.RadMenu_ccsjs .leftArrow,
.RadMenu_ccsjs .rightArrow,
.RadMenu_ccsjs .topArrow,
.RadMenu_ccsjs .bottomArrow,
.RadMenu_ccsjs .leftArrowDisabled,
.RadMenu_ccsjs .rightArrowDisabled,
.RadMenu_ccsjs .topArrowDisabled,
.RadMenu_ccsjs .bottomArrowDisabled
{
	border-left: 1px solid #d2d8de;
	border-left: 1px solid #d2d8de;
	background: #889bb0 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_ccsjs .topArrow,
.RadMenu_ccsjs .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_ccsjs .bottomArrow,
.RadMenu_ccsjs .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_ccsjs .rightArrow,
.RadMenu_ccsjs .leftArrow
{
	height:100%;
}

.RadMenu_ccsjs .rightArrow,
.RadMenu_ccsjs .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_ccsjs .vertical .separator .text
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_ccsjs .expandLeft,
.RadMenu_ccsjs .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_ccsjs .link:hover .expandLeft,
.RadMenu_ccsjs .link:hover .expandRight,
.RadMenu_ccsjs .focused .expandLeft,
.RadMenu_ccsjs .focused .expandRight,
.RadMenu_ccsjs .expanded .expandLeft,
.RadMenu_ccsjs .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}