/* <RadMenu / Shedd> */

.RadMenu_Shedd ul.rmRootGroup, 
.RadMenu_Shedd div.rmRootGroup
{
    padding: 0 0 2px 4px;
    border-bottom: 9px solid black;
    background-color: black;
}

/* <Root items> */

.RadMenu_Shedd,
.RadMenu_Shedd a.rmLink
{
	font: normal 11pt/18pt ITCKabelStdBook;
	color: white;
	text-decoration: none;
	z-index: 600;
}

.RadMenu_Shedd .rmItem a.rmLink {
    padding: 0 6px 0 6px;
    text-decoration: none;
}

.RadMenu_Shedd .rmHorizontal a.rmLink .rmText
{
	padding: 0 6px 0 6px;
}

.RadMenu_Shedd a.rmRootLink .rmText
{
	padding: 0 6px 0 6px;
}

.RadMenu_Shedd_Context a.rmRootLink .rmText
{
	padding: 0 6px 0 6px;
}

.RadMenu_Shedd ul.rmVertical .rmText
{
    padding: 0 6px 0 6px;
}

.RadMenu_Shedd_rtl ul.rmVertical .rmText
{
    padding: 0 6px 0 6px;
}

.RadMenu_Shedd .rmItem a.rmLink:hover, .RadMenu_Shedd .rmItem a.rmFocused, .RadMenu_Shedd .rmItem a.rmSelected
{
    background-color: black;
	color: #D9262A;
    border: 0px solid black;
    padding: 0 6px 0 6px;
	margin: 0;
}

.RadMenu_Shedd .rmItem a.rmExpanded, 
.RadMenu_Shedd .rmItem a.rmExpanded:hover
{
    background: black;
    border: 0px solid black;
    padding: 0 6px 0 6px;
}

.RadMenu_Shedd .rmItem a.rmDisabled,
.RadMenu_Shedd .rmItem a.rmDisabled:hover
{
	color: #7d7d7d;
	background-color: transparent;
	border: 0px solid black;
    padding: 0 6px 0 6px;
}

.RadMenu_Shedd img.rmLeftImage,
.RadMenu_Shedd span.rmLeftImage
{
	margin: 0;
	padding-bottom: 0;
	padding-right:10px;
}

/* </Root items> */


/* <Submenu items> */

/* This has a DropDownStripe
.RadMenu_Shedd .rmGroup,
.RadMenu_Shedd .rmMultiColumn,
.RadMenu_Shedd .rmGroup .rmVertical
{
	border: 1px solid #616161;
	background: #ffffff url('Menu/rmDropDownStripe.png') repeat-y -1px 0;
}

.RadMenu_Shedd .rmTopFix,
.RadMenu_Shedd .rmBottomFix,
.RadMenu_Shedd .rmRoundedCorners .rmGroup .rmItem,
.RadMenu_Shedd .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
.RadMenu_Shedd .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
.RadMenu_Shedd .rmRoundedCorners ul.rmHorizontal .rmFirst,
.RadMenu_Shedd_Context.rmRoundedCorners .rmGroup .rmItem,
.RadMenu_Shedd_Context.rmRoundedCorners ul.rmHorizontal .rmFirst
{
	background-image: url('Menu/rmDropDownStripe.png');
	background-color: #ffffff; 
	background-repeat: repeat-y;
	background-position: -3px 0;
}

* html .rmRoundedCorners_Shedd .rmGroup .rmItem,
* html .rmRoundedCorners_Shedd ul.rmHorizontal .rmFirst
{
	background-image: url('Menu/rmDropDownStripe.png');
	background-color: #ffffff; 
	background-repeat: repeat-y;
	background-position: -3px 0;
}

*/
/* no DropDownStripe, grey background */
.RadMenu_Shedd .rmGroup, 
.RadMenu_Shedd .rmMultiColumn, 
.RadMenu_Shedd .rmGroup .rmVertical
{
    border: 0px solid black;
    background-color: black;
}

