/* RadMenu Default skin */

.RadMenu_FrescoPack 
{
	background: url('img/Menu-Bottom.gif') no-repeat bottom;
	padding-bottom:37px;
}
.RadMenu_FrescoPack .rootGroup
{
	text-align:left;
	text-transform:uppercase;
}

.RadMenu_FrescoPack .item
{
	width: 181px;
}

.RadMenu_FrescoPack .link
{
	text-decoration:none;
	color: #0f116a;
	line-height: 22px;
	background-color: #cbe6f5;
	border-bottom: 1px solid #e5f3fa;
	border-top: 1px solid #e5f3fa;
}


.RadMenu_FrescoPack .Selected
{
	font-weight: bold;
	background: #eaf5fb url('img/Menu_Selected-BG.gif') no-repeat left;
	border-bottom: 1px solid #cbe6f5;
	border-top: 1px solid #cbe6f5;
}

.RadMenu_FrescoPack .link:hover,
.RadMenu_FrescoPack .focused,
.RadMenu_FrescoPack .expanded
{
	background: #eaf5fb url('img/Menu_Selected-BG.gif') no-repeat left;
	cursor: pointer;
	border-bottom: 1px solid #cbe6f5;
	border-top: 1px solid #cbe6f5;
}

.RadMenu_FrescoPack .text
{
	font-size: 11px;
	padding: 0px 24px;
	font-family: Arial, Verdana;
}

.RadMenu_FrescoPack .group
{
	background: white;
	border: solid 1px #e4e4e4;
}

.RadMenu_FrescoPack .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;
}

* html .RadMenu_FrescoPack .group .link
{
    width: 120px;
}

.RadMenu_FrescoPack_rtl .group .link
{
	text-align: right;
}

.RadMenu_FrescoPack .group .text
{
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding-left: 12px;
}



.RadMenu_FrescoPack .group .link:hover,
.RadMenu_FrescoPack .group .focused,
.RadMenu_FrescoPack .group .expanded
{
	background: #c8f415 url('img/menuItemHover.gif') repeat-x;
	font-weight: normal;
}

.RadMenu_FrescoPack .leftArrow,
.RadMenu_FrescoPack .rightArrow,
.RadMenu_FrescoPack .topArrow,
.RadMenu_FrescoPack .bottomArrow,
.RadMenu_FrescoPack .leftArrowDisabled,
.RadMenu_FrescoPack .rightArrowDisabled,
.RadMenu_FrescoPack .topArrowDisabled,
.RadMenu_FrescoPack .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_FrescoPack .topArrow,
.RadMenu_FrescoPack .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_FrescoPack .bottomArrow,
.RadMenu_FrescoPack .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_FrescoPack .rightArrow,
.RadMenu_FrescoPack .leftArrow
{
	height:100%;
}

.RadMenu_FrescoPack .rightArrow,
.RadMenu_FrescoPack .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_FrescoPack .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_FrescoPack .expandLeft,
.RadMenu_FrescoPack .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_FrescoPack_rtl .expandLeft,
.RadMenu_FrescoPack_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_FrescoPack .link:hover .expandLeft,
.RadMenu_FrescoPack .link:hover .expandRight,
.RadMenu_FrescoPack .focused .expandLeft,
.RadMenu_FrescoPack .focused .expandRight,
.RadMenu_FrescoPack .expanded .expandLeft,
.RadMenu_FrescoPack .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_FrescoPack_rtl .link:hover .expandLeft,
.RadMenu_FrescoPack_rtl .link:hover .expandRight,
.RadMenu_FrescoPack_rtl .focused .expandLeft,
.RadMenu_FrescoPack_rtl .focused .expandRight,
.RadMenu_FrescoPack_rtl .expanded .expandLeft,
.RadMenu_FrescoPack_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
