/* RadMenu Plain skin */

/*container div for menu*/
.RadMenu_CssGrey 
{
  margin-bottom: 5px;
    margin-left: -12px;
  width: 810px;
position: relative;
z-index: 1000;

}

.RadMenu_CssGrey_Context
{
	background: none;
	border:0;
}
/*root menu link style in <a> tag*/
.RadMenu_CssGrey .link
{

	text-decoration:none;
	 color: #D47800;
	  background: url(/Portals/0/images/subnav_line.gif) no-repeat 0 35%;
	
}

.RadMenu_CssGrey .link:hover,
.RadMenu_CssGrey .focused,
.RadMenu_CssGrey .expanded
{
  text-decoration: underline;
    cursor: pointer;
}
/*root menu text style*/
.RadMenu_CssGrey .text
{
  padding-left: 12px;
  padding-right: 12px;
  font-size: .65em;
  font-weight: bold;
    letter-spacing: .02em;
}

.RadMenu_CssGrey .link#dnn_dnnMENU2_RadMenu1_m0 {
  background: none;
}
.RadMenu_CssGrey_rtl .text
{
	padding-right: 10px;	
	padding-left: 36px;
}
/* ---------styles below this point not used for PCF - no submenus------------------*/
/*submenu container style*/
.RadMenu_CssGrey .group
{
visibility: hidden;
}
/*submenu link style in <a> tag*/

.RadMenu_CssGrey .group .link
{
	background: #f7f7f7;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
}

.RadMenu_CssGrey_rtl .group .link
{
	text-align: right;
}

.RadMenu_CssGrey .group .link:hover,
.RadMenu_CssGrey .group .focused,
.RadMenu_CssGrey .group .expanded
{
	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
}

.RadMenu_CssGrey .leftArrow,
.RadMenu_CssGrey .rightArrow,
.RadMenu_CssGrey .topArrow,
.RadMenu_CssGrey .bottomArrow,
.RadMenu_CssGrey .leftArrowDisabled,
.RadMenu_CssGrey .rightArrowDisabled,
.RadMenu_CssGrey .topArrowDisabled,
.RadMenu_CssGrey .bottomArrowDisabled
{
}

.RadMenu_CssGrey .topArrow,
.RadMenu_CssGrey .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_CssGrey .bottomArrow,
.RadMenu_CssGrey .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_CssGrey .rightArrow,
.RadMenu_CssGrey .leftArrow
{
	height:100%;
}

.RadMenu_CssGrey .rightArrow,
.RadMenu_CssGrey .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_CssGrey .vertical .separator .text
{

}
/*arrows to show all the time - not just on hover*/
.RadMenu_CssGrey .level1 .expandLeft,
.RadMenu_CssGrey level1 .expandRight
{
		background: url(img/right.gif) right 58% no-repeat;
}

.RadMenu_CssGrey .expandLeft,
.RadMenu_CssGrey .expandRight
{

}

.RadMenu_CssGrey_rtl .expandLeft,
.RadMenu_CssGrey_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}
/* style that shows arrow upon hover*/
.RadMenu_CssGrey .link:hover .expandLeft,
.RadMenu_CssGrey .link:hover .expandRight,
.RadMenu_CssGrey .focused .expandLeft,
.RadMenu_CssGrey .focused .expandRight,
.RadMenu_CssGrey .expanded .expandLeft,
.RadMenu_CssGrey .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_CssGrey_rtl .link:hover .expandLeft,
.RadMenu_CssGrey_rtl .link:hover .expandRight,
.RadMenu_CssGrey_rtl .focused .expandLeft,
.RadMenu_CssGrey_rtl .focused .expandRight,
.RadMenu_CssGrey_rtl .expanded .expandLeft,
.RadMenu_CssGrey_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

