.RadMenu_TABS
{
	background:none;
	font:menu;
	line-height:20px;
}

.RadMenu_TABS .rootGroup
{
	margin: 2px 5px;
}

.RadMenu_TABS_Context
{
	background:none;
	padding:0;
}

.RadMenu_TABS .link
{
	color:Black;
	text-decoration:none;
	padding:0 0;
}

.RadMenu_TABS .vertical .separator 
{
	padding:0;
	margin:1px 0;
}

.RadMenu_TABS .vertical .separator span.text
{
	border-top:1px solid #CCCCCC;
	margin-left: 4px;
	margin-right: 4px;
}

.RadMenu_TABS .rootGroup .focused,
.RadMenu_TABS .rootGroup .link:hover
{
    padding:0 0;
    cursor:pointer;
}

.RadMenu_TABS .rootGroup .disabled:hover,
.RadMenu_TABS .rootGroup .disabled
{
	background:none;
	border:0;
}

.RadMenu_TABS .horizontal .expanded,
.RadMenu_TABS .horizontal .expanded:hover
{
	padding:0 0;
	padding-bottom:0;
	border-bottom:0;
}

.RadMenu_TABS .vertical .expanded,
.RadMenu_TABS .vertical .expanded:hover
{
	border:1px solid #7a7a7a;
	padding:2px 8px;
}

.RadMenu_TABS .group
{
	border:1px solid #7a7a7a;
	float:left;
	background: #FAFAFA url(Img/GroupBkg.gif) repeat-y;
}

.RadMenu_TABS_rtl .group
{
	background-position: right;
}

.RadMenu_TABS .group .link
{
	padding:2px;
}

.RadMenu_TABS .group .item
{
	margin:0;
	padding:1px;
}

.RadMenu_TABS .group .link:hover,
.RadMenu_TABS .group .focused,
.RadMenu_TABS .group .expanded
{
	background-color: transparent;/*#6495ED;*/
	background:url(Img/GroupBkg_over.gif) repeat-x;
	border:1px solid #AAB9D7;/*#002D96;*/
	padding:1px;
	text-decoration:none;
}

.RadMenu_TABS .group .disabled:hover,
.RadMenu_TABS .group .disabled
{
	background-color:transparent;
	background-image:none;
	border:0;
	padding:2px;
	color: #ccc;
}

.RadMenu_TABS .group .text
{
	padding: 0 46px 0 25px !important;
	text-align:left;
}

.RadMenu_TABS .text
{
    color:#000000;
	padding: 0 !important;
	line-height: 20px;
}

.RadMenu_TABS .expandLeft,
.RadMenu_TABS .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	padding-right:10px;
}

.RadMenu_TABS_rtl .expandLeft,
.RadMenu_TABS_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_TABS .topArrow,
.RadMenu_TABS .topArrowDisabled,
.RadMenu_TABS .rightArrow,
.RadMenu_TABS .rightArrowDisabled,
.RadMenu_TABS .leftArrow,
.RadMenu_TABS .leftArrowDisabled,
.RadMenu_TABS .bottomArrow,
.RadMenu_TABS .bottomArrowDisabled
{
	height:16px;
}

.RadMenu_TABS .rightArrow,
.RadMenu_TABS .rightArrowDisabled
{
	background: #F6F6F6 url('img/right.gif') center center no-repeat;
	width:25px;
	height:100%;
}

.RadMenu_TABS .leftArrow,
.RadMenu_TABS .lefttArrowDisabled
{
	background: #F6F6F6 url('img/left.gif') center center no-repeat;
	width:25px;
	height:100%;
}

.RadMenu_TABS .topArrow,
.RadMenu_TABS .topArrowDisabled
{
	background: #e3efff url('img/top.gif') center center no-repeat;
	width: 100%;
}

.RadMenu_TABS .bottomArrow,
.RadMenu_TABS .bottomArrowDisabled
{
	background: #e3efff url('img/bottom.gif') center center no-repeat;
	width: 100%;
}
