/* <RadMenu / Menu> */

/* Assigment of the composite image which contains most of the backgrounds to all the elements*/
.RadMenu_Menu .rmRootGroup,
.RadMenu_Menu .rmLink,
.RadMenu_Menu .rmText,
.RadMenu_Menu .rmLeftArrow,
.RadMenu_Menu .rmRightArrow,
.RadMenu_Menu .rmTopArrow,
.RadMenu_Menu .rmBottomArrow
{
	/*background-image: url('../Menu/img/rmSprite.png');*/
	/*background-color: transparent;*/
}

.RadMenu_Menu {
    padding-left: 7px;
}
/* Applied to the outer wrapping ul */
.RadMenu_Menu .rmRootGroup 
{
	/*border: 1px solid #3d556c;*/
	/*background-color: #627f97;*/
}

/* Applied to outer wrapping ul if the menu is horizontal */
.RadMenu_Menu .rmHorizontal 
{
	/*background-position: 0 0;
	background-repeat: repeat-x;*/
}

/* Applied to the outer wrapping ul if the menu is vertical */
.RadMenu_Menu .rmVertical 
{
	/*background-position: 0 -425px;
	background-repeat: repeat-x;*/
}

/* <Root items> */

/* Applied to the outer wrapping div */
.RadMenu_Menu,
/* Applied to all 'a' tag links inside the menu */
.RadMenu_Menu .rmLink
{
    font: bold .97em/23px Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-right: 1px;

}

/* Applied to  all 'a' tag links inside the menu */
.RadMenu_Menu .rmLink,
/* Applied to all spans inside the links */
.RadMenu_Menu .rmText
{
	/*background-position: 0 1050px;*/
	/*background-repeat: no-repeat;*/
	width: 85px;
    text-align: center;
    color: #024594;
}

/* Applied to  all 'a' tag links inside the menu */
.RadMenu_Menu .rmLink
{
    background-image: url('RootMenuButtons.png');
}

/* Applied to all 'a' tag links when hovered */
.RadMenu_Menu .rmLink:hover,
/* Applied to all 'a' tag links when they are the currently displayed page */
.RadMenu_Menu .rmFocused
{
	/*color: #0d202b;*/
	background-position: left bottom;
}

/* Applied to the spans inside the links when hovered */ 
.RadMenu_Menu .rmLink:hover .rmText,
/* Applied to the spans inside the links when they are the currently displayed page */ 
.RadMenu_Menu .rmFocused .rmText
{
    color: White;
	/*background-position: 100% -96px;*/
}

/* Applied to a parent menu item when it is currently expanded */
.RadMenu_Menu .rmExpanded,
.RadMenu_Menu .rmExpanded:hover
{
	/*color: #0d202b;*/
	background-position: 0 -26px;
}

/* Applied to the span inside the link of a parent menu item when it is currently expanded  */
.RadMenu_Menu .rmExpanded .rmText,
.RadMenu_Menu .rmExpanded:hover .rmText
{
	/*background-position: 100% -144px;*/
    color: white;
}

/* Applied to the 'a' tag links (under normal conditions and when hovered over) when they have been set to disabled */
.RadMenu_Menu .rmDisabled,
.RadMenu_Menu .rmDisabled:hover
{
	color: #aaa;
}

/* Applied to the disabled 'a' tag links when hovered over */
.RadMenu_Menu .rmDisabled:hover,
/* Applied to the spans inside disabled links when hovered over */
.RadMenu_Menu .rmDisabled:hover .rmText
{
	background: none;
}

/* </Root items> */


/* <Submenu items> */

/* Applied to the wrapping ul for sub-items*/
.RadMenu_Menu .rmGroup,
/* Applied to the wrapping ul for sub-items when the menu is set to vertical */
.RadMenu_Menu .rmGroup .rmVertical
{
	/*border: 1px solid #768ca5;*/
	/* This is the background used for the left hand spacing and the line used in sub items to give room for an image next to the text  */
	/*background: #f0f2f4 url('../Menu/img/rmVSprite.png') repeat-y 0 0;*/
}

/* Applied to the div that wraps all sub-item ul tags.  It is used for animation and can be ignored */
.RadMenu_Menu .rmSlide .rmScrollWrap
{
	background-image: none;
}

/* Applied to the wrapping ul for sub-items when the menu has a right to left orientation*/
.RadMenu_Menu_rtl .rmGroup,
/* Applied to the wrapping ul for sub-items when the menu has a right to left orientation and when its set to Vertical*/
.RadMenu_Menu_rtl .rmGroup .rmVertical
{
	/*background-position: 100% 0;*/
}

/* Applied to all sub-item 'a' tag links */
.RadMenu_Menu .rmGroup .rmLink
{
    font-weight: normal;
	background-image: url('SubMenuButtons.png');
    background-position: left bottom;
    width: 255px;
    text-align: left;
}

/* Applied to all sub-item 'a' tag links when hovered */
.RadMenu_Menu .rmGroup .rmLink:hover,
/* Applied to all sub-item 'a' tag links when they are the currently displayed page */
.RadMenu_Menu .rmGroup .rmFocused
{
	color: #0e3d4f;
    background-position: left top;
}

/* Applied to the wrapping ul for sub-items when the menu is set to Horizontal*/
.RadMenu_Menu .rmRootGroup .rmHorizontal
{
	/*background-image: none;*/
}