.RadMenu_Shedd .rmTopFix,
.RadMenu_Shedd .rmBottomFix,
.RadMenu_Shedd .rmRoundedCorners .rmGroup .rmItem,
.RadMenu_Shedd .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
.RadMenu_Shedd .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
.RadMenu_Shedd .rmRoundedCorners ul.rmHorizontal .rmFirst,
.RadMenu_Shedd_Context.rmRoundedCorners .rmGroup .rmItem,
.RadMenu_Shedd_Context.rmRoundedCorners ul.rmHorizontal .rmFirst
{
	background-image: none;
	background-color: black; 
	background-repeat: repeat-y;
	background-position: -3px 0;
}

* html .rmRoundedCorners_Shedd .rmGroup .rmItem,
* html .rmRoundedCorners_Shedd ul.rmHorizontal .rmFirst
{
	background-image: none;
	background-color: black; 
	background-repeat: repeat-y;
	background-position: -3px 0;
}

.RadMenu_Shedd .rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Shedd .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Shedd .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_Shedd .rmRoundedCorners .rmGroupColumn .rmGroupColumn .rmItem,
.RadMenu_Shedd .rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Shedd .rmRoundedCorners .rmScrollWrap .rmVertical,
.RadMenu_Shedd_Context.rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Shedd_Context.rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Shedd_Context.rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Shedd_Context.rmRoundedCorners .rmScrollWrap .rmVertical
{
	background-image: none;
}

* html .rmRoundedCorners_Shedd .rmScrollWrapContainer .rmGroup,
* html .rmRoundedCorners_Shedd .rmScrollWrap .rmItem,
* html .rmRoundedCorners_Shedd .rmHorizontal .rmItem,
* html .rmRoundedCorners_Shedd .rmScrollWrap .rmVertical
{
	background-image: none;
}

.RadMenu_Shedd .rmRoundedCorners .rmGroupColumn
{
	background-color: black;
}

.RadMenu_Shedd .rmBottomLeft,
.RadMenu_Shedd .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Shedd_Context.rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Shedd_Context.rmRoundedCorners ul.rmGroup,
.RadMenu_Shedd .rmRoundedCorners ul.rmGroup,
.RadMenu_Shedd .rmRoundedCorners .rmMultiColumn
{
	/*background-image:  url('Menu/rmRoundedLeft.png');
	background-color: transparent; 
	background-repeat: no-repeat;*/
	border-radius: 5px;
}

* html .rmRoundedCorners_Shedd .rmScrollWrapContainer,
* html .rmRoundedCorners_Shedd .rmGroup ul.rmGroup,
* html .rmRoundedCorners_Shedd ul.rmGroup
{
	/*background-image:  url('Menu/rmRoundedLeft.png');
	background-color: transparent; 
	background-repeat: no-repeat;*/
	border-radius: 5px;
}

.RadMenu_Shedd .rmTopRight,
.RadMenu_Shedd .rmBottomRight
{
	/*background-image:  url('Menu/rmRoundedRight.png');
	background-color: transparent; 
	background-repeat: no-repeat;*/
	border-radius: 5px;
}

.RadMenu_Shedd .rmTopFix,
.RadMenu_Shedd .rmBottomFix,
.RadMenu_Shedd .rmRoundedCorners .rmGroup .rmFirst,
.RadMenu_Shedd_Context.rmRoundedCorners .rmGroup .rmFirst,
.rmRoundedCorners_Shedd .rmGroup .rmFirst
{
	border-color: black;
}

.RadMenu_Shedd .rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Shedd .rmRoundedCorners .rmScrollWrapContainer .rmBottomFix,
.RadMenu_Shedd_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Shedd_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomFix
{
	background: black;
}

* html .rmRoundedCorners_Shedd .rmScrollWrapContainer .rmTopFix,
* html .rmRoundedCorners_Shedd .rmScrollWrapContainer .rmBottomFix
{
	background: black;
}

.RadMenu_Shedd .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Shedd .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Shedd .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Shedd .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow,
.RadMenu_Shedd_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Shedd_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Shedd_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Shedd_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow
{
	background-color: black;
	border: 0;
}

* html .rmRoundedCorners_Shedd .rmScrollWrapContainer .rmTopArrow,
* html .rmRoundedCorners_Shedd .rmScrollWrapContainer .rmBottomArrow,
* html .rmRoundedCorners_Shedd .rmScrollWrapContainer .rmLeftArrow,
* html .rmRoundedCorners_Shedd .rmScrollWrapContainer .rmRightArrow
{
	background-color: black;
	border: 0;
}

