/* <RadMenu / WebBlue> */

.RadMenu_WebBlue .rmText
{
    cursor:pointer;
}

.RadMenu_WebBlue .rmRootGroup,
.RadMenu_WebBlue .rmLink,
.RadMenu_WebBlue .rmText,
.RadMenu_WebBlue .rmLeftArrow,
.RadMenu_WebBlue .rmRightArrow,
.RadMenu_WebBlue .rmTopArrow,
.RadMenu_WebBlue .rmBottomArrow
{
	background-image: url('Menu/rmSprite.png');
	background-color: transparent;
}

.RadMenu_WebBlue .rmRootGroup
{
	/*border: 1px solid #3d556c;*/
	/*background-color: #627f97;*/
	background-image:none;
}

.RadMenu_WebBlue .rmHorizontal
{
	background-position: 0 0;
	background-repeat: repeat-x;
	display:none;
	
}

.RadMenu_WebBlue .rmVertical
{
	background-position: 0 -425px;
	background-repeat: repeat-x;
}

/* <Root items> */

.RadMenu_WebBlue,
.RadMenu_WebBlue .rmLink
{
	font: normal 12px/23px "Segoe UI", Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}

.RadMenu_WebBlue .rmLink,
.RadMenu_WebBlue .rmText
{
	background-position: 0 1050px;
	background-repeat: no-repeat;	
}

.RadMenu_WebBlue .rmLink:hover,
.RadMenu_WebBlue .rmFocused
{
	color: #fff;
	background-position: 0 -72px;
	background-image:none;
}

.RadMenu_WebBlue .rmLink:hover .rmText,
.RadMenu_WebBlue .rmFocused .rmText
{
	background-position: 100% -96px;
	background-image:none;
}

.RadMenu_WebBlue .rmExpanded,
.RadMenu_WebBlue .rmExpanded:hover
{
	color: #fff;
	background-position: 0 -120px;
	background-image:none;
}

.RadMenu_WebBlue .rmExpanded .rmText,
.RadMenu_WebBlue .rmExpanded:hover .rmText
{
	background-position: 100% -144px;
	background-image:none;
}

/*jo*/
.RadMenu_WebBlue .rmGroup .rmLink:hover,
.RadMenu_WebBlue .rmGroup .rmFocused
{
	color: #fff;
	background-image: url('Menu/rmSprite.png');
	background-position: 0 -72px;

}

.RadMenu_WebBlue .rmGroup .rmLink:hover .rmText,
.RadMenu_WebBlue .rmGroup .rmFocused .rmText
{
    background-image: url('Menu/rmSprite.png');
	background-position: 100% -96px;

}

.RadMenu_WebBlue .rmGroup .rmExpanded,
.RadMenu_WebBlue .rmGroup .rmExpanded:hover
{
	color: #fff;
	background-image: url('Menu/rmSprite.png');
	background-position: 0 -120px;
	
}
.RadMenu_WebBlue .rmGroup .rmExpanded .rmText,
.RadMenu_WebBlue .rmGroup .rmExpanded:hover .rmText
{
    background-image: url('Menu/rmSprite.png');
	background-position: 100% -144px;
	
}
/*jo*/



.RadMenu_WebBlue .rmDisabled,
.RadMenu_WebBlue .rmDisabled:hover
{
	color: #aaa;
}

.RadMenu_WebBlue .rmDisabled:hover,
.RadMenu_WebBlue .rmDisabled:hover .rmText
{
	background: none;
}

/* </Root items> */


/* <Submenu items> */

.RadMenu_WebBlue .rmGroup,
.RadMenu_WebBlue .rmGroup .rmVertical
{
	border: 1px solid #768ca5;
	background: #f0f2f4 url('Menu/rmVSprite.png') repeat-y 0 0;
}

.RadMenu_WebBlue .rmSlide .rmScrollWrap
{
	background-image: none;
}

.RadMenu_WebBlue_rtl .rmGroup,
.RadMenu_WebBlue_rtl .rmGroup .rmVertical
{
	background-position: 100% 0;
}

.RadMenu_WebBlue .rmGroup .rmLink
{
	color: #000;
}

.RadMenu_WebBlue .rmGroup .rmLink:hover,
.RadMenu_WebBlue .rmGroup .rmFocused
{
	color: #0e3d4f;
}

.RadMenu_WebBlue .rmRootGroup .rmHorizontal
{
	background-image: none;
}

.RadMenu_WebBlue .rmScrollWrap .rmVertical
{
	border: 0;
}

.RadMenu_WebBlue .rmGroup .rmFirst,
.RadMenu_WebBlue .rmGroup .rmLast
{
	background: none;
}

.RadMenu_WebBlue .rmGroup .rmLast
{
	padding-bottom: 1px;
}

.RadMenu_WebBlue .rmGroup .rmLink:hover,
.RadMenu_WebBlue .rmGroup .rmFocused,
.RadMenu_WebBlue .rmGroup .rmExpanded
{
	background-position: 0 -168px;
}

.RadMenu_WebBlue .rmGroup .rmLink:hover .rmText,
.RadMenu_WebBlue .rmGroup .rmFocused .rmText,
.RadMenu_WebBlue .rmGroup .rmExpanded .rmText
{
	background-position: 100% -192px;
}

.RadMenu_WebBlue .rmGroup .rmDisabled,
.RadMenu_WebBlue .rmGroup .rmDisabled:hover
{
	color: #aaa;
}

