/* r.a.d.menu Default skin */

.RadMenu_LCCPS 
{
	left:256px;
	top:0px;
}

.RadMenu_LCCPS .rootGroup li { 
	margin-right:3px;
		
}

.RadMenu_LCCPS .link, .RadMenu_LCCPS .link:visited
{
	
	background: url('img/tab_norm_left.gif') no-repeat top left; 
	text-decoration:none;
	color: #666;
	line-height: 27px;
	_width:40px;
	/* background: #fefefe url('img/MainItemBackground.gif') repeat-x;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb; */
	padding: 0px 0 0px 14px;
}

.RadMenu_LCCPS .selected, .RadMenu_LCCPS .link:hover
{
	/* margin-right:3px; */
	background: url('img/tab_sel_left.gif') no-repeat top left !important; 
	_width:40px;
}

.RadMenu_LCCPS .link:hover,
.RadMenu_LCCPS .focused,
.RadMenu_LCCPS .expanded
{
	color: black;
	text-decoration:none;
}



.RadMenu_LCCPS .text
{

	_margin-right:0 !important; 
	_padding-right:0 !important;
	/* margin-left:4px; */
	background: url('img/tab_norm_right.gif') no-repeat top right;
	font-size: 11px;
	padding: 0px 16px 0px 0;
	font-family: Verdana;
	_width:20px;
}

.RadMenu_LCCPS .selected .text, .RadMenu_LCCPS .link:hover .text
{
	/* margin-left:4px;*/
	background: url('img/tab_sel_right.gif') no-repeat top right;
	_width:20px;
}

.RadMenu_LCCPS .expanded 		 	{ background: url('img/tab_sel_left.gif') no-repeat top left !important;_width:20px; }
.RadMenu_LCCPS .expanded .text 	{ background: url('img/tab_sel_right.gif') no-repeat top right;_width:20px; }

.RadMenu_LCCPS .group
{
	margin-top:-1px !important;
	/*left:3px !important;*/
	background:#FBFBF3 url('') repeat-x bottom;
	border: 1px solid #D9D4C6;
	border-top:0;
	padding-top:4px !important;
	padding-bottom:7px !important;
	_width:120px;
}

.RadMenu_LCCPS .group .item
{
	padding:0;
	/*border:1px solid lime !important;*/
	
}
.RadMenu_LCCPS .group .link, .RadMenu_LCCPS .group .text, .RadMenu_LCCPS .group .link:hover
{
	
	background:transparent url('') !important;
	height:17px;
	line-height:17px !important;
	/*background: #f7f7f7 url('img/MenuItemBackground.gif') repeat-y right;
	border-top: solid 1px #f0f0f0;
	border-left: 0px;
	border-right: 0px;
	
	padding:0;
	text-align: left; */
}

.RadMenu_LCCPS .group .text
{

	/*border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding-left: 10px; */
}

.RadMenu_LCCPS .group .link:hover,
.RadMenu_LCCPS .group .focused,
.RadMenu_LCCPS .group .expanded
{
	/* background: #c8f415 url('img/menuItemHover.gif') repeat-x; */
	font-weight: normal;
}

.RadMenu_LCCPS .leftArrow,
.RadMenu_LCCPS .rightArrow,
.RadMenu_LCCPS .topArrow,
.RadMenu_LCCPS .bottomArrow,
.RadMenu_LCCPS .leftArrowDisabled,
.RadMenu_LCCPS .rightArrowDisabled,
.RadMenu_LCCPS .topArrowDisabled,
.RadMenu_LCCPS .bottomArrowDisabled
{
	border-left:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	background: #efefef url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_LCCPS .topArrow,
.RadMenu_LCCPS .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_LCCPS .bottomArrow,
.RadMenu_LCCPS .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_LCCPS .rightArrow,
.RadMenu_LCCPS .leftArrow
{
	height:100%;
}

.RadMenu_LCCPS .rightArrow,
.RadMenu_LCCPS .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_LCCPS .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_LCCPS .expandLeft,
.RadMenu_LCCPS .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_LCCPS .link:hover .expandLeft,
.RadMenu_LCCPS .link:hover .expandRight,
.RadMenu_LCCPS .focused .expandLeft,
.RadMenu_LCCPS .focused .expandRight,
.RadMenu_LCCPS .expanded .expandLeft,
.RadMenu_LCCPS .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}