.RadMenu_Shedd li.rmTopFix,
.RadMenu_Shedd li.rmBottomFix
{
	background-position: -4px 0;
}

.RadMenu_Shedd_rtl .rmBottomLeft,
.RadMenu_Shedd_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_Shedd_rtl .rmRoundedCorners .rmMultiColumn,
.RadMenu_Shedd .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Shedd .rmScrollWrapContainer .rmBottomLeft,
.rmRoundedCorners.RadMenu_Shedd_Context_rtl ul.rmGroup,
.RadMenu_Shedd_Context.rmRoundedCorners .rmScrollWrapContainer
{
	/*background-image: url('Menu/rmRoundedLeft_rtl.png');*/
	border-radius: 5px;
}

.RadMenu_Shedd_rtl .rmTopRight,
.RadMenu_Shedd_rtl .rmBottomRight
{
	/*background-image: url('Menu/rmRoundedRight_rtl.png');*/
	border-radius: 5px;
}

.RadMenu_Shedd_rtl li.rmTopFix,
.RadMenu_Shedd_rtl li.rmBottomFix,
.RadMenu_Shedd_rtl .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners.RadMenu_Shedd_Context_rtl .rmGroup .rmItem
{
	background-position: 101% 0;
}

.RadMenu_Shedd .rmGroup .rmHorizontal
{
	background: black;
}

.RadMenu_Shedd .rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.RadMenu_Shedd_Context.rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.rmRoundedCorners_Shedd .rmScrollWrapContainer li.rmItem
{
	background: none;
}

.RadMenu_Shedd .rmGroup .rmItem a.rmLink
{
	padding: 0 6px 0 6px;
	margin: 0;
}

.RadMenu .rmGroup .rmItem .rmLeftImage {
    margin: 2px 0 0 2px; /* 2px 0 0 6px */
}

* html .RadMenu .rmGroup .rmItem .rmLeftImage { margin: 2px 0 0 1px; } /* 2px 0 0 3px */
*+html .RadMenu .rmGroup .rmItem .rmLeftImage { margin: 2px 0 0 1px; }

.RadMenu_Shedd .rmGroup .rmItem a.rmLink:hover,
.RadMenu_Shedd .rmGroup .rmItem a.rmFocused,
.RadMenu_Shedd .rmGroup .rmItem a.rmSelected,
.RadMenu_Shedd .rmGroup .rmItem a.rmExpanded,
.RadMenu_Shedd .rmGroup .rmItem a.rmExpanded:hover
{
    padding: 0 6px 0 6px;
	margin: 0;
}

.RadMenu_Shedd .rmGroup .rmItem a.rmDisabled,
.RadMenu_Shedd .rmGroup .rmItem a.rmDisabled:hover
{
    padding: 0 6px 0 6px;
	margin: 0;
}

.RadMenu_Shedd .rmGroup .rmItem a.rmLink .rmText
{
    padding: 0 6px 0 6px;
	margin: 0;
}

.RadMenu_Shedd .rmGroup .rmHorizontal a.rmLink .rmText
{
    padding: 0 6px 0 6px;
	margin: 0;
}

.RadMenu_Shedd .rmVertical .rmExpandRight,
.RadMenu_Shedd .rmVertical .rmExpandLeft,
.RadMenu_Shedd .rmGroup .rmExpandRight,
.RadMenu_Shedd .rmGroup .rmExpandLeft,
.RadMenu_Shedd .rmTopArrow,
.RadMenu_Shedd .rmBottomArrow,
.RadMenu_Shedd .rmLeftArrow,
.RadMenu_Shedd .rmRightArrow
{
	background: transparent url('Menu/rmExpandArrows.png') no-repeat;
}

