/* RadMenu WebBlue skin */

.RadMenu_WebBlue
{
	padding: 5px 5px;
	
}

.RadMenu_WebBlue .link
{
	line-height:20px;
	text-decoration:none;
	padding: 5px 5px;
	border-bottom: dotted 1px #dde1e4;
	background: url('img/cc.gif') right center no-repeat;
}

.RadMenu_WebBlue .link:hover,
.RadMenu_WebBlue .focused,
.RadMenu_WebBlue .expanded
{

}

.RadMenu_WebBlue .text
{
	color:#02676A;
	font-family: tahoma;
	font-size: 11px;
	padding-right:5px;
	padding-left:5px;
}

.RadMenu_WebBlue .group
{
	border: solid 1px #d2d8de;
	border-top: 0px;
	border-bottom:  dotted 1px #dde1e4;
}

.RadMenu_WebBlue .group .link
{
	background: #FFFFFF;
	border-top: 0px;
	border-bottom:  dotted 1px #dde1e4;
	border-left: 0px;
	border-right: 0px;
	text-align:right;
	}

.RadMenu_WebBlue .group .text
{
	padding-left:5px;
	color:#02676A;
	padding-right:0px;
}

.RadMenu_WebBlue .group .link:hover,
.RadMenu_WebBlue .group .focused,
.RadMenu_WebBlue .group .expanded
{
}

.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;
	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
{

}

.RadMenu_WebBlue .vertical .separator .text
{
	padding-top: 2px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_WebBlue .expandLeft,
.RadMenu_WebBlue .expandRight
{
}

.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:5px;
	padding-right:0px;
}

.RadMenu_WebBlue_rtl .expandLeft,
.RadMenu_WebBlue_rtl .expandRight
{
	
}

.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;
}
