/* r.a.d.menu PaxMondeo skin */
@import "/RadControls/Skins/Menu.css";
.RadMenu_PaxMondeo 
{
}

.RadMenu_PaxMondeo_Context
{
	background: none;
	border:0;
}

.RadMenu_PaxMondeo .rmLink
{
	background: url(Menu/menu.gif) repeat-x;
	text-decoration: none;
	color: #333;
	border-right: solid 0px #FFF100;
}

.RadMenu_PaxMondeo .rmLink:hover,
.RadMenu_PaxMondeo .rmFocused,
.RadMenu_PaxMondeo .rmExpanded
{
	color: #333;
	background: url(Menu/menu_over.gif) repeat-x;
}

.RadMenu_PaxMondeo .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:12px Arial, Verdana, Sans-serif;
	line-height: 29px;
	padding-right: 15px;
    background-image:none;
}


.RadMenu_PaxMondeo .rmRootGroup .rmText .rmLeftImage
{
	margin: 3px 1px 0; /* should be adjusted to the size of the images, if they are larger than 16x16px */
}

.RadMenu_PaxMondeo .rmHorizontal .rmExpandBottom,  
.RadMenu_PaxMondeo .rmHorizontal .rmExpandTop  
{  
  background: transparent url(Menu/RootGroupArrowDown.gif) no-repeat right center;  
} 

.RadMenu_PaxMondeo .rmVertical .rmExpandLeft,
.RadMenu_PaxMondeo .rmVertical .rmExpandRight  
{  
  background: transparent url(Menu/invertedGroupImage.gif) no-repeat right center;  
} 


.RadMenu_PaxMondeo .rmSlide
{
	margin-top:-1px;
}

.RadMenu_PaxMondeo .rmGroup
{
	/* border: solid 1px #7AA800; 
	/*background: white; */
}

.RadMenu_PaxMondeo .rmGroup .rmLink
{
	background: #7AB800;
	border: 0px;
	color: #333;
}

.RadMenu_PaxMondeo .rmGroup .rmText
{
	font-weight: normal !important;
	background: none;
	margin-right: 0 !important;
	padding-left: 30px;
	padding-right: 40px;
	font-size: 11px;
}

.RadMenu_PaxMondeo .rmGroup .rmLink:hover,
.RadMenu_PaxMondeo .rmGroup .rmFocused,
.RadMenu_PaxMondeo .rmGroup .rmExpanded
{
	background: #FFF100;
	border: 0px;
	border-bottom: solid 1px #7AA800;
}

.RadMenu_PaxMondeo .rmLeftArrow,
.RadMenu_PaxMondeo .rmRightArrow,
.RadMenu_PaxMondeo .rmTopArrow,
.RadMenu_PaxMondeo .rmBottomArrow,
.RadMenu_PaxMondeo .rmLeftArrowDisabled,
.RadMenu_PaxMondeo .rmRightArrowDisabled,
.RadMenu_PaxMondeo .rmTopArrowDisabled,
.RadMenu_PaxMondeo .rmBottomArrowDisabled
{
	background: #e7f1ff url(Menu/left.gif) center center no-repeat;
	width: 15px;
	text-decoration:none;
	text-indent:-3000px;
	color:#e7f1ff;
	overflow:hidden;
}

.RadMenu_PaxMondeo .rmTopArrow,
.RadMenu_PaxMondeo .rmTopArrowDisabled
{
	background-image: url(Menu/top.gif);
	width: 100%;
	height: 15px;
}

.RadMenu_PaxMondeo .rmBottomArrow,
.RadMenu_PaxMondeo .rmBottomArrowDisabled
{
	background-image:url(Menu/bottom.gif);
	width: 100%;
	height: 15px;
}

.RadMenu_PaxMondeo .rmRightArrow,
.RadMenu_PaxMondeo .rmLeftArrow
{
	height: 100%;
}

.RadMenu_PaxMondeo .rmRightArrow,
.RadMenu_PaxMondeo .rmRightArrowDisabled
{
	background-image: url(Menu/right.gif);
}

