/* r.a.d.menu Plain skin */

.RadMenu_TFv3 {
	background: #9c9c9c;
	}

.rootGroup .item {
	white-space: normal;
	/*width:auto;*/
	width: 130px;
	height:29px;
	}

.rootGroup .group .item {
	white-space: normal;
	width: 135px;
	height:30px;
	}

.RadMenu_TFv3_Context {
	background: none;
	border:0;
	}

.RadMenu_TFv3 .link {
	background: #9c9c9c;
	color: #fff;
	cursor: pointer !important;
	line-height: 20px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	}

.RadMenu_TFv3 .link:hover,
.RadMenu_TFv3 .focused,
.RadMenu_TFv3 .expanded {
	background: #fff;
	color: #005595 !important;
	}

.RadMenu_TFv3 .text {
	font-size: 12px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	}

.RadMenu_TFv3 .group .text {
	font-size: 12px;
	}

.RadMenu_TFv3 .group {

	}

.RadMenu_TFv3 .group .link {
	color: #005595;
	background: #fff;
	}

.RadMenu_TFv3 .group .link:hover,
.RadMenu_TFv3 .group .focused,
.RadMenu_TFv3 .group .expanded {
	background: #ccc;
	}

.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;
	}