/* r.a.d.menu Web 2.0 skin */

.RadMenu_BlueSkin 
{
/*border-right: 1px solid #fff; width:133px;*/ text-transform:uppercase;
	
}

.RadMenu_BlueSkin_Context
{
	background: none;
	/*border:0;*/	
}

.RadMenu_BlueSkin .rmLink
{
	color:#fff;	/*width:135px;*/ text-decoration:none;	
}

.RadMenu_BlueSkin .rmLink:hover
{
	background: url(../../images/nav_bghover.jpg) -20px; text-decoration:none;color:#b8b8b8;
}

.RadMenu_BlueSkin .rmFocused,
.RadMenu_BlueSkin .rmExpanded
{
	background: url(../../images/nav_bghover.jpg) -20px; text-decoration:none;color:#fff;
	
}

.RadMenu_BlueSkin .rmText
{
	/*background: transparent url(Menu/RootGroupArrowDown.gif) no-repeat right center;*/
	padding: 3px 0 0 0; /* should be adjusted to the size of the images, if they are larger than 16x16px */
	font: bold 11px Arial;	line-height: 25px;  background-image:none;
	text-align:center;	/*width:128px;	margin-left:4px;	margin-right:0px;*/	
}


.RadMenu_BlueSkin .rmRootGroup .rmText .rmLeftImage
{
	margin: 3px 1px 0; /* should be adjusted to the size of the images, if they are larger than 16x16px */
}

.RadMenu_BlueSkin .rmHorizontal .rmExpandBottom,  
.RadMenu_BlueSkin .rmHorizontal .rmExpandTop  
{  
  background: transparent url(Menu/RootGroupArrowDown.gif) no-repeat right center;  
} 

.RadMenu_BlueSkin .rmVertical .rmExpandLeft,
.RadMenu_BlueSkin .rmVertical .rmExpandRight  
{  
  background: transparent url(Menu/invertedGroupImage.gif) no-repeat right center;  
} 


.RadMenu_BlueSkin .rmSlide
{
	margin-top:1px;
}

.RadMenu_BlueSkin .rmGroup
{
	border: solid 1px #6788be;
	background: white;
}

.RadMenu_BlueSkin .rmGroup .rmLink
{
	background: white;
	border: 0px;
	border-bottom: solid 1px #f0f2f3;
	color: #333;
	text-align:left;
}

.RadMenu_BlueSkin .rmGroup .rmText
{
	font-weight: normal !important;
	background: none;
	margin-right: 0 !important;
	padding-left: 30px;
	padding-right: 40px;
	font-size: 11px;
	text-align:left;
}

.RadMenu_BlueSkin .rmGroup .rmLink:hover,

.RadMenu_BlueSkin .rmGroup .rmFocused,
.RadMenu_BlueSkin .rmGroup .rmExpanded
{
	background: #e7f1ff; color: #333;
	border: 0px;
	border-bottom: solid 1px #d8dde0;
	text-align:left;
}

.RadMenu_BlueSkin .rmLeftArrow,
.RadMenu_BlueSkin .rmRightArrow,
.RadMenu_BlueSkin .rmTopArrow,
.RadMenu_BlueSkin .rmBottomArrow,
.RadMenu_BlueSkin .rmLeftArrowDisabled,
.RadMenu_BlueSkin .rmRightArrowDisabled,
.RadMenu_BlueSkin .rmTopArrowDisabled,
.RadMenu_BlueSkin .rmBottomArrowDisabled
{
	background: #e7f1ff url(Menu/left.gif) center center no-repeat;
	width: 15px;
	text-decoration:none;
	text-indent:-3000px;
	color:#e7f1ff;
	overflow:hidden;
}

.RadMenu_BlueSkin .rmTopArrow,
.RadMenu_BlueSkin .rmTopArrowDisabled
{
	background-image: url(Menu/top.gif);
	width: 133px;
}

.RadMenu_BlueSkin .rmBottomArrow,
.RadMenu_BlueSkin .rmBottomArrowDisabled
{
	background-image:url(Menu/bottom.gif);
	width: 133px;
}

.RadMenu_BlueSkin .rmRightArrow,
.RadMenu_BlueSkin .rmLeftArrow
{
	height: 35px;
}

