/* r.a.d.menu Web 2.0 skin */

.RadMenu_ATBlue 
{
	background: #003057; /*	 	border-left: solid 1px #617fb5; */
	width: 765px;
}

.RadMenu_ATBlue_Context
{
	background: none;
	border:0;
}

.RadMenu_ATBlue .rmLink
{
	text-decoration: none;
	color: #fff;
	background: transparent;
}

.RadMenu_ATBlue .rmLink:hover,
.RadMenu_ATBlue .rmFocused,
.RadMenu_ATBlue .rmExpanded
{
	/* color: #006;
	background: transparent url(Menu/MainItemBackgroundHover.gif) no-repeat center; */
}

.RadMenu_ATBlue .rmText
{
	/*background: transparent url(Menu/RootGroupArrowDown.gif) no-repeat right center;*/
   
    padding-left: 8px;
	margin-right: 4px;
	font: bold 12px Arial, Verdana, Sans-serif;
	line-height: 28px;
	padding-right: 24px;
}


.RadMenu_ATBlue .rmRootGroup .rmText .rmLeftImage
{
	margin: 3px 1px 0; /* should be adjusted to the size of the images, if they are larger than 16x16px */
}

.RadMenu_ATBlue .rmHorizontal .rmExpandBottom,  
.RadMenu_ATBlue .rmHorizontal .rmExpandTop  
{  
  background: transparent url('Menu/RootGroupArrowDown.gif') no-repeat right center !important;  
} 

.RadMenu_ATBlue .rmVertical .rmExpandLeft,
.RadMenu_ATBlue .rmVertical .rmExpandRight  
{  
  background: transparent url(Menu/invertedGroupImage.gif) no-repeat right center;  
} 


.RadMenu_ATBlue .rmSlide
{
	margin-top:-1px;
}

.RadMenu_ATBlue .rmGroup
{
	border: solid 1px #6788be;
	background: white;
}

.RadMenu_ATBlue .rmGroup .rmLink
{
	background: #003057;
	border: 0px; 
}

.RadMenu_ATBlue .rmGroup .rmText
{
	font-weight: normal !important;
	background: none;
	margin-right: 0px !important;
	padding-right: 60px;
	font-size: 14px;
}

.RadMenu_ATBlue .rmGroup .rmLink:hover,
.RadMenu_ATBlue .rmGroup .rmFocused,
.RadMenu_ATBlue .rmGroup .rmExpanded
{
	color: white; /*	background: red;*/
	background: #003057 url( 'Menu/MenuHilite.jpg' ) repeat-x; /* background: #e7f1ff; */	
	border: 0px; 
}

.RadMenu_ATBlue .rmLeftArrow,
.RadMenu_ATBlue .rmRightArrow,
.RadMenu_ATBlue .rmTopArrow,
.RadMenu_ATBlue .rmBottomArrow,
.RadMenu_ATBlue .rmLeftArrowDisabled,
.RadMenu_ATBlue .rmRightArrowDisabled,
.RadMenu_ATBlue .rmTopArrowDisabled,
.RadMenu_ATBlue .rmBottomArrowDisabled
{
	background: #e7f1ff url( 'Menu/left.gif' ) center center no-repeat;
	width: 15px;
	text-decoration: none;
	text-indent: -3000px;
	color: #e7f1ff;
	overflow: hidden;
}

.RadMenu_ATBlue .rmTopArrow,
.RadMenu_ATBlue .rmTopArrowDisabled
{
	background-image: url(Menu/top.gif);
	width: 100%;
	height: 15px;
}

.RadMenu_ATBlue .rmBottomArrow,
.RadMenu_ATBlue .rmBottomArrowDisabled
{
	background-image:url(Menu/bottom.gif);
	width: 100%;
	height: 15px;
}

.RadMenu_ATBlue .rmRightArrow,
.RadMenu_ATBlue .rmLeftArrow
{
	height: 100%;
}

