/* r.a.d.menu SheppardAssociates skin */
@import "/RadControls/Skins/Menu.css";
.RadMenu_SheppardAssociates 
{  /* do not put an image in here, it hides the rollover. */
}

.RadMenu_SheppardAssociates_Context
{
	background: none;
	border:0;
}

.RadMenu_SheppardAssociates .rmLink
{
	text-decoration: none;
	color: #FFF;   /* This is the main menu text */
	background-color: #996600;
	border-right: solid 1px white;
	/* background: white url(Menu/top_menu.jpg) repeat-x center;  /* THis is the main menu image for each item */
}

.RadMenu_SheppardAssociates .rmLink:hover,
.RadMenu_SheppardAssociates .rmFocused,
.RadMenu_SheppardAssociates .rmExpanded
{
	color: #FFF;  /* This is the rollover text */
	background-color: #663300;
	/* background: white url(Menu/top_menu_over.jpg) repeat-x ;  /* This is the rollover image for the main menu items */
}

.RadMenu_SheppardAssociates .rmText
{
	/*background: transparent url(Menu/RootGroupArrowDown.gif) no-repeat right center;*/
	padding-left: 15px; /* should be adjusted to the size of the images, if they are larger than 16x16px */
	margin-right: 4px;
	font: normal 11px Arial, Verdana, Sans-serif;
	line-height: 22px;
	padding-right: 15px;
    background-image:none;
}


/*.RadMenu_SheppardAssociates .rmRootGroup .rmText .rmLeftImage
{
	margin: 3px 1px 0; /* should be adjusted to the size of the images, if they are larger than 16x16px */
/*}*/

.RadMenu_SheppardAssociates .rmHorizontal .rmExpandBottom,  
.RadMenu_SheppardAssociates .rmHorizontal .rmExpandTop  
{  
  background: transparent url(Menu/RootGroupArrowDown.gif) no-repeat right center;  
} 

.RadMenu_SheppardAssociates .rmVertical .rmExpandLeft,
.RadMenu_SheppardAssociates .rmVertical .rmExpandRight  
{  
  background: transparent url(Menu/invertedGroupImage.gif) no-repeat right center;  
} 


.RadMenu_SheppardAssociates .rmSlide
{
	margin-top:-1px;
}

.RadMenu_SheppardAssociates .rmGroup
{
	background: white;
	width:200px;
}

.RadMenu_SheppardAssociates .rmGroup .rmLink
{
	background: #387558; /* This is the colour of the drop down or fly out */
	border: 0px;
	color: #333;
	width:200px;
}

.RadMenu_SheppardAssociates .rmGroup .rmText
{
	font-weight: normal !important;
	background: none;
	margin-right: 0 !important;
	padding-left: 30px;
	padding-right: 40px;
	font-size: 11px;
}

.RadMenu_SheppardAssociates .rmGroup .rmLink:hover
{
	background: #1CCC6C; /* This is the hover for the flyout */
	border: 0px;
}

.RadMenu_SheppardAssociates .rmGroup .rmLink:hover .rmExpandRight
{
	background: #1CCC6C url(Menu/invertedGroupImage.gif) no-repeat right center; /* This is the hover for the flyout when it has sub items */
	border: 0px;
}

.RadMenu_SheppardAssociates .rmGroup .rmExpanded
{
	background: #1CCC6C; /* This is the the flyout when sub items have been expanded from it */
	border: 0px;
}

.RadMenu_SheppardAssociates .rmLeftArrow,
.RadMenu_SheppardAssociates .rmRightArrow,
.RadMenu_SheppardAssociates .rmTopArrow,
.RadMenu_SheppardAssociates .rmBottomArrow,
.RadMenu_SheppardAssociates .rmLeftArrowDisabled,
.RadMenu_SheppardAssociates .rmRightArrowDisabled,
.RadMenu_SheppardAssociates .rmTopArrowDisabled,
.RadMenu_SheppardAssociates .rmBottomArrowDisabled
{
	background: #e7f1ff url(Menu/left.gif) center center no-repeat;
	width: 15px;
	text-decoration:none;
	text-indent:-3000px;
	color:#e7f1ff;
	overflow:hidden;
}

.RadMenu_SheppardAssociates .rmTopArrow,
.RadMenu_SheppardAssociates .rmTopArrowDisabled
{
	background-image: url(Menu/top.gif);
	width: 100%;
	height: 15px;
}

