.RadMenu_cAppm
{	
	font:11px tahoma, verdana, sans-serif;
	color: White;
}

.RadMenu_cAppm .rootGroup
{
	color: White;
}

.RadMenu_cAppm .horizontal
{
	border-left:0;
	color: White;
}

.RadMenu_cAppm .vertical
{
	border-top:0;
	color: White;
}

.RadMenu_cAppm .link:hover
{
	font:11px tahoma, verdana, sans-serif;
	cursor:pointer;
	color: White;
}


.RadMenu_cAppm .link,
.RadMenu_cAppm .link:visited,
.RadMenu_cAppm .link:active,
.RadMenu_cAppm .disabled,
.RadMenu_cAppm .disabled:hover
{
	color: #D6D6CE;
	font: 11px tahoma, verdana, sans-serif;
	cursor:pointer;
	color: White;
	cursor: pointer;
}

.RadMenu_cAppm .text
{
	cursor:pointer;
	color: White;
	padding: 0 10px;
	text-decoration: none;
}

.RadMenu_cAppm .horizontal .link
{
	border-top:0;
}

.RadMenu_cAppm .vertical .link
{
	border-left:0;
}


.RadMenu_cAppm .group
{
	background: white;
	border: 0px;
}

.RadMenu_cAppm .group .link
{
	background: #C0F05D;
	border: 1px solid #CCCCCC;
	border-top-color: white;
	text-align: left;
	padding-right: 0px; 
}

.RadMenu_cAppm .group .link:hover,
.RadMenu_cAppm .group .focused,
.RadMenu_cAppm .group .expanded
{
	background: #EDEDED;
	border-bottom: 1px solid #8BC612;
	border-top: 1px solid white;
	font-weight: normal;
}

.RadMenu_cAppm .group .text
{
	padding-left:2px;
	padding-right: 2px;
	color: Black;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.RadMenu_cAppm .link:hover .expandLeft,
.RadMenu_cAppm .link:hover .expandRight
{
	background-image:url(Img/arrowWhite.gif);
}


.RadMenu_cAppm .expandLeft,
.RadMenu_cAppm .expandRight,
.RadMenu_cAppm .disabled:hover .expandLeft,
.RadMenu_cAppm .disabled:hover .expandRight
{
	background:transparent url('Img/arrow.gif') right center no-repeat;
}

.RadMenu_cAppm_rtl .expandLeft,
.RadMenu_cAppm_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	
}

/* right to left */
.RadMenu_cAppm_rtl .group .link:hover .expandLeft,
.RadMenu_cAppm_rtl .group .link:hover .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	
}

