/* RadMenu Default skin */

.RadMenu_clearLink 
{
    width:100%
}

.RadMenu_clearLink .link
{
	text-decoration:none;
	color: #1E59A9;
	height: 42px;
	background: #d6d6d6 url('img/MainItemBackground.gif') repeat-x;
	border-left: 2px solid #d6d6d6;
	border-right: 2px solid #d6d6d6;
}
.RadMenu_clearLink .first .link
{
	border-left: 8px solid #d6d6d6;
}
.RadMenu_clearLink .last .link
{
}

.RadMenu_clearLink .link:hover,
.RadMenu_clearLink .focused,
.RadMenu_clearLink .expanded
{
	color: #333;
	cursor: pointer;
}

.RadMenu_clearLink .text
{
	font-size: 14px;
	padding: 16px 0 0 0;
	text-align: center;
	font-family: Arial, Verdana;
}

.RadMenu_clearLink .group
{
	background: white;
	border: solid 1px #e4e4e4;
}

.RadMenu_clearLink .group .link
{
	background: #f7f7f7 url('img/MenuItemBackground.gif') repeat-y right;
	border-top: solid 1px #f0f0f0;
	border-left: 0px;
	border-right: 0px;
	min-width: 120px;
	text-align: left;
	height: 18px;
}

* html .RadMenu_clearLink .group .link
{
    width: 120px;
}

.RadMenu_clearLink_rtl .group .link
{
	text-align: right;
}

.RadMenu_clearLink .group .text
{
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding:0 10px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}


.RadMenu_clearLink_rtl .group .text
{
	padding-left: 0px;
	padding-right: 12px;
}

.RadMenu_clearLink .group .link:hover,
.RadMenu_clearLink .group .focused,
.RadMenu_clearLink .group .expanded
{
    color: #333;
	background:  #AAB6DE;
	font-weight: normal;
}

.RadMenu_clearLink .leftArrow,
.RadMenu_clearLink .rightArrow,
.RadMenu_clearLink .topArrow,
.RadMenu_clearLink .bottomArrow,
.RadMenu_clearLink .leftArrowDisabled,
.RadMenu_clearLink .rightArrowDisabled,
.RadMenu_clearLink .topArrowDisabled,
.RadMenu_clearLink .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_clearLink .topArrow,
.RadMenu_clearLink .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_clearLink .bottomArrow,
.RadMenu_clearLink .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_clearLink .rightArrow,
.RadMenu_clearLink .leftArrow
{
	height:100%;
}

.RadMenu_clearLink .rightArrow,
.RadMenu_clearLink .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_clearLink .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_clearLink .expandLeft,
.RadMenu_clearLink .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_clearLink_rtl .expandLeft,
.RadMenu_clearLink_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_clearLink .link:hover .expandLeft,
.RadMenu_clearLink .link:hover .expandRight,
.RadMenu_clearLink .focused .expandLeft,
.RadMenu_clearLink .focused .expandRight,
.RadMenu_clearLink .expanded .expandLeft,
.RadMenu_clearLink .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_clearLink_rtl .link:hover .expandLeft,
.RadMenu_clearLink_rtl .link:hover .expandRight,
.RadMenu_clearLink_rtl .focused .expandLeft,
.RadMenu_clearLink_rtl .focused .expandRight,
.RadMenu_clearLink_rtl .expanded .expandLeft,
.RadMenu_clearLink_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
