/* RadMenu Pta skin */

.RadMenu_Pta 
{	
	background: url("img/new_menuslice.jpg") repeat-x top left;
	text-align: left;	
}

.RadMenu_Pta_rtl
{
	text-align: right;
}

.RadMenu_Pta_Context
{
	background: none;
	border: 0;
}

.RadMenu_Pta a
{
	text-decoration: none;
}

.RadMenu_Pta .link
{
	line-height: 44px;	
	text-decoration: none;
	color: #818181;	
	
}

.RadMenu_Pta .link:visited
{
		
}
.RadMenu_Pta .focused
{
	text-decoration: none;
	color: #007ea1;		
}

.RadMenu_Pta .expanded
{
	color: #007ea1;	
	z-index: 10000;
}

.RadMenu_Pta .rootGroup .link:hover,
.RadMenu_Pta .rootGroup .focused,
.RadMenu_Pta .rootGroup .expanded
{	
	text-decoration: none;
	color: #007ea1;
	cursor:pointer;
}

.RadMenu_Pta .link .text
{
	font-family: Arial,Helvetica,Tahoma;
	font-size:12px;
	font-weight:700;
}

.RadMenu_Pta .group
{
	background: #ffffff;
	color: #818181;
	
	BORDER-BOTTOM: #999999 1px solid;
}

.RadMenu_Pta .group .link
{
	text-decoration: none;
	color: #818181;
	background: #ffffff;	
	BORDER-BOTTOM: #999999 1px solid;
}

.RadMenu_Pta_rtl .group .link
{
	text-align: right;
}

.RadMenu_Pta .group .link:hover,
.RadMenu_Pta .group .focused,
.RadMenu_Pta .group .expanded
{
	color: #007ea1;
	background: #ffffff;
}


.RadMenu_Pta .group .link .text
{
	font-size: 11px;
}

/* <expand arrows styling> */

.RadMenu_Pta .group .link .expandLeft
{
	background: transparent url("img/ArrowExpand.gif") no-repeat right 10px;
}

.RadMenu_Pta .group .link .expandRight
{
	background: transparent url("img/ArrowExpandRTL.gif") no-repeat left 10px;
}

.RadMenu_Pta .group .link:hover .expandLeft,
.RadMenu_Pta .group .focused .expandLeft,
.RadMenu_Pta .group .expanded .expandLeft
{
	background-image: url("img/ArrowExpandHovered.gif");
}

.RadMenu_Pta .group .link:hover .expandRight,
.RadMenu_Pta .group .focused .expandRight,
.RadMenu_Pta .group .expanded .expandRight
{
	background-image: url("img/ArrowExpandHoveredRTL.gif");
}

/* </expand arrows styling> */

.RadMenu_Pta .horizontal .item { border-right: 1px solid #D2D2D2; }
.RadMenu_Pta .horizontal .last { border-right: 0; }

.RadMenu_Pta .vertical .item { border-bottom: 1px solid #818181; }
.RadMenu_Pta .vertical .last { border-bottom: 0; }

.RadMenu_Pta_rtl .horizontal .item { border-left: 0; }

.RadMenu_Pta .rootGroup .group .item { border-right: 0; border-bottom: 0; }

.RadMenu_Pta .group
{
	border-left: 1px solid #828282;
	border-right: 1px solid #828282;
	border-bottom:1px solid #828282;
	border-top:1px solid #828282;
	background-color: #fff;
}

.RadMenu_Pta .group .expanded
{
	z-index: 11;
}

.RadMenu_Pta .topArrowDisabled,
.RadMenu_Pta .bottomArrowDisabled,
.RadMenu_Pta .leftArrowDisabled,
.RadMenu_Pta .rightArrowDisabled
{
	display: none;
}

.RadMenu_Pta .topArrow,
.RadMenu_Pta .bottomArrow,
.RadMenu_Pta .leftArrow,
.RadMenu_Pta .rightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_Pta .topArrow,
.RadMenu_Pta .bottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url("img/ArrowScrollUpDown.gif") no-repeat top center;
}

.RadMenu_Pta .bottomArrow
{
	background-position: center -18px;
}

.RadMenu_Pta .leftArrow,
.RadMenu_Pta .rightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url("img/ArrowScrollLeftRight.gif") no-repeat left center;
}

.RadMenu_Pta .rightArrow
{
	background-position: -18px center;
}

.RadMenu_Pta .rootGroup .item .disabled .text,
.RadMenu_Pta .group .item .disabled .text
{
	color: #999;
}

.RadMenu_Pta .rootGroup .item .disabled
{
	background: none;
}

.RadMenu_Pta .group .item .disabled
{
	background-color: #fff;
}

.RadMenu_Pta .horizontal .separator
{
	height: 20px;
	width: 1px;
}

.RadMenu_Pta .rootGroup .separator
{
	background-color: #8f8f8f;
	border-top: 1px solid #676767;
}

.RadMenu_Pta .vertical .separator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	background-color: #8f8f8f;
}

.RadMenu_Pta .separator .text
{
	display: none;
}

.RadMenu_Pta .slide
{
	margin: -1px 0 0 -1px !important;
}

* html .RadMenu_Pta .vertical .slide
{
	margin-left: -2px !important;
}

* html .RadMenu_Pta .horizontal .slide
{
	margin-top: -2px !important;
}

.RadMenu_Pta_rtl .slide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_Pta_rtl .vertical .slide
{
	margin-left: 3px !important;
}

* html .RadMenu_Pta_rtl .horizontal .slide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_Pta .rootGroup .item .disabled:hover
{
	background: none;
}