.RadMenu_cAppm .leftArrow,
.RadMenu_cAppm .rightArrow,
.RadMenu_cAppm .topArrow,
.RadMenu_cAppm .bottomArrow,
.RadMenu_cAppm .leftArrowDisabled,
.RadMenu_cAppm .rightArrowDisabled,
.RadMenu_cAppm .topArrowDisabled,
.RadMenu_cAppm .bottomArrowDisabled
{
	background: #666655 url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_cAppm .topArrow,
.RadMenu_cAppm .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_cAppm .bottomArrow,
.RadMenu_cAppm .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_cAppm .rightArrow,
.RadMenu_cAppm .leftArrow
{
	height:100%;
}

.RadMenu_cAppm .rightArrow,
.RadMenu_cAppm .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadTabStrip_cAppm
{
	font: normal 11px arial, tahoma, sans-serif;
}

.RadTabStrip_cAppm .levelwrap
{
	background:transparent url('img/tabStripeOff.gif') 0px 0px repeat;
}

.RadTabStrip_cAppm li a
{
	padding-left: 5px;
	background:transparent url('img/tabStripeOff.gif') 0px 0px repeat-x;
	height: 29px;
	color:#aeaeae;
	text-decoration: none;
}

.RadTabStrip_cAppm li a .wrap
{

	padding-right: 5px;
	height: 29px;
	background:transparent url('img/tabStripeOff.gif') 0px 0px repeat-x;
}

.RadTabStrip_cAppm li a:hover
{
	color: #828282;
}

.RadTabStrip_cAppm li a .innerWrap
{
	line-height: 29px;
	padding: 0px 15px;
	background: transparent url('img/tabStripeOff.gif') 0px 0px repeat-x;
}

.RadTabStrip_cAppm li a.selected
{
	padding-top: 0px;
	background: transparent url('img/tabLeftFirstOn.gif') 0px 0px no-repeat;
	line-height: 29px;
	padding-left: 8px;
}

.RadTabStrip_cAppm li a.selected .wrap
{
	background: transparent url('img/tabRightLastOn.gif') no-repeat right top;
	line-height: 29px;
	padding-right: 32px;
	color: #828282;
}


.RadTabStrip_cAppm li a.selected .innerWrap
{
	background-image:url('img/tabStripeOn.gif');
}

.RadTabStrip_cAppm li a.disabled,
.RadTabStrip_cAppm li a.disabled .wrap,
.RadTabStrip_cAppm li a.disabled .innerWrap
{
	cursor:cAppm;
	text-decoration:line-through;
}

.RadTabStrip_cAppm li a.red,
.RadTabStrip_cAppm li a.red .wrap,
.RadTabStrip_cAppm li a.red .innerWrap
{
	color:Red;
}

/* scrolling arrows */

.RadTabStrip_cAppm .leftArrow
{
	background-image:url(img/ScrollLeft.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}

.RadTabStrip_cAppm .rightArrow
{
	background-image:url(img/ScrollRight.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}

/* Disabled Arrows */

.RadTabStrip_cAppm .rightArrowDisabled, 
.RadTabStrip_cAppm .leftArrowDisabled
{
	background-repeat: no-repeat;
	cursor:cAppm;
	height: 11px;
	width: 8px;
}

.RadTabStrip_cAppm .leftArrowDisabled
{
	background-image:url(img/ScrollLeftDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

.RadTabStrip_cAppm .rightArrowDisabled
{
	background-image:url(img/ScrollRightDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

.RadPanelbar_cAppm
{
	background: white;
	white-space: nowrap;
}

.RadPanelbar_cAppm .rootGroup
{
	border: solid 1px #e5e5e5;
	border-bottom: 0;
}

.RadPanelbar_cAppm .text
{
	color: #333333;
	padding: 0px 23px;
	font: normal 11px Arial, Verdana, Sans-serif;
}

.RadPanelbar_cAppm .image
{
	margin: 4px 0px;
}


.RadPanelbar_cAppm .rootGroup .text
{
	background: url('Img/headerArrow.gif') no-repeat 11px center;
	line-height: 18px;
	border-bottom: solid 1px #bbbbbb;
	border-top: solid 1px white;
}

.RadPanelbar_cAppm .rootGroup .link
{
	background: white url('Img/HeaderBg.gif') repeat-x;
}

.RadPanelbar_cAppm .group .text
{
	border-bottom: solid 1px #f5f5f5;
	border-top: 0;
	background: none;
	color: #666666;
}

.RadPanelbar_cAppm .group .link
{
	background: none;
}


.RadPanelbar_cAppm .rootGroup .expanded
{
	background: white url('Img/SelectBg.gif') repeat-x;
}

.RadPanelbar_cAppm .group .expanded
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_cAppm .rootGroup .expanded .text
{
	background: url('Img/HeaderArrowExpanded.gif') no-repeat 11px center;
	border-bottom: solid 1px #bbbbbb;
	border-top: solid 1px white;
}

.RadPanelbar_cAppm .rootGroup .selected .text
{
	font-weight: bold;
}

.RadPanelbar_cAppm .group .selected .text
{
	text-decoration: underline;
	font-weight: normal;
	border-bottom: solid 1px #f5f5f5;
	border-top: 0;
	background: none;
	color: black;
}

.RadPanelbar_cAppm .group .expanded .text
{
	border-top:0;
	color: #000;
	border-bottom: solid 1px #f5f5f5;
	background: none;
}

.RadPanelbar_cAppm .level2 .text
{
	padding-left: 36px;
	line-height: 14px;
}

.RadPanelbar_cAppm .rootGroup .disabled:hover,
.RadPanelbar_cAppm .rootGroup .disabled .text
{
	color: #ccc;
	cursor: cAppm;
}

.RadPanelbar_cAppm .rootGroup .group .disabled:hover,
.RadPanelbar_cAppm .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: cAppm;
}
