/* r.a.d.menu Web 2.0 skin */

.RadMenu_Web20Tan 
{
	background: url('img/MenuItemBackground.gif');
	border-left: solid 0px #a28A67;
}

.RadMenu_Web20Tan_Context
{
	background: url('img/MenuItemBackground.gif');
	border:0;
}
#pagemaster {
	background: #7D99C7 url('img/BackgroundGradient.png');
}
.skingradient {
	background-image: url('img/MenuItemBackground.gif');
	height:30px;
}

.RadMenu_Web20Tan .link
{
	text-decoration: none;
	color: white;
	border-left: solid 1px #a28A67;
	border-right: solid 1px #E2CAA7;
	background: transparent;
}

.RadMenu_Web20Tan .link:hover,
.RadMenu_Web20Tan .focused,
.RadMenu_Web20Tan .expanded
{
	color: #000066;
	background: transparent url('img/MainItemBackgroundHover.gif') no-repeat center;
}

.RadMenu_Web20Tan .rootGroup .text
{
	/*background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;*/
	padding-left: 8px;
	margin-right: 4px;
	font: bold 12px Arial, Verdana, Sans-serif;
	line-height: 28px;
	padding-right: 24px;
}

.RadMenu_Web20Tan .rootGroup .text
{
    background-image:none;
}

.RadMenu_Web20Tan .horizontal .expandBottom,
.RadMenu_Web20Tan .horizontal .expandTop
{
  background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;
}

.RadMenu_Web20Tan .vertical .expandLeft,
.RadMenu_Web20Tan .vertical .expandRight
{
  background: transparent url('img/invertedGroupImage.gif') no-repeat right center;
}


.RadMenu_Web20Tan .slide
{
	margin-top:-1px;
}

.RadMenu_Web20Tan .group
{
	border: solid 1px #6788be;
	background: white;
}

.RadMenu_Web20Tan .group .link
{
	background: white;
	border: 0px;
	border-bottom: solid 1px #f0f2f3;
	color: #333;
}

.RadMenu_Web20Tan .group .text
{
	font-weight: normal !important;
	background: none;
	margin-right: 0px !important;
	padding-right: 60px;
	font-size: 11px;
}

.RadMenu_Web20Tan .group .link:hover,
.RadMenu_Web20Tan .group .focused,
.RadMenu_Web20Tan .group .expanded
{
	background: #e7f1ff;
	border: 0px;
	border-bottom: solid 1px #d8dde0;
}

.RadMenu_Web20Tan .leftArrow,
.RadMenu_Web20Tan .rightArrow,
.RadMenu_Web20Tan .topArrow,
.RadMenu_Web20Tan .bottomArrow,
.RadMenu_Web20Tan .leftArrowDisabled,
.RadMenu_Web20Tan .rightArrowDisabled,
.RadMenu_Web20Tan .topArrowDisabled,
.RadMenu_Web20Tan .bottomArrowDisabled
{
	background: #e7f1ff url('img/left.gif') center center no-repeat;
	width: 15px;
	text-decoration:none;
	text-indent:-3000px;
	color:#e7f1ff;
	overflow:hidden;
}

.RadMenu_Web20Tan .topArrow,
.RadMenu_Web20Tan .topArrowDisabled
{
	background-image: url('img/top.gif');
	width: 100%;
}

.RadMenu_Web20Tan .bottomArrow,
.RadMenu_Web20Tan .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_Web20Tan .rightArrow,
.RadMenu_Web20Tan .leftArrow
{
	height: 100%;
}

.RadMenu_Web20Tan .rightArrow,
.RadMenu_Web20Tan .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Web20Tan .vertical .separator .text
{
	padding-top: 2px;
	background: #6788be;
	font-size: 1px;
}

.RadMenu_Web20Tan .expandLeft,
.RadMenu_Web20Tan .expandRight,
.RadMenu_Web20Tan .focused .expandLeft,
.RadMenu_Web20Tan .focused .expandRight,
.RadMenu_Web20Tan .expanded .expandLeft,
.RadMenu_Web20Tan .expanded .expandRight
{
	background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Web20Tan .group .expandLeft,
.RadMenu_Web20Tan .group .expandRight,
.RadMenu_Web20Tan .group .focused .expandLeft,
.RadMenu_Web20Tan .group .focused .expandRight,
.RadMenu_Web20Tan .group .expanded .expandLeft,
.RadMenu_Web20Tan .group .expanded .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
}

/* mozilla only - disabled state */
.RadMenu_Web20Tan .link .disabled,
.RadMenu_Web20Tan .link .disabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}


/*right-to-left support*/

.RadMenu_Web20Tan_rtl,
.RadMenu_Web20Tan_rtl *
{
    text-align:right;
}

.RadMenu_Web20Tan_rtl .rootGroup .text
{
	padding-left: 24px;
	padding-right: 8px;
	margin-right: 0;
	margin-left: 4px;
}

.RadMenu_Web20Tan_rtl .group .text
{
	margin-left: 0 !important;
	padding-left: 60px;
	padding-right: 8px;
}

.RadMenu_Web20Tan_rtl .horizontal .expandBottom,
.RadMenu_Web20Tan_rtl .horizontal .expandTop
{
  background-position:left center;
}

.RadMenu_Web20Tan_rtl .vertical .expandLeft,
.RadMenu_Web20Tan_rtl .vertical .expandRight
{
  background: transparent url('img/invertedGroupImageRTL.gif') no-repeat left center;
}

.RadMenu_Web20Tan_rtl .group .expandLeft,
.RadMenu_Web20Tan_rtl .group .expandRight
{
  background: transparent url('img/groupImageRTL.gif') no-repeat 5px center;
}

.RadMenu_Web20Tan_rtl .vertical .link:hover .expandLeft,
.RadMenu_Web20Tan_rtl .vertical .link:hover .expandRight,
.RadMenu_Web20Tan_rtl .vertical .focused .expandLeft,
.RadMenu_Web20Tan_rtl .vertical .focused .expandRight,
.RadMenu_Web20Tan_rtl .vertical .expanded .expandLeft,
.RadMenu_Web20Tan_rtl .vertical .expanded .expandRight
{
	background: transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_Web20Tan_rtl .group .link:hover .expandLeft,
.RadMenu_Web20Tan_rtl .group .link:hover .expandRight,
.RadMenu_Web20Tan_rtl .group .focused .expandLeft,
.RadMenu_Web20Tan_rtl .group .focused .expandRight,
.RadMenu_Web20Tan_rtl .group .expanded .expandLeft,
.RadMenu_Web20Tan_rtl .group .expanded .expandRight
{
	background: transparent url(img/groupImageRTL.gif) 5px center no-repeat;
}
