/* RadMenu TEA skin */

.RadMenu_TEA /*<ul>*/
{
	/*background: #c5c4c4 url('img/MenuBarBackground.gif') repeat-x; */
	overflow: hidden;
	width: 886px;
	line-height: 23px;
	margin: 11px 2px 0 3px;
	padding: 0;
	background: url(img/nav-bg.gif) repeat-x ;
	text-align: center; 
	vertical-align: middle;
}

.RadMenu_TEA .link /*<li>*/
{
/*
	text-decoration:none;
	color: #6b6f80;
	font-size: 11px;
	min-width: 89px;
	line-height: 25px;
	background: #fefefe url('img/MainItemBackground.gif') no-repeat;
	text-align: center;
*/
	list-style:none; 
	background: url(img/nav-divider.gif) no-repeat 0 6px;
	padding: 0px 6px 6px 8px;
	font-size: 11px;
	display: inline; 
	text-decoration: none; 
	color: #fff;
	font-weight: bold;
}

* html .RadMenu_TEA .link /* IE6 */
{
    /*width: 89px;*/
	list-style:none; 
	background: url(img/nav-divider.gif) no-repeat 0 6px;
	padding: 0px 2px 6px 7px;
	font-size: 11px;
	display: inline; 
	text-decoration: none; 
	color: #fff;
	font-weight: bold;
}

.RadMenu_TEA .first .link
{
	background: none;
	padding-left: 8px;
}

.RadMenu_TEA .last .link
{
	/*border-right: 1px solid #868485;*/
}

.RadMenu_TEA .vertical .link
{
	/*border-right: 1px solid #868485;*/
}

.RadMenu_TEA .selectedItem,
.RadMenu_TEA .link:hover,
.RadMenu_TEA .focused,
.RadMenu_TEA .expanded
{
	/*background: #fefefe url('img/MainItemBackgroundHover.gif') no-repeat;*/
	color: #f75e1f;
}

.RadMenu_TEA .rootGroup .disabled:hover
{
	/*background: #fefefe url('img/MainItemBackground.gif') no-repeat;*/
}

.RadMenu_TEA .text
{
	/*
	color: #6b6f80;
	font-family: Arial, Verdana;
	*/
}

.RadMenu_TEA .group
{
	/*
	border-right: solid 1px #a9a9a9;
	border-bottom: solid 1px #c9c9c9;
	*/
}

.RadMenu_TEA .group .text
{
	/*
	padding-left: 31px;
	color: #707070;
	*/
}      

.RadMenu_TEA .group .link
{
	/*
	background: #d0d0d0 url('img/MenuItemBackground.gif') no-repeat;
	min-width: 139px;
	line-height: 28px;
	text-align: left;
	border-right: 1px solid #e6e6e6;
	*/
}

* html .RadMenu_TEA .group .link /* IE6 */
{
	/*width: 139px;*/
}

.RadMenu_TEA .group .first .link
{
	/*
	background: #d0d0d0 url('img/MenuItemBgFirst.gif') no-repeat;
	line-height: 33px;
	*/
}

.RadMenu_TEA .group .first .link:hover,
.RadMenu_TEA .group .first .focused,
.RadMenu_TEA .group .first .expanded
{
	/*background: #d0d0d0 url('img/MenuItemBgHoverFirst.gif') no-repeat;*/
}

.RadMenu_TEA .group .link:hover,
.RadMenu_TEA .group .focused,
.RadMenu_TEA .group .expanded
{
	/*
	background: #d0d0d0 url('img/MenuItemBackgroundHover.gif') no-repeat;
	color: #cc6102;
	*/
}

.RadMenu_TEA .leftArrow,
.RadMenu_TEA .rightArrow,
.RadMenu_TEA .topArrow,
.RadMenu_TEA .bottomArrow,
.RadMenu_TEA .leftArrowDisabled,
.RadMenu_TEA .rightArrowDisabled,
.RadMenu_TEA .topArrowDisabled,
.RadMenu_TEA .bottomArrowDisabled
{
	/*
	border-left:1px solid #a9a9a9;
	border-top-color:threedhighlight;
	border-left-color:threedhighlight;
	background: #c9c9c9 url('img/left.gif') center center no-repeat;
	width:15px;
	*/
}

.RadMenu_TEA .topArrow,
.RadMenu_TEA .topArrowDisabled
{
	/*
	background-image:url('img/top.gif');
	width:100%;
	*/
}

.RadMenu_TEA .bottomArrow,
.RadMenu_TEA .bottomArrowDisabled
{
	/*
	background-image:url('img/bottom.gif');
	width:100%;
	*/
}

.RadMenu_TEA .rightArrow,
.RadMenu_TEA .leftArrow
{
	/*height:100%;*/
}

.RadMenu_TEA .rightArrow,
.RadMenu_TEA .rightArrowDisabled
{
	/*background-image: url('img/right.gif');*/
}

.RadMenu_TEA .vertical .separator .text
{
	/*
	padding-top: 3px;
	background: #cdcece url('img/Separator.gif');
	font-size: 1px;
	border-right: 1px solid #e6e6e6;
	*/
}

.RadMenu_TEA .expandLeft,
.RadMenu_TEA .expandRight
{
	/*
	background:transparent url(img/groupImage.gif) right center no-repeat;
	padding-right:6px;
	*/
}

/* right to left */

.RadMenu_TEA_rtl .vertical *,
.RadMenu_TEA_rtl .group .link
{
    /*text-align:right !important;*/
}

.RadMenu_TEA_rtl .rootGroup .text
{
    /*padding-right: 6px;*/
}

.RadMenu_TEA_rtl .expandLeft,
.RadMenu_TEA_rtl .expandRight
{
	/*
	background: transparent url(img/left.gif) left center no-repeat;
	margin-left: 8px;
	*/
}

.RadMenu_TEA .link:hover .expandLeft,
.RadMenu_TEA .link:hover .expandRight,
.RadMenu_TEA .focused .expandLeft,
.RadMenu_TEA .focused .expandRight,
.RadMenu_TEA .expanded .expandLeft,
.RadMenu_TEA .expanded .expandRight
{
	/*background:transparent url(img/invertedGroupImage.gif) right center no-repeat;*/
}

.RadMenu_TEA_rtl .link:hover .expandLeft,
.RadMenu_TEA_rtl .link:hover .expandRight,
.RadMenu_TEA_rtl .expanded .expandLeft,
.RadMenu_TEA_rtl .expanded .expandRight
{
	/*
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	margin-left: 8px;
	*/
}