.RadMenu_SheppardAssociates .rmBottomArrow,
.RadMenu_SheppardAssociates .rmBottomArrowDisabled
{
	background-image:url(Menu/bottom.gif);
	width: 100%;
	height: 15px;
}

.RadMenu_SheppardAssociates .rmRightArrow,
.RadMenu_SheppardAssociates .rmLeftArrow
{
	height: 100%;
}

.RadMenu_SheppardAssociates .rmRightArrow,
.RadMenu_SheppardAssociates .rmRightArrowDisabled
{
	background-image: url(Menu/right.gif);
}

.RadMenu_SheppardAssociates .rmVertical .rmSeparator
{
}

.RadMenu_SheppardAssociates .rmSeparator .rmText
{
	display: none;
}

.RadMenu_SheppardAssociates .rmExpandLeft,
.RadMenu_SheppardAssociates .rmExpandRight,
.RadMenu_SheppardAssociates .rmFocused .rmExpandLeft,
.RadMenu_SheppardAssociates .rmFocused .rmExpandRight,
.RadMenu_SheppardAssociates .rmExpanded .rmExpandLeft,
.RadMenu_SheppardAssociates .rmExpanded .rmExpandRight
{ /* Rollover for a  menu item that has sub items hanging off it */
}

.RadMenu_SheppardAssociates .rmGroup .rmExpandLeft,
.RadMenu_SheppardAssociates .rmGroup .rmExpandRight,
.RadMenu_SheppardAssociates .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_SheppardAssociates .rmGroup .rmFocused .rmExpandRight,
.RadMenu_SheppardAssociates .rmGroup .rmExpanded .rmExpandLeft,
.RadMenu_SheppardAssociates .rmGroup .rmExpanded .rmExpandRight
{
}

/* mozilla only - disabled state */
.RadMenu_SheppardAssociates .rmLink.rmDisabled,
.RadMenu_SheppardAssociates .rmLink.rmDisabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}


/*right-to-left support*/

.RadMenu_SheppardAssociates_rtl,
.RadMenu_SheppardAssociates_rtl *
{
    text-align:right;
}

.RadMenu_SheppardAssociates_rtl .rmRootGroup .rmText
{
	padding-left: 24px;
	padding-right: 8px;
	margin-right: 0;
	margin-left: 4px;
}

.RadMenu_SheppardAssociates_rtl .rmGroup .rmText
{
	margin-left: 0 !important;
	padding-left: 40px;
	padding-right: 30px;
}

.RadMenu_SheppardAssociates .rmLeftImage 
{
	margin: 5px 2px 0;
}

.RadMenu_SheppardAssociates_rtl .rmHorizontal .rmExpandBottom,  
.RadMenu_SheppardAssociates_rtl .rmHorizontal .rmExpandTop  
{  
  background-position:left center;  
} 

.RadMenu_SheppardAssociates_rtl .rmVertical .rmExpandLeft,
.RadMenu_SheppardAssociates_rtl .rmVertical .rmExpandRight  
{  
  background: transparent url(Menu/invertedGroupImageRTL.gif) no-repeat left center;
}

.RadMenu_SheppardAssociates_rtl .rmGroup .rmExpandLeft,
.RadMenu_SheppardAssociates_rtl .rmGroup .rmExpandRight  
{  
  background: transparent url(Menu/groupImageRTL.gif) no-repeat 5px center;  
}

.RadMenu_SheppardAssociates_rtl .rmVertical .rmLink:hover .rmExpandLeft,
.RadMenu_SheppardAssociates_rtl .rmVertical .rmLink:hover .rmExpandRight,
.RadMenu_SheppardAssociates_rtl .rmVertical .rmFocused .rmExpandLeft,
.RadMenu_SheppardAssociates_rtl .rmVertical .rmFocused .rmExpandRight,
.RadMenu_SheppardAssociates_rtl .rmVertical .rmExpanded .rmExpandLeft,
.RadMenu_SheppardAssociates_rtl .rmVertical .rmExpanded .rmExpandRight
{
	background: transparent url(Menu/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_SheppardAssociates_rtl .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_SheppardAssociates_rtl .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_SheppardAssociates_rtl .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_SheppardAssociates_rtl .rmGroup .rmFocused .rmExpandRight,
.RadMenu_SheppardAssociates_rtl .rmGroup .rmExpanded .rmExpandLeft,
.RadMenu_SheppardAssociates_rtl .rmGroup .rmExpanded .rmExpandRight
{
	background: transparent url(Menu/groupImageRTL.gif) 5px center no-repeat;
}