.RadMenu_BlueSkin .rmRightArrow,
.RadMenu_BlueSkin .rmRightArrowDisabled
{
	background-image: url(Menu/right.gif);
}

/*.RadMenu_BlueSkin .rmVertical .rmSeparator
{
	padding-top: 20px;
	background: #6788be;
	font-size: 1px;
	line-height: 1px;
	width: 133px;
}

.RadMenu_BlueSkin .rmSeparator .rmText
{
	display: none;
}

.RadMenu_BlueSkin .rmExpandLeft,
.RadMenu_BlueSkin .rmExpandRight,
.RadMenu_BlueSkin .rmFocused .rmExpandLeft,
.RadMenu_BlueSkin .rmFocused .rmExpandRight,
.RadMenu_BlueSkin .rmExpanded .rmExpandLeft,
.RadMenu_BlueSkin .rmExpanded .rmExpandRight
{
	background: transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_BlueSkin .rmGroup .rmExpandLeft,
.RadMenu_BlueSkin .rmGroup .rmExpandRight,
.RadMenu_BlueSkin .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_BlueSkin .rmGroup .rmFocused .rmExpandRight,
.RadMenu_BlueSkin .rmGroup .rmExpanded .rmExpandLeft,
.RadMenu_BlueSkin .rmGroup .rmExpanded .rmExpandRight
{
	background: transparent url(Menu/groupImage.gif) right center no-repeat;
}

/* mozilla only - disabled state 
.RadMenu_BlueSkin .rmLink.rmDisabled,
.RadMenu_BlueSkin .rmLink.rmDisabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}


/*right-to-left support

.RadMenu_BlueSkin_rtl,
.RadMenu_BlueSkin_rtl *
{
    text-align:right;
}

.RadMenu_BlueSkin_rtl .rmRootGroup .rmText
{
	padding-left: 24px;
	padding-right: 8px;
	margin-right: 0;
	margin-left: 4px;
}

.RadMenu_BlueSkin_rtl .rmGroup .rmText
{
	margin-left: 0 !important;
	padding-left: 40px;
	padding-right: 30px;
}

.RadMenu_BlueSkin .rmLeftImage 
{
	margin: 5px 2px 0;
}

.RadMenu_BlueSkin_rtl .rmHorizontal .rmExpandBottom,  
.RadMenu_BlueSkin_rtl .rmHorizontal .rmExpandTop  
{  
  background-position:left center;  
} 

.RadMenu_BlueSkin_rtl .rmVertical .rmExpandLeft,
.RadMenu_BlueSkin_rtl .rmVertical .rmExpandRight  
{  
  background: transparent url(Menu/invertedGroupImageRTL.gif) no-repeat left center; 
}

.RadMenu_BlueSkin_rtl .rmGroup .rmExpandLeft,
.RadMenu_BlueSkin_rtl .rmGroup .rmExpandRight  
{  
  background: transparent url(Menu/groupImageRTL.gif) no-repeat 5px center;  
}

.RadMenu_BlueSkin_rtl .rmVertical .rmLink:hover .rmExpandLeft,
.RadMenu_BlueSkin_rtl .rmVertical .rmLink:hover .rmExpandRight,
.RadMenu_BlueSkin_rtl .rmVertical .rmFocused .rmExpandLeft,
.RadMenu_BlueSkin_rtl .rmVertical .rmFocused .rmExpandRight,
.RadMenu_BlueSkin_rtl .rmVertical .rmExpanded .rmExpandLeft,
.RadMenu_BlueSkin_rtl .rmVertical .rmExpanded .rmExpandRight
{
	background: transparent url(Menu/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_BlueSkin_rtl .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_BlueSkin_rtl .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_BlueSkin_rtl .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_BlueSkin_rtl .rmGroup .rmFocused .rmExpandRight,
.RadMenu_BlueSkin_rtl .rmGroup .rmExpanded .rmExpandLeft,
.RadMenu_BlueSkin_rtl .rmGroup .rmExpanded .rmExpandRight
{
	background: transparent url(Menu/groupImageRTL.gif) 5px center no-repeat;
}*/