.RadMenu_Menu .rmScrollWrap .rmVertical
{
	/*border: 0;*/
}

.RadMenu_Menu .rmGroup .rmFirst
{
	margin-top:1px;
}

.RadMenu_Menu .rmGroup .rmLast
{
	/*padding-bottom: 1px;*/
}

.RadMenu_Menu .rmGroup .rmLink:hover,
.RadMenu_Menu .rmGroup .rmFocused,
.RadMenu_Menu .rmGroup .rmExpanded
{
	/*background-position: 0 -168px;*/
}

.RadMenu_Menu .rmGroup .rmLink .rmText
{   
    padding-left: 5px !important;
    text-align: left;
}  


.RadMenu_Menu .rmGroup .rmLink:hover .rmText,
.RadMenu_Menu .rmGroup .rmFocused .rmText,
.RadMenu_Menu .rmGroup .rmExpanded .rmText
{
	/*background-position: 100% -192px;*/
}

.RadMenu_Menu .rmGroup .rmDisabled,
.RadMenu_Menu .rmGroup .rmDisabled:hover
{
	/*color: #aaa;*/
}

/* <expand arrows> */

.RadMenu_Menu .rmGroup .rmExpandRight,
.RadMenu_Menu .rmGroup .rmExpandDown
{
	/*background-position: 100% -216px;*/
}

.RadMenu_Menu .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_Menu .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Menu .rmGroup .rmExpanded .rmExpandRight,
.RadMenu_Menu .rmGroup .rmLink:hover .rmExpandDown,
.RadMenu_Menu .rmGroup .rmFocused .rmExpandDown,
.RadMenu_Menu .rmGroup .rmExpanded .rmExpandDown
{
	/*background-position: 100% -240px;*/
}

.RadMenu_Menu .rmGroup .rmDisabled:hover .rmExpandRight,
.RadMenu_Menu .rmGroup .rmDisabled:hover .rmExpandDown
{
	/*background-image: url('../Menu/img/rmSprite.png');
	background-position: 100% -216px;*/
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Menu_rtl .rmGroup .rmLink:hover,
.RadMenu_Menu_rtl .rmGroup .rmFocused,
.RadMenu_Menu_rtl .rmGroup .rmExpanded
{
	/*background-position: 100% -264px;*/
}

.RadMenu_Menu_rtl .rmGroup .rmLink:hover .rmText,
.RadMenu_Menu_rtl .rmGroup .rmFocused .rmText,
.RadMenu_Menu_rtl .rmGroup .rmExpanded .rmText
{
	/*background-position: 0 -288px;*/
}

.RadMenu_Menu_rtl .rmGroup .rmExpandLeft
{
	/*background-position: 0 -312px;*/
}

.RadMenu_Menu_rtl .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_Menu_rtl .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_Menu_rtl .rmGroup .rmExpanded .rmExpandLeft
{
	/*background-position: 0 -336px;*/
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Menu - specific, overlapping submenus)> */

.RadMenu_Menu .rmSlide
{
	margin: -1px 0 0 0px;
}

.RadMenu_Menu .rmVertical .rmSlide,
.RadMenu_Menu .rmSlide .rmSlide,
.RadMenu_Menu_Context .rmGroup .rmSlide
{
	/*margin: 0 0 0 -5px;*/
}

.RadMenu_Menu_rtl .rmSlide
{
	/*margin: -3px 0 0 -3px;*/
}

.RadMenu_Menu_rtl .rmVertical .rmSlide,
.RadMenu_Menu_rtl .rmSlide .rmSlide,
.RadMenu_Menu_Context_rtl .rmGroup .rmSlide
{
	/*margin: 0 0 0 5px;*/
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Menu .rmLeftArrow,
.RadMenu_Menu .rmRightArrow
{
	/*background-color: #E0E5F5;*/
}

.RadMenu_Menu .rmLeftArrow { /*background-position: -8px -312px; border-right: 1px solid #B7BDCD; */}
.RadMenu_Menu .rmRightArrow { /*background-position: -482px -216px; border-left: 1px solid #B7BDCD; */}

.RadMenu_Menu .rmTopArrow,
.RadMenu_Menu .rmBottomArrow,
.RadMenu_Menu .rmGroup .rmLeftArrow,
.RadMenu_Menu .rmGroup .rmRightArrow
{
	/*background-color: #f0f0f0;*/
}

.RadMenu_Menu .rmTopArrow { /*background-position: 50% -367px; border-bottom: 1px solid #B7BDCD; */}
.RadMenu_Menu .rmBottomArrow { /*background-position: 50% -391px; border-top: 1px solid #B7BDCD; */}

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Menu .rmVertical .rmSeparator .rmText
{
	/*background-position: 0 -406px;*/
}

.RadMenu_Menu_Context .rmVertical .rmSeparator .rmText,
.RadMenu_Menu .rmVertical .rmVertical .rmSeparator .rmText,
.RadMenu_Menu .rmHorizontal .rmVertical .rmSeparator .rmText
{
	/*background-position: 0 -408px;*/
}

.RadMenu_Menu .rmHorizontal .rmSeparator .rmText,
.RadMenu_Menu .rmVertical .rmHorizontal .rmSeparator .rmText
{
	/*background-position: 0 -386px;*/
}

/* </Separators> */

/* </RadMenu / Menu> */