/* <expand arrows> */

.RadMenu_WebBlue .rmGroup .rmExpandRight,
.RadMenu_WebBlue .rmGroup .rmExpandDown
{
	background-position: 100% -216px;
}

.RadMenu_WebBlue .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_WebBlue .rmGroup .rmFocused .rmExpandRight,
.RadMenu_WebBlue .rmGroup .rmExpanded .rmExpandRight,
.RadMenu_WebBlue .rmGroup .rmLink:hover .rmExpandDown,
.RadMenu_WebBlue .rmGroup .rmFocused .rmExpandDown,
.RadMenu_WebBlue .rmGroup .rmExpanded .rmExpandDown
{
	background-position: 100% -240px;
}

.RadMenu_WebBlue .rmGroup .rmDisabled:hover .rmExpandRight,
.RadMenu_WebBlue .rmGroup .rmDisabled:hover .rmExpandDown
{
	background-image: url('Menu/rmSprite.png');
	background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_WebBlue_rtl .rmGroup .rmLink:hover,
.RadMenu_WebBlue_rtl .rmGroup .rmFocused,
.RadMenu_WebBlue_rtl .rmGroup .rmExpanded
{
	background-position: 100% -264px;
}

.RadMenu_WebBlue_rtl .rmGroup .rmLink:hover .rmText,
.RadMenu_WebBlue_rtl .rmGroup .rmFocused .rmText,
.RadMenu_WebBlue_rtl .rmGroup .rmExpanded .rmText
{
	background-position: 0 -288px;
}

.RadMenu_WebBlue_rtl .rmGroup .rmExpandLeft
{
	background-position: 0 -312px;
}

.RadMenu_WebBlue_rtl .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_WebBlue_rtl .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_WebBlue_rtl .rmGroup .rmExpanded .rmExpandLeft
{
	background-position: 0 -336px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (WebBlue - specific, overlapping submenus)> */

.RadMenu_WebBlue .rmSlide
{
	margin: 0px 0 0 0px;
}

.RadMenu_WebBlue .rmVertical .rmSlide,
.RadMenu_WebBlue .rmSlide .rmSlide,
.RadMenu_WebBlue_Context .rmGroup .rmSlide
{
	margin: 0 0 0 -5px;
}

.RadMenu_WebBlue_rtl .rmSlide
{
	margin: -3px 0 0 -3px;
}

.RadMenu_WebBlue_rtl .rmVertical .rmSlide,
.RadMenu_WebBlue_rtl .rmSlide .rmSlide,
.RadMenu_WebBlue_Context_rtl .rmGroup .rmSlide
{
	margin: 0 0 0 5px;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_WebBlue .rmLeftArrow,
.RadMenu_WebBlue .rmRightArrow
{
	background-color: #E0E5F5;
}

.RadMenu_WebBlue .rmLeftArrow { background-position: -8px -312px; border-right: 1px solid #B7BDCD; }
.RadMenu_WebBlue .rmRightArrow { background-position: -482px -216px; border-left: 1px solid #B7BDCD; }

.RadMenu_WebBlue .rmTopArrow,
.RadMenu_WebBlue .rmBottomArrow,
.RadMenu_WebBlue .rmGroup .rmLeftArrow,
.RadMenu_WebBlue .rmGroup .rmRightArrow
{
	background-color: #f0f0f0;
}

.RadMenu_WebBlue .rmTopArrow { background-position: 50% -367px; border-bottom: 1px solid #B7BDCD; }
.RadMenu_WebBlue .rmBottomArrow { background-position: 50% -391px; border-top: 1px solid #B7BDCD; }

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_WebBlue .rmVertical .rmSeparator .rmText
{
	background-position: 0 -406px;
}

.RadMenu_WebBlue_Context .rmVertical .rmSeparator .rmText,
.RadMenu_WebBlue .rmVertical .rmVertical .rmSeparator .rmText,
.RadMenu_WebBlue .rmHorizontal .rmVertical .rmSeparator .rmText
{
	background-position: 0 -408px;
}

.RadMenu_WebBlue .rmHorizontal .rmSeparator .rmText,
.RadMenu_WebBlue .rmVertical .rmHorizontal .rmSeparator .rmText
{
	background-position: 0 -386px;
}

/* </Separators> */

/* </RadMenu / WebBlue> */




.RadMenu_WebBlue .rmItem
{
	
	background-image: url('Menu/GPV_tab.gif');
    width:93px;
    height:30px;
	margin-left:1px;
	
	
}

.RadMenu_WebBlue .rmExpandDown,
.RadMenu_WebBlue .rmExpandDown:hover
{
    /*background-color:Blue;*/
    background-image: url('Menu/GPV_arrow.gif') !important;
    background-position:left !important;
    background-repeat:no-repeat !important;   
}



.RadMenu_WebBlue .rmText
{
    line-height:30px;
    width:90px;
    text-align:center !important;
}


.RadMenu_WebBlue .rmGroup .rmText
{
    line-height: 24px;
    width:auto;
    text-align:left !important;
}

.RadMenu_WebBlue .rmGroup .rmItem
{
	
	background-image:none;
    width:auto;
    height:auto;
	margin-left:1px;	
}

.RadMenu .rmLink {
    float:none !important;
    padding:0 !important;
}


