.RadMenu_Earthlife 
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.RadMenu_Earthlife .rootGroup .link
{
	color: #a9b2e7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0000ae;
	font-size: 12pt;
	cursor: pointer;
	height: 20px;
	font-weight: bold;
	text-align: left;
	padding-left: 0px;
	width: 167px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.RadMenu_Earthlife .link
{

}

.RadMenu_Earthlife .link:hover,
.RadMenu_Earthlife .focused,
.RadMenu_Earthlife .expanded
{
	color: #d23101;
	background-color: #a9b2e7;
}

.RadMenu_Earthlife .text
{
	padding-right: 10px;
	padding-left: 10px;
}

.RadMenu_Earthlife .group
{
	margin-left: 0px;
	width: auto;
	padding-right: 0px;
}

.RadMenu_Earthlife .group .text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	border: none;
	line-height: 12pt;
	border-bottom: #bcbcbc 1px solid;
	background-color:#CCCCCC;
}
.last
{
 /* padding-bottom:5px; */  
}

.RadMenu_Earthlife .group .link .text
{
	cursor: pointer;
	color: #0000ae;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #a9b2e7;
	font-size: 10pt;
	cursor: pointer;
	height: 20px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	width: 130px;
}

.RadMenu_Earthlife .group .link:hover .text, .RadMenu_Earthlife .group .expanded .text
{
	color: #d23101;    
	cursor: pointer;
	background-color:#A9B2E7;
}

.RadMenu_Earthlife .leftArrow,
.RadMenu_Earthlife .rightArrow,
.RadMenu_Earthlife .topArrow,
.RadMenu_Earthlife .bottomArrow,
.RadMenu_Earthlife .leftArrowDisabled,
.RadMenu_Earthlife .rightArrowDisabled,
.RadMenu_Earthlife .topArrowDisabled,
.RadMenu_Earthlife .bottomArrowDisabled
{
	border-left: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	background:buttonface url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Earthlife .topArrow,
.RadMenu_Earthlife .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Earthlife .bottomArrow,
.RadMenu_Earthlife .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Earthlife .rightArrow,
.RadMenu_Earthlife .leftArrow
{
	height:100%;
}

.RadMenu_Earthlife .rightArrow,
.RadMenu_Earthlife .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu_Earthlife .vertical .separator .text
{
	border-bottom:2px inset buttonface;
	margin:0 2px;
}

.RadMenu_Earthlife .expandLeft,
.RadMenu_Earthlife .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_Earthlife_rtl .expandLeft,
.RadMenu_Earthlife_rtl .expandRight
{
	background: transparent url(img/groupImageRTL.gif) left center no-repeat;
	padding-left: 10px !important;
}

/* right to left */
.RadMenu_Earthlife_rtl .group .link:hover .expandLeft,
.RadMenu_Earthlife_rtl .group .link:hover .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px 1px;
	margin-left: -2px;
}

.RadMenu_Earthlife .link:hover .expandLeft,
.RadMenu_Earthlife .link:hover .expandRight,
.RadMenu_Earthlife .focused .expandLeft,
.RadMenu_Earthlife .focused .expandRight,
.RadMenu_Earthlife .expanded .expandLeft,
.RadMenu_Earthlife .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}
.level1 .item .link
{
	padding-left: 0px;
	width: 130px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.level1 .item .link:hover .text, .level1 .item .link:expanded .text, .level1 .item .link:expanded
{
	color: #d23101;
	background-color: #a9b2e7;
}
.level1 .item .text
{
	width: 130px;
}

.level2 .item .text, .level2 .item .link .text, .level2 .item .link
{
	color: #0000ae;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #cbd0f0;
	font-size: 8pt;
	cursor: pointer;
	height: 15px;
	font-weight: bold;
	text-align: left;
}
.level2 .item .link:hover .text
{
	color: #d23101;
	background-color: #a9b2e7;
}

.level1 .group
{
	background-color: #A9B2E7;
}


