
.RadMenu_17 
{
   
}

.RadMenu_17 .pagesRoot
{
    display: block;
    width: auto;
    padding: 14px 0px 13px 20px;
    font-size: larger !Important;
    font-weight: bold !Important;
    float: left;
    clear: none;
    color: #ccc !Important; 
    /*background-image: none !Important;*/
    border: 0 !Important;
    height: 17px;
}

.RadMenu_17 .rootGroup .link
{
    background-image: url("../../../../app_themes/17/img/chb.png") !Important;
    background-repeat: repeat-x;
}

.RadMenu_17 .rootGroup .link:hover { color: #fff !Important; background-image: url("../../../../app_themes/17/img/ho.png") !Important; cursor: hand; }

.RadMenu_17_Context
{
	background: none;
	border:0;
}

.RadMenu_17 .link
{
	line-height: 20px;
	text-decoration:none;
	color: #ccc;
	background: #ececec url('img/MenuItemBackground.gif') repeat-x !Important;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.RadMenu_17 .link:hover,
.RadMenu_17 .focused,
.RadMenu_17 .expanded
{
	color: #fff !Important;
}

.RadMenu_17 .text
{
	padding-left: 10px;	
	padding-right: 36px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.RadMenu_17_rtl .text
{
	padding-right: 10px;	
	padding-left: 36px;
}


.RadMenu_17 .group
{
	border: 0;
}

.RadMenu_17 .group .link
{
	background: #f7f7f7;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	text-align: left;
	color: #ccc;
}

.RadMenu_17_rtl .group .link
{
	text-align: right;
}

.RadMenu_17 .group .link:hover,
.RadMenu_17 .group .focused,
.RadMenu_17 .group .expanded
{
	background: #ededed;
	border-bottom-color: #ccc;
	font-weight: normal;
	color: #fff !Important
}

.RadMenu_17 .leftArrow,
.RadMenu_17 .rightArrow,
.RadMenu_17 .topArrow,
.RadMenu_17 .bottomArrow,
.RadMenu_17 .leftArrowDisabled,
.RadMenu_17 .rightArrowDisabled,
.RadMenu_17 .topArrowDisabled,
.RadMenu_17 .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat !Important;
	width:15px;
}

.RadMenu_17 .topArrow,
.RadMenu_17 .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_17 .bottomArrow,
.RadMenu_17 .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_17 .rightArrow,
.RadMenu_17 .leftArrow
{
	height:100%;
}

.RadMenu_17 .rightArrow,
.RadMenu_17 .rightArrowDisabled
{
	background-image: url('img/right.gif') !Important;
}

.RadMenu_17 .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_17 .expandLeft,
.RadMenu_17 .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat !Important;
	margin-right: 4px;
}

.RadMenu_17_rtl .expandLeft,
.RadMenu_17_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_17 .link:hover .expandLeft,
.RadMenu_17 .link:hover .expandRight,
.RadMenu_17 .focused .expandLeft,
.RadMenu_17 .focused .expandRight,
.RadMenu_17 .expanded .expandLeft,
.RadMenu_17 .expanded .expandRight
{
	color: #fff;
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_17_rtl .link:hover .expandLeft,
.RadMenu_17_rtl .link:hover .expandRight,
.RadMenu_17_rtl .focused .expandLeft,
.RadMenu_17_rtl .focused .expandRight,
.RadMenu_17_rtl .expanded .expandLeft,
.RadMenu_17_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}