/* r.a.d.menu Web 2.0 skin */

.RadMenu_APA_Custom 
{

}

.RadMenu_APA_Custom_Context
{
	background: url('img/MenuItemBackground.gif');
	border:0;
}

.RadMenu_APA_Custom .link, .RadMenu_APA_Custom .link:visited, .RadMenu_APA_Custom .link:active
{
	float: left;
	text-decoration: none;
	color: #0060a9;
	background: transparent;
}

.radmenu a.link{ cursor:pointer; width: 100%; }


.RadMenu_APA_Custom li{ width: 100%; background: url('img/menu_divider.jpg') bottom center repeat-x; }

.RadMenu_APA_Custom .link:hover,
.RadMenu_APA_Custom .focused,
.RadMenu_APA_Custom .expanded
{
	color: #ef3e42;
}

.RadMenu_APA_Custom .rootGroup .text
{
	/*background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;*/
	padding-left: 5px;
	margin-right: 4px;
	font: bold 12px Arial, Verdana, Sans-serif;
	line-height: 32px;
	padding-right: 5px;
}

.RadMenu_APA_Custom .rootGroup .text
{
    background-image:none;
}

.RadMenu_APA_Custom .horizontal .expandBottom,  
.RadMenu_APA_Custom .horizontal .expandTop  
{  
  background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;  
} 

.RadMenu_APA_Custom .vertical .expandLeft,
.RadMenu_APA_Custom .vertical .expandRight  
{  
  background: transparent url(img/groupImage.gif) right center no-repeat;  
} 

.RadMenu_APA_Custom .slide
{
	margin-top:-1px;
}

.RadMenu_APA_Custom .group
{
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	border-left: solid 2px #ccc;
	background: white;
}

.RadMenu_APA_Custom .group .link
{
	background: white;
	border: 0px;
	border-bottom: solid 2px #ccc;
	color: #0060a9;
}

.RadMenu_APA_Custom .group .text
{
	font-weight: bold;
	background: none;
	margin-right: 0px !important;
	font-size: 11px;
}

.RadMenu_APA_Custom .group .link:hover,
.RadMenu_APA_Custom .group .focused,
.RadMenu_APA_Custom .group .expanded
{
	border: 0px;
	border-bottom: solid 2px #ccc;
	color: #ef3e42;
}

.RadMenu_APA_Custom .leftArrow,
.RadMenu_APA_Custom .rightArrow,
.RadMenu_APA_Custom .topArrow,
.RadMenu_APA_Custom .bottomArrow,
.RadMenu_APA_Custom .leftArrowDisabled,
.RadMenu_APA_Custom .rightArrowDisabled,
.RadMenu_APA_Custom .topArrowDisabled,
.RadMenu_APA_Custom .bottomArrowDisabled
{
	background: #e7f1ff url('img/left.gif') center center no-repeat;
	width: 15px;
	text-decoration:none;
	text-indent:-3000px;
	color:#e7f1ff;
	overflow:hidden;
}

.RadMenu_APA_Custom .topArrow,
.RadMenu_APA_Custom .topArrowDisabled
{
	background-image: url('img/top.gif');
	width: 100%;
}

.RadMenu_APA_Custom .bottomArrow,
.RadMenu_APA_Custom .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_APA_Custom .rightArrow,
.RadMenu_APA_Custom .leftArrow
{
	height: 100%;
}

.RadMenu_APA_Custom .rightArrow,
.RadMenu_APA_Custom .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_APA_Custom .vertical .separator .text
{
	padding-top: 2px;
	background: #6788be;
	font-size: 1px;
}

.RadMenu_APA_Custom .expandLeft,
.RadMenu_APA_Custom .expandRight,
.RadMenu_APA_Custom .focused .expandLeft,
.RadMenu_APA_Custom .focused .expandRight,
.RadMenu_APA_Custom .expanded .expandLeft,
.RadMenu_APA_Custom .expanded .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_APA_Custom .group .expandLeft,
.RadMenu_APA_Custom .group .expandRight,
.RadMenu_APA_Custom .group .focused .expandLeft,
.RadMenu_APA_Custom .group .focused .expandRight,
.RadMenu_APA_Custom .group .expanded .expandLeft,
.RadMenu_APA_Custom .group .expanded .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
}

/* mozilla only - disabled state */
.RadMenu_APA_Custom .link.disabled,
.RadMenu_APA_Custom .link.disabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}


/*right-to-left support*/

.RadMenu_APA_Custom_rtl,
.RadMenu_APA_Custom_rtl *
{
    text-align:right;
}

.RadMenu_APA_Custom_rtl .rootGroup .text
{
	padding-left: 24px;
	padding-right: 8px;
	margin-right: 0;
	margin-left: 4px;
}

.RadMenu_APA_Custom_rtl .group .text
{
	margin-left: 0 !important;
	padding-left: 60px;
	padding-right: 8px;
}

.RadMenu_APA_Custom_rtl .horizontal .expandBottom,  
.RadMenu_APA_Custom_rtl .horizontal .expandTop  
{  
  background-position:left center;  
} 

.RadMenu_APA_Custom_rtl .vertical .expandLeft,
.RadMenu_APA_Custom_rtl .vertical .expandRight  
{  
  background: transparent url('img/invertedGroupImageRTL.gif') no-repeat left center;
}

.RadMenu_APA_Custom_rtl .group .expandLeft,
.RadMenu_APA_Custom_rtl .group .expandRight  
{  
  background: transparent url('img/groupImageRTL.gif') no-repeat 5px center;  
}

.RadMenu_APA_Custom_rtl .vertical .link:hover .expandLeft,
.RadMenu_APA_Custom_rtl .vertical .link:hover .expandRight,
.RadMenu_APA_Custom_rtl .vertical .focused .expandLeft,
.RadMenu_APA_Custom_rtl .vertical .focused .expandRight,
.RadMenu_APA_Custom_rtl .vertical .expanded .expandLeft,
.RadMenu_APA_Custom_rtl .vertical .expanded .expandRight
{
	background: transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_APA_Custom_rtl .group .link:hover .expandLeft,
.RadMenu_APA_Custom_rtl .group .link:hover .expandRight,
.RadMenu_APA_Custom_rtl .group .focused .expandLeft,
.RadMenu_APA_Custom_rtl .group .focused .expandRight,
.RadMenu_APA_Custom_rtl .group .expanded .expandLeft,
.RadMenu_APA_Custom_rtl .group .expanded .expandRight
{
	background: transparent url(img/groupImageRTL.gif) 5px center no-repeat;
}