/* r.a.d.menu Plain skin */

.RadMenu_TFv3 {
	}

.rootGroup .item {
	white-space: normal;
	/*width:auto;*/
	width: 117px;
	height:52px;
	}

.rootGroup .group .item {
	white-space: normal;
	width: 250px;
	height:28px;
	}

.RadMenu_TFv3_Context {
	background: none;
	border:0;
	}

.RadMenu_TFv3 .link {
	background: #fff url(img/nav_button.jpg) no-repeat top right;
	color: #fff;
	cursor: pointer !important;
	line-height: 36px;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	}
.RadMenu_TFv3 .link:active, .RadMenu_TFv3 .link:visited {
    color: #fff !important;
    text-decoration: none;
}

.RadMenu_TFv3 .link:hover,
.RadMenu_TFv3 .focused,
.RadMenu_TFv3 .expanded {
	background: #fff url(img/nav_hover.jpg) no-repeat top right;
	color: #dbdbdb !important;
	text-decoration: none;
	}

.RadMenu_TFv3 .text {
	font-size: 13px;
	font-family: MS Sans Serif, Geneva, sans-serif;
	}

.RadMenu_TFv3 .group .text {
	text-align: left;
	font-size: 12px;
	line-height: 9px;
	padding: 2px 0 1px 16px;
	
	}

.RadMenu_TFv3 .group {
	}

.RadMenu_TFv3 .group .link {
	color: #fff;
	background: #6694ab;	
	}

.RadMenu_TFv3 .group .link:hover,
.RadMenu_TFv3 .group .focused,
.RadMenu_TFv3 .group .expanded {
	color: #fff;
	background: #2f607f;
	}

.RadMenu_TFv3 .leftArrow,
.RadMenu_TFv3 .rightArrow,
.RadMenu_TFv3 .topArrow,
.RadMenu_TFv3 .bottomArrow,
.RadMenu_TFv3 .leftArrowDisabled,
.RadMenu_TFv3 .rightArrowDisabled,
.RadMenu_TFv3 .topArrowDisabled,
.RadMenu_TFv3 .bottomArrowDisabled {
	background: #ededed url('img/left.gif') center center no-repeat;
	width: 15px;
	}

.RadMenu_TFv3 .topArrow,
.RadMenu_TFv3 .topArrowDisabled {
	background-image: url('img/top.gif');
	width: 100%;
	}

.RadMenu_TFv3 .bottomArrow,
.RadMenu_TFv3 .bottomArrowDisabled {
	background-image: url('img/bottom.gif');
	width: 100%;
	}

.RadMenu_TFv3 .rightArrow,
.RadMenu_TFv3 .leftArrow {
	height: 100%;
	}

.RadMenu_TFv3 .rightArrow,
.RadMenu_TFv3 .rightArrowDisabled {
	background-image: url('img/right.gif');
	}

.RadMenu_TFv3 .vertical .separator .text {
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
	}

.RadMenu_TFv3 .expandLeft,
.RadMenu_TFv3 .expandRight {
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
	}

.RadMenu_TFv3_rtl .expandLeft,
.RadMenu_TFv3_rtl .expandRight {
	background: url(img/groupImageRTL.gif) left center no-repeat;
	}

.RadMenu_TFv3 .link:hover .expandLeft,
.RadMenu_TFv3 .link:hover .expandRight,
.RadMenu_TFv3 .focused .expandLeft,
.RadMenu_TFv3 .focused .expandRight,
.RadMenu_TFv3 .expanded .expandLeft,
.RadMenu_TFv3 .expanded .expandRight {
	background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
	}

.RadMenu_TFv3_rtl .link:hover .expandLeft,
.RadMenu_TFv3_rtl .link:hover .expandRight,
.RadMenu_TFv3_rtl .focused .expandLeft,
.RadMenu_TFv3_rtl .focused .expandRight,
.RadMenu_TFv3_rtl .expanded .expandLeft,
.RadMenu_TFv3_rtl .expanded .expandRight {
	background: transparent url(img/groupImageRTL.gif) left center no-repeat;
	}