.RadMenu_PaxMondeo .rmVertical .rmSeparator
{
	padding-top: 2px;
	background: #6788be;
	font-size: 1px;
	line-height: 1px;
}

.RadMenu_PaxMondeo .rmSeparator .rmText
{
	display: none;
}

.RadMenu_PaxMondeo .rmExpandLeft,
.RadMenu_PaxMondeo .rmExpandRight,
.RadMenu_PaxMondeo .rmFocused .rmExpandLeft,
.RadMenu_PaxMondeo .rmFocused .rmExpandRight,
.RadMenu_PaxMondeo .rmExpanded .rmExpandLeft,
.RadMenu_PaxMondeo .rmExpanded .rmExpandRight
{
	background: #7AB800;
}

.RadMenu_PaxMondeo .rmGroup .rmExpandLeft,
.RadMenu_PaxMondeo .rmGroup .rmExpandRight,
.RadMenu_PaxMondeo .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_PaxMondeo .rmGroup .rmFocused .rmExpandRight,
.RadMenu_PaxMondeo .rmGroup .rmExpanded .rmExpandLeft,
.RadMenu_PaxMondeo .rmGroup .rmExpanded .rmExpandRight
{
}

/* mozilla only - disabled state */
.RadMenu_PaxMondeo .rmLink.rmDisabled,
.RadMenu_PaxMondeo .rmLink.rmDisabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}


/*right-to-left support*/

.RadMenu_PaxMondeo_rtl,
.RadMenu_PaxMondeo_rtl *
{
    text-align:right;
}

.RadMenu_PaxMondeo_rtl .rmRootGroup .rmText
{
	padding-left: 24px;
	padding-right: 8px;
	margin-right: 0;
	margin-left: 4px;
}

.RadMenu_PaxMondeo_rtl .rmGroup .rmText
{
	margin-left: 0 !important;
	padding-left: 40px;
	padding-right: 30px;
}

.RadMenu_PaxMondeo .rmLeftImage 
{
	margin: 5px 2px 0;
}

.RadMenu_PaxMondeo_rtl .rmHorizontal .rmExpandBottom,  
.RadMenu_PaxMondeo_rtl .rmHorizontal .rmExpandTop  
{  
  background-position:left center;  
} 

.RadMenu_PaxMondeo_rtl .rmVertical .rmExpandLeft,
.RadMenu_PaxMondeo_rtl .rmVertical .rmExpandRight  
{  
  background: transparent url(Menu/invertedGroupImageRTL.gif) no-repeat left center;
}

.RadMenu_PaxMondeo_rtl .rmGroup .rmExpandLeft,
.RadMenu_PaxMondeo_rtl .rmGroup .rmExpandRight  
{  
  background: transparent url(Menu/groupImageRTL.gif) no-repeat 5px center;  
}

.RadMenu_PaxMondeo_rtl .rmVertical .rmLink:hover .rmExpandLeft,
.RadMenu_PaxMondeo_rtl .rmVertical .rmLink:hover .rmExpandRight,
.RadMenu_PaxMondeo_rtl .rmVertical .rmFocused .rmExpandLeft,
.RadMenu_PaxMondeo_rtl .rmVertical .rmFocused .rmExpandRight,
.RadMenu_PaxMondeo_rtl .rmVertical .rmExpanded .rmExpandLeft,
.RadMenu_PaxMondeo_rtl .rmVertical .rmExpanded .rmExpandRight
{
	background: transparent url(Menu/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_PaxMondeo_rtl .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_PaxMondeo_rtl .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_PaxMondeo_rtl .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_PaxMondeo_rtl .rmGroup .rmFocused .rmExpandRight,
.RadMenu_PaxMondeo_rtl .rmGroup .rmExpanded .rmExpandLeft,
.RadMenu_PaxMondeo_rtl .rmGroup .rmExpanded .rmExpandRight
{
	background: transparent url(Menu/groupImageRTL.gif) 5px center no-repeat;
}
