.RadMenu_TGN
{
	background:#ADC9F7;
	font:menu;
	line-height:20px;
}

.RadMenu_TGN .rootGroup
{
	margin: 2px 5px;
	width: 219px;
}

.RadMenu_TGN .rootGroup .item
{
	background-image: url(Img/main_btn_bg.jpg);  
	width: 100%;
	height: 32px;
}

.RadMenu_TGN .rootGroup .link
{
	color:White;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	FONT-STYLE: normal; 
	FONT-FAMILY: Arial, Tahoma, Helvetica;
	text-decoration:none;
	padding:3px 11px;
	cursor: pointer;
	cursor: hand;
}

.RadMenu_TGN_Context
{
	background:none;
	padding:0;
}

.RadMenu_TGN .link
{
	color:White;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	FONT-STYLE: normal; 
	FONT-FAMILY: Arial, Tahoma, Helvetica;
	text-decoration:none;
	padding:3px 11px;
}

.RadMenu_TGN .vertical .separator 
{
	padding:0;
	margin:1px 0;
}

.RadMenu_TGN .vertical .separator span.text
{
	border-top:1px solid #6A8CCB;
	margin-left: 28px;
}

.RadMenu_TGN .rootGroup .focused,
.RadMenu_TGN .rootGroup .link:hover
{
    /*
	background:#FFD59A url(Img/RootItemFocusedBkg.gif) left top repeat-x;
	border:0px solid #002D96;
	padding:2px 7px;
    */
    color: #e45400;	
}

.RadMenu_TGN .rootGroup .disabled:hover,
.RadMenu_TGN .rootGroup .disabled
{
	background:none;
	border:0;
	padding:3px 8px;
	color: #666;
}

.RadMenu_TGN .horizontal .expanded,
.RadMenu_TGN .horizontal .expanded:hover
{
	background:#93B5E7 url(Img/RootItemBkg.gif) left top repeat-x;
	border:1px solid #002D96;
	padding:2px 7px;
	padding-bottom:3px;
	border-bottom:0;
}

.RadMenu_TGN .vertical .expanded,
.RadMenu_TGN .vertical .expanded:hover
{
    /*
	background:#93B5E7 url(Img/x.gif) left top repeat-x;
	border:1px solid Red;
	padding:2px 7px;
    */
	color: #e45400;
}
/*
.RadMenu_TGN .group
{
	border:1px solid Red;
	float:left;
	background: #F6F6F6 url(Img/GroupBkg.gif) repeat-y;
}
*/
.RadMenu_TGN_rtl .group
{
	background-position: right;
}

.RadMenu_TGN .group .link
{
	padding:3px;
}

.RadMenu_TGN .group .item
{
	margin:0;
	padding:1px;
	color: White;
	width: 179px;
}

.RadMenu_TGN .group .link:hover,
.RadMenu_TGN .group .focused,
.RadMenu_TGN .group .expanded
{
	background-image:none;
	padding:3px;
	text-decoration: none;
	color: #e45400;
}

.RadMenu_TGN .group .disabled:hover,
.RadMenu_TGN .group .disabled
{
	background-color:transparent;
	background-image:none;
	border:0;
	padding:3px 8px;
	color: #ccc;
}

.RadMenu_TGN .group .text
{
	padding: 3px 8px !important;
	text-align:left;
}


.RadMenu_TGN .text
{
	padding: 0px !important;
	line-height: 20px;
	text-align:left;
}

.RadMenu_TGN .expandLeft,
.RadMenu_TGN .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	padding-right:10px;
}

.RadMenu_TGN_rtl .expandLeft,
.RadMenu_TGN_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_TGN .topArrow,
.RadMenu_TGN .topArrowDisabled,
.RadMenu_TGN .rightArrow,
.RadMenu_TGN .rightArrowDisabled,
.RadMenu_TGN .leftArrow,
.RadMenu_TGN .leftArrowDisabled,
.RadMenu_TGN .bottomArrow,
.RadMenu_TGN .bottomArrowDisabled
{
	height:16px;
}

.RadMenu_TGN .rightArrow,
.RadMenu_TGN .rightArrowDisabled
{
	background: #F6F6F6 url('img/right.gif') center center no-repeat;
	width:25px;
	height:100%;
}

.RadMenu_TGN .leftArrow,
.RadMenu_TGN .lefttArrowDisabled
{
	background: #F6F6F6 url('img/left.gif') center center no-repeat;
	width:25px;
	height:100%;
}

.RadMenu_TGN .topArrow,
.RadMenu_TGN .topArrowDisabled
{
	background: #e3efff url('img/top.gif') center center no-repeat;
	width: 100%;
}

.RadMenu_TGN .bottomArrow,
.RadMenu_TGN .bottomArrowDisabled
{
	background: #e3efff url('img/bottom.gif') center center no-repeat;
	width: 100%;
}

