/* RadMenu Default skin */

.RadMenu_efg 
{
     width:100%;
}


.RadMenu_efg .link
{
	text-decoration:none;
	color: #FFF;
	height: 16px;
	border-left: 1px solid #FFF;
	font-weight: normal;
}
.RadMenu_efg .first .link
{
	border-left: 0px solid #FFF;
}
.RadMenu_efg .last .link
{
}

.RadMenu_efg .link:hover,
.RadMenu_efg .focused,
.RadMenu_efg .expanded
{
	color: #FF9900;
	cursor: pointer;
	text-decoration:none;
}

.RadMenu_efg .text
{
	font-size: 14px;
	padding: 0;
	text-align: center;
	font-family: Arial, Verdana;
}

.RadMenu_efg .group
{   
    color: #333;
	background: white;
	border: solid 1px #e4e4e4;
}

.RadMenu_efg .group .link
{
    color: #333;
	background: #fff;
	border-left: 0px;
	border-right: 0px;
	min-width: 100px;
	text-align: left;
	height: 18px;
}

* html .RadMenu_efg .group .link
{
    width: 100px;
}

.RadMenu_efg_rtl .group .link
{
	text-align: right;
}

.RadMenu_efg .first .group .link
{
	padding:0;
}
.RadMenu_efg .last .group .link
{
	padding:0;
}

.RadMenu_efg .group .text
{
	border-bottom: solid 1px #666;
	padding:0 10px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-align:left;
}


.RadMenu_efg_rtl .group .text
{
	padding-left: 0px;
	padding-right: 12px;
}

.RadMenu_efg .group .link:hover,
.RadMenu_efg .group .focused,
.RadMenu_efg .group .expanded
{
    color: #333;
	font-weight: normal;
	text-decoration: none;
	background-color: #FF9900;
}

.RadMenu_efg .leftArrow,
.RadMenu_efg .rightArrow,
.RadMenu_efg .topArrow,
.RadMenu_efg .bottomArrow,
.RadMenu_efg .leftArrowDisabled,
.RadMenu_efg .rightArrowDisabled,
.RadMenu_efg .topArrowDisabled,
.RadMenu_efg .bottomArrowDisabled
{
	border-left:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	background: #efefef url('img/left.gif') center center no-repeat;
	width:15px;
	text-decoration:none;
	color:#efefef;
	text-indent:-3000px;
}

.RadMenu_efg .topArrow,
.RadMenu_efg .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_efg .bottomArrow,
.RadMenu_efg .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_efg .rightArrow,
.RadMenu_efg .leftArrow
{
	height:100%;
}

.RadMenu_efg .rightArrow,
.RadMenu_efg .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_efg .vertical .separator .text
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_efg .expandLeft,
.RadMenu_efg .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_efg_rtl .expandLeft,
.RadMenu_efg_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_efg .link:hover .expandLeft,
.RadMenu_efg .link:hover .expandRight,
.RadMenu_efg .focused .expandLeft,
.RadMenu_efg .focused .expandRight,
.RadMenu_efg .expanded .expandLeft,
.RadMenu_efg .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_efg_rtl .link:hover .expandLeft,
.RadMenu_efg_rtl .link:hover .expandRight,
.RadMenu_efg_rtl .focused .expandLeft,
.RadMenu_efg_rtl .focused .expandRight,
.RadMenu_efg_rtl .expanded .expandLeft,
.RadMenu_efg_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
