.RadMenu_TDE
{
	background:#D0D7E6; /* Main Menu Colour */
	padding:0;
	font-family:Arial;
	color:white;
	font-weight:bold;
}

.RadMenu_TDE .link
{
	color:#153985;
	text-decoration:none;
	font-size:small;
	padding:0.5em 0.5em;
}

.RadMenu_TDE .rootGroup .vertical .separator 
{
	padding:0em;
	margin:.1em 0;
}

.RadMenu_TDE .rootGroup .vertical .separator span.text
{
	border-top:1px solid #6A8CCB;
	margin-left: 28px;
}

.RadMenu_TDE .rootGroup .focused,
.RadMenu_TDE .rootGroup .link:hover
{
	background:#93B5E7; /* Rollover Colour */
	padding:.5em .5em;
	color: white;
}

.RadMenu_TDE .rootGroup .disabled:hover,
.RadMenu_TDE .rootGroup .disabled
{
	background:none;
	border:0;
	padding:.1em .2em;
}

/* Hover styles for items that have additional expansions */
.RadMenu_TDE .vertical .expanded,
.RadMenu_TDE .vertical .expanded:hover
{
	background:#93B5E7 url(Img/x.gif) left top repeat-x;
	padding:.5em .5em;
	color: White;
}

/* expanded panels */
.RadMenu_TDE .group
{
	float:left;	
	background-color: #D0D7E6;
	border-left: solid 1pt #A1B0CE;
}

.RadMenu_TDE .group .link
{
	padding:.5em .5em;
}

.RadMenu_TDE .group .item
{
	margin:0;
}

.RadMenu_TDE .item
{
	margin:0;
	border-bottom:1px solid #fff; /* Main item border */
	width:100%;
}

.RadMenu_TDE .group .link:hover
{
    color: white;
}

.RadMenu_TDE .group .focused
{
	background-color:#93B5E7;
	background-image:none;
	border:1px solid white;
	color:black;
}

.RadMenu_TDE .group .expanded
{
	background-color:#93B5E7;
	background-image:none;
	padding:.5em .5em;
	color:#fff;
}

.RadMenu_TDE .group .disabled:hover,
.RadMenu_TDE .group .disabled
{
	background-color:transparent;
	background-image:none;
	border:0;
	padding:.2em;
	color: #ccc;
}

.RadMenu_TDE .group .text
{
	padding-left:5px;
	text-align:left;
	padding-right:15px;	
}

.RadMenu_TDE .expandLeft,
.RadMenu_TDE .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	padding-right:1em;
}

.RadMenu_TDE_rtl .expandLeft,
.RadMenu_TDE_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_TDE .topArrow,
.RadMenu_TDE .topArrowDisabled,
.RadMenu_TDE .rightArrow,
.RadMenu_TDE .rightArrowDisabled,
.RadMenu_TDE .leftArrow,
.RadMenu_TDE .leftArrowDisabled,
.RadMenu_TDE .bottomArrow,
.RadMenu_TDE .bottomArrowDisabled
{
	height:16px;
}

.RadMenu_TDE .rightArrow,
.RadMenu_TDE .rightArrowDisabled
{
	background: #F6F6F6 url('img/right.gif') center center no-repeat;
	width:2.5em;
	height:100%;
}

.RadMenu_TDE .leftArrow,
.RadMenu_TDE .lefttArrowDisabled
{
	background: #F6F6F6 url('img/left.gif') center center no-repeat;
	width:2.5em;
	height:100%;
}

.RadMenu_TDE .topArrow,
.RadMenu_TDE .topArrowDisabled
{
	background: #e3efff url('img/top.gif') center center no-repeat;
	width: 100%;
}

.RadMenu_TDE .bottomArrow,
.RadMenu_TDE .bottomArrowDisabled
{
	background: #e3efff url('img/bottom.gif') center center no-repeat;
	width: 100%;
}
