/* r.a.d.menu Plain skin */

.RadMenu_Eco 
{  
	top: 0px;
    left: 0px;
}

.RadMenu_Eco_Context
{
	background: none;
	border:0;
	color:white;	
}

.RadMenu_Eco .link
{
	line-height: 20px;
	text-decoration:none;
	color:Black;	
	/*font-family:Verdana;
	font-size:11px;
	font-weight:bold;*/	 
}

.RadMenu_Eco .link:hover,
.RadMenu_Eco .focused,
.RadMenu_Eco .expanded
{
	color: #000;		
}

.RadMenu_Eco .text
{
	padding-left: 25px;	
	padding-right: 10px;
	font-size:12px;
	color:#ffffff;
	cursor:pointer;
	cursor:hand;		
}

.RadMenu_Eco .group
{
	border: solid 1px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
	font-weight:normal;		
}

.RadMenu_Eco .group .link
{
	background: #548B9C;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;	
	cursor:pointer;
	cursor:hand;		
}

.RadMenu_Eco .group .link:hover
{
	background: #336170;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;		
}


.RadMenu_Eco .group .focused,
.RadMenu_Eco .group .expanded
{
	
	border-bottom-color: #d7d7d7;
	font-weight: normal;	
}

.RadMenu_Eco .leftArrow,
.RadMenu_Eco .rightArrow,
.RadMenu_Eco .topArrow,
.RadMenu_Eco .bottomArrow,
.RadMenu_Eco .leftArrowDisabled,
.RadMenu_Eco .rightArrowDisabled,
.RadMenu_Eco .topArrowDisabled,
.RadMenu_Eco .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Eco .topArrow,
.RadMenu_Eco .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Eco .bottomArrow,
.RadMenu_Eco .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Eco .rightArrow,
.RadMenu_Eco .leftArrow
{
	height:100%;
}

.RadMenu_Eco .rightArrow,
.RadMenu_Eco .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Eco .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;	
}

.RadMenu_Eco .expandLeft,
.RadMenu_Eco .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Eco_rtl .expandLeft,
.RadMenu_Eco_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Eco .link:hover .expandLeft,
.RadMenu_Eco .link:hover .expandRight,
.RadMenu_Eco .focused .expandLeft,
.RadMenu_Eco .focused .expandRight,
.RadMenu_Eco .expanded .expandLeft,
.RadMenu_Eco .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Eco_rtl .link:hover .expandLeft,
.RadMenu_Eco_rtl .link:hover .expandRight,
.RadMenu_Eco_rtl .focused .expandLeft,
.RadMenu_Eco_rtl .focused .expandRight,
.RadMenu_Eco_rtl .expanded .expandLeft,
.RadMenu_Eco_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}