/* RadMenu Plain skin */

/*container div for menu*/
.RadMenu_WebBlue 
{
float: left;
 width: 765px;

}

.RadMenu_WebBlue_Context
{
	background: none;
	border:0;
}
/*root menu link style in <a> tag*/
.RadMenu_WebBlue .link
{

	
}

.RadMenu_WebBlue .link:hover,
.RadMenu_WebBlue .focused,
.RadMenu_WebBlue .expanded
{

}
/*root menu text style*/
.RadMenu_WebBlue .text
{

  background: url(/Portals/0/images/mainav_init_divide.jpg) no-repeat;
  padding: 0 14px 0 15px;
}

.RadMenu_WebBlue_rtl .text
{
	padding-right: 10px;	
	padding-left: 36px;
}

/*submenu container style*/
.RadMenu_WebBlue .group
{
	border: solid 1px #bbbbbb;

}
/*submenu link style in <a> tag*/

.RadMenu_WebBlue .group .link
{
  background: #FFF;
  color: #9D0000;
}

.RadMenu_WebBlue_rtl .group .link
{
	text-align: right;
}

.RadMenu_WebBlue .group .link:hover,
.RadMenu_WebBlue .group .focused,
.RadMenu_WebBlue .group .expanded
{
	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
}

.RadMenu_WebBlue .leftArrow,
.RadMenu_WebBlue .rightArrow,
.RadMenu_WebBlue .topArrow,
.RadMenu_WebBlue .bottomArrow,
.RadMenu_WebBlue .leftArrowDisabled,
.RadMenu_WebBlue .rightArrowDisabled,
.RadMenu_WebBlue .topArrowDisabled,
.RadMenu_WebBlue .bottomArrowDisabled
{
}

.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
{

}
/*arrows to show all the time - not just on hover*/
.RadMenu_WebBlue .level1 .expandLeft,
.RadMenu_WebBlue level1 .expandRight
{
		background: url(img/right.gif) right 58% no-repeat;
}

.RadMenu_WebBlue .expandLeft,
.RadMenu_WebBlue .expandRight
{

}

.RadMenu_WebBlue_rtl .expandLeft,
.RadMenu_WebBlue_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}
/* style that shows arrow upon hover*/
.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;
}

.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/groupImageRTL.gif) left center no-repeat;
}