/* RadMenu WebBlue skin */

.RadMenu_WebBlue
{ line-height: 22px; padding-top: 0; padding-right: 10px; padding-bottom: 0; padding-left: 10px; background-image: url(img/MenuBackground.gif); }

.RadMenu_WebBlue .link,
.RadMenu_WebBlue .visited
{ text-decoration:none; color: white; text-align:  center; line-height: 22px; font-weight: normal; }

.RadMenu_WebBlue .link:hover,
.RadMenu_WebBlue .focused,
.RadMenu_WebBlue .expanded
{ color: #CCCCCC; background-repeat: repeat-x; text-decoration: none; font-weight: normal; }

.RadMenu_WebBlue .text
{ font-size: 11px; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; color: #FFFFFF; text-decoration: none; font-weight: normal; }

.RadMenu_WebBlue .group
{
	border: solid 1px #d2d8de;
	border-top: 0px;
	border-bottom: 0px;
}

.RadMenu_WebBlue .group .link
{ width: auto; text-align: left; color: #333333; min-width: 130px; background-color: #CCCCCC; }

.RadMenu_WebBlue .group .text
{ padding-left: 12px; font-weight: normal; padding-right: 60px; color: #333333; }

.RadMenu_WebBlue .group .link:hover,
.RadMenu_WebBlue .group .focused,
.RadMenu_WebBlue .group .expanded
{ color: #333333; font-weight: normal; background-color: #999999; border-top-width: 0px; border-top-style: solid; border-top-color: #f6f7f9; }

.RadMenu_WebBlue .leftArrow,
.RadMenu_WebBlue .rightArrow,
.RadMenu_WebBlue .topArrow,
.RadMenu_WebBlue .bottomArrow,
.RadMenu_WebBlue .leftArrowDisabled,
.RadMenu_WebBlue .rightArrowDisabled,
.RadMenu_WebBlue .topArrowDisabled,
.RadMenu_WebBlue .bottomArrowDisabled
{
	border-left: 1px solid #d2d8de;
	border-left: 1px solid #d2d8de;
	background: #889bb0 url('img/left.gif') center center no-repeat;
	width:15px;
	text-decoration:none;
	text-indent:-3000px;
	color:#889bb0;
	overflow:hidden;
}

.RadMenu_WebBlue .topArrow,
.RadMenu_WebBlue .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_WebBlue .bottomArrow,
.RadMenu_WebBlue .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_WebBlue .rightArrow,
.RadMenu_WebBlue .leftArrow
{
	height:100%;
}

.RadMenu_WebBlue .rightArrow,
.RadMenu_WebBlue .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_WebBlue .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_WebBlue .expandLeft,
.RadMenu_WebBlue .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_WebBlue .link:hover .expandLeft,
.RadMenu_WebBlue .link:hover .expandRight,
.RadMenu_WebBlue .focused .expandLeft,
.RadMenu_WebBlue .focused .expandRight,
.RadMenu_WebBlue .expanded .expandLeft,
.RadMenu_WebBlue .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/*right-to-left support*/

.RadMenu_WebBlue_rtl,
.RadMenu_WebBlue_rtl *
{
    text-align:right !important;
}

.RadMenu_WebBlue_rtl .group .text
{
	padding-left: 60px;
	padding-right: 12px;
}

.RadMenu_WebBlue_rtl .expandLeft,
.RadMenu_WebBlue_rtl .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
}

.RadMenu_WebBlue_rtl .link:hover .expandLeft,
.RadMenu_WebBlue_rtl .link:hover .expandRight,
.RadMenu_WebBlue_rtl .focused .expandLeft,
.RadMenu_WebBlue_rtl .focused .expandRight,
.RadMenu_WebBlue_rtl .expanded .expandLeft,
.RadMenu_WebBlue_rtl .expanded .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_WebBlue_rtl .group .link:hover .expandLeft,
.RadMenu_WebBlue_rtl .group .link:hover .expandRight,
.RadMenu_WebBlue_rtl .group .focused .expandLeft,
.RadMenu_WebBlue_rtl .group .focused .expandRight,
.RadMenu_WebBlue_rtl .group .expanded .expandLeft,
.RadMenu_WebBlue_rtl .group .expanded .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
}