.RadMenu_Shedd .rmVertical .rmExpandRight,
.RadMenu_Shedd .rmGroup .rmExpandRight { background-position: 118% 0; }
.RadMenu_Shedd .rmVertical .rmExpandLeft,
.RadMenu_Shedd .rmGroup .rmExpandLeft { background-position: 0 -48px; }
.RadMenu_Shedd a.rmLink:hover .rmExpandRight,
.RadMenu_Shedd a.rmFocused .rmExpandRight,
.RadMenu_Shedd a.rmSelected .rmExpandRight,
.RadMenu_Shedd a.rmExpanded .rmExpandRight { background-position: 118% -24px; }
.RadMenu_Shedd a.rmLink:hover .rmExpandLeft,
.RadMenu_Shedd a.rmFocused .rmExpandLeft,
.RadMenu_Shedd a.rmSelected .rmExpandLeft,
.RadMenu_Shedd a.rmExpanded .rmExpandLeft { background-position: 0 -72px; }

.RadMenu_Shedd .rmTopArrow,
.RadMenu_Shedd .rmBottomArrow,
.RadMenu_Shedd .rmLeftArrow,
.RadMenu_Shedd .rmRightArrow
{
	background-color: black;
}

.RadMenu_Shedd .rmTopArrow
{
	border-bottom: 0px solid black;
	background-position: 50% -95px;
}

.RadMenu_Shedd .rmBottomArrow
{
	border-top: 0px solid black;
	background-position: 50% -109px;
}

.RadMenu_Shedd .rmLeftArrow
{
	border-right: 0px solid black;
	background-position: 50% -48px;
}

.RadMenu_Shedd .rmRightArrow
{
	border-left: 0px solid black;
	background-position: 50%  1px;
}

.RadMenu_Shedd .rmVertical li.rmSeparator,
.RadMenu_Shedd .rmHorizontal .rmVertical li.rmSeparator
{
	border-left: 0;
	border-right: 0;
}

.RadMenu_Shedd .rmVertical li.rmSeparator .rmText,
.RadMenu_Shedd .rmHorizontal .rmVertical li.rmSeparator .rmText {
    background: #616161;
    padding-bottom: 1px;
    margin-top: 0px; /* 2px */
}

.RadMenu_Shedd .rmHorizontal li.rmSeparator .rmText,
.RadMenu_Shedd .rmVertical .rmHorizontal li.rmSeparator .rmText
{
	background: #616161;
	width: 1px;
	margin-left: 1px;
}

/* <rtl> */

.RadMenu_Shedd_rtl .rmGroup,
.RadMenu_Shedd_rtl .rmGroup .rmVertical
{
	background-position: 101% 0;
}

.RadMenu_Shedd_rtl .rmGroup .rmItem a.rmLink .rmText
{
	padding-left: 53px;
	padding-right: 27px;
}

.RadMenu_Shedd_rtl .rmGroup .rmHorizontal a.rmLink .rmText
{
	padding-left: 10px;
	padding-right: 9px;
}

/* </rtl> */

.RadMenu_Shedd .rmScrollWrap .rmVertical
{
	border: 0;
}

/* </RadMenu / Simple> */
/* <Extras> */

DIV.RadMenu_Shedd .rmItem .rmExpanded {
	background-color: black;
}

DIV.RadMenu_Shedd .rmItem .rmGroup {
	background-image: none;
	background-color: black;
}

DIV.RadMenu_Shedd .rmGroup .rmItem .rmLink {
	font-family: ITCKabelStdBook;
}

DIV.RadMenu_Shedd .rmGroup .rmItem .rmLink .rmText 
{   padding: 0 6px 0 6px;
	font-family: inherit;
}

DIV.RadMenu_Shedd .rmGroup .rmItem .rmLink .rmExpandRight 
{   font-family: ITCKabelStdBook;
	background-position: right 0px;
	background-color: black;
}
/* </Extras> */

/* <ItemTemplate> */
.rmTemplateLeftImage
{   padding-right:  10px;
    padding-top:    0px;
    padding-bottom: 0px;
    float:          left;
}
.rmTemplateContainer {
    padding-top: 0px;
}

.Radmenu_Shedd a.rmText:hover, .rmTemplateContainer:hover {
    text-decoration: none !important;
    background-color: black;
	color: #D9262A;
}

.Radmenu_Shedd a.rmTemplateLink:hover
{
    color: #D9262A;
    text-decoration: none !important;
    background-color: black !important;
	padding:  0 4px 0 4px;
}

/* </ItemTemplate> */