.RadMenu_ATBlue .rmRightArrow,
.RadMenu_ATBlue .rmRightArrowDisabled
{
	background-image: url(Menu/right.gif);
}

.RadMenu_ATBlue .rmVertical .rmSeparator
{
	padding-top: 2px;
	background: #6788be;
	font-size: 1px;
	line-height: 1px;
}

.RadMenu_ATBlue .rmSeparator .rmText
{
	display: none;
}

.RadMenu_ATBlue .rmExpandLeft,
.RadMenu_ATBlue .rmExpandRight,
.RadMenu_ATBlue .rmFocused .rmExpandLeft,
.RadMenu_ATBlue .rmFocused .rmExpandRight,
.RadMenu_ATBlue .rmExpanded .rmExpandLeft,
.RadMenu_ATBlue .rmExpanded .rmExpandRight
{
	background: transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_ATBlue .rmGroup .rmExpandLeft,
.RadMenu_ATBlue .rmGroup .rmExpandRight,
.RadMenu_ATBlue .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_ATBlue .rmGroup .rmFocused .rmExpandRight,
.RadMenu_ATBlue .rmGroup .rmExpanded .rmExpandLeft,
.RadMenu_ATBlue .rmGroup .rmExpanded .rmExpandRight
{
	background: transparent url(Menu/groupImage.gif) right center no-repeat;
}

/*right-to-left support*/

.RadMenu_ATBlue_rtl,
.RadMenu_ATBlue_rtl *
{
    text-align:right;
}

.RadMenu_ATBlue_rtl .rmRootGroup .rmText
{
	padding-left: 24px;
	padding-right: 8px;
	margin-right: 0;
	margin-left: 4px;
}

.RadMenu_ATBlue_rtl .rmGroup .rmText
{
	margin-left: 0 !important;
	padding-left: 40px;
	padding-right: 30px;
}

.RadMenu_ATBlue .rmLeftImage 
{
	margin: 5px 2px 0;
}

.RadMenu_ATBlue_rtl .rmHorizontal .rmExpandBottom,  
.RadMenu_ATBlue_rtl .rmHorizontal .rmExpandTop  
{  
  background-position:left center;  
} 

.RadMenu_ATBlue_rtl .rmVertical .rmExpandLeft,
.RadMenu_ATBlue_rtl .rmVertical .rmExpandRight  
{  
  background: transparent url(Menu/invertedGroupImageRTL.gif) no-repeat left center;
}

.RadMenu_ATBlue_rtl .rmGroup .rmExpandLeft,
.RadMenu_ATBlue_rtl .rmGroup .rmExpandRight  
{  
  background: transparent url(Menu/groupImageRTL.gif) no-repeat 5px center;  
}

.RadMenu_ATBlue_rtl .rmVertical .rmLink:hover .rmExpandLeft,
.RadMenu_ATBlue_rtl .rmVertical .rmLink:hover .rmExpandRight,
.RadMenu_ATBlue_rtl .rmVertical .rmFocused .rmExpandLeft,
.RadMenu_ATBlue_rtl .rmVertical .rmFocused .rmExpandRight,
.RadMenu_ATBlue_rtl .rmVertical .rmExpanded .rmExpandLeft,
.RadMenu_ATBlue_rtl .rmVertical .rmExpanded .rmExpandRight
{
	background: transparent url(Menu/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_ATBlue_rtl .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_ATBlue_rtl .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_ATBlue_rtl .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_ATBlue_rtl .rmGroup .rmFocused .rmExpandRight,
.RadMenu_ATBlue_rtl .rmGroup .rmExpanded .rmExpandLeft,
.RadMenu_ATBlue_rtl .rmGroup .rmExpanded .rmExpandRight
{
	background: transparent url(Menu/groupImageRTL.gif) 5px center no-repeat;
}

.RadMenu_ATBlue .rmRootGroup .rmItem .rmDisabled,
.RadMenu_ATBlue .rmRootGroup .rmItem .rmDisabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
	border-bottom-color: #f3f5f5;
}