.RadMenu_MenuFitSn 
{
	font:normal 14px/18px "Trebuchet MS"; color:#fff;
	cursor:pointer;
	margin:0px; padding:0px;
	z-index:1;
}


.RadMenu_MenuFitSn ul {margin:0px; padding:0px}

.RadMenu_MenuFitSn_Context
{
	background: none;
	border:0px;
	cursor:pointer;
	margin:0px; padding:0px;
}

.RadMenu_MenuFitSn .rmLink
{
	text-decoration: none;
	font:normal 13px/18px "Trebuchet MS"; color:#fff;
	border-right:1px solid #4881b3;
	background: transparent;
	cursor:pointer;
	margin:0px; padding:0px;
}

.RadMenu_MenuFitSn .rmLink:hover,
.RadMenu_MenuFitSn .rmFocused,
.RadMenu_MenuFitSn .rmExpanded
{
	color: #fff;
	cursor:pointer;
	margin:0px; padding:0px;
}

.RadMenu_MenuFitSn .rmText
{
	/*background: transparent url(Menu/RootGroupArrowDown.gif) no-repeat right center;*/
	padding-left: 8px; /* should be adjusted to the size of the images, if they are larger than 16x16px */
	margin-right: 0px;
	font:normal 13px/18px "Trebuchet MS"; 
	color:#fff;
	line-height: 28px;
	padding-right: 8px;
    background-image:none;
    width:auto;
    cursor:pointer;

}


.RadMenu_MenuFitSn .rmRootGroup .rmText .rmLeftImage
{

}

.RadMenu_MenuFitSn .rmHorizontal .rmExpandBottom,  
.RadMenu_MenuFitSn .rmHorizontal .rmExpandTop  
{  
  cursor:pointer;  
} 

.RadMenu_MenuFitSn .rmVertical .rmExpandLeft,
.RadMenu_MenuFitSn .rmVertical .rmExpandRight  
{  
  cursor:pointer; 
} 


.RadMenu_MenuFitSn .rmSlide
{
	margin-top:-1px;
}

.RadMenu_MenuFitSn .rmGroup
{   
    opacity:0.9; 
    filter:alpha(opacity=90);
	border: solid 1px #6788be;
	background:#7EBBE8;
	color:#000;
	cursor:pointer;
	
}

.RadMenu_MenuFitSn .rmGroup .rmLink
{
	background:#7EBBE8;	
	border: 0px;
	border-bottom: 1px dotted #dedede;
	font:normal 13px/18px "Trebuchet MS"; color:#000;
	cursor:pointer;
}

.RadMenu_MenuFitSn .rmGroup .rmText
{
	font:normal 13px/20px "Trebuchet MS";
	padding:5px 0px 5px 0px;
	background: none;
	margin-right: 0 !important;
	padding-left: 10px;
	padding-right: 20px;
    color:#000;
    cursor:pointer;
}

.RadMenu_MenuFitSn .rmGroup .rmLink:hover,
.RadMenu_MenuFitSn .rmGroup .rmFocused,
.RadMenu_MenuFitSn .rmGroup .rmExpanded
{
	background: #E9F6FF;
	border: 0px;
	border-bottom: 1px dotted #dedede;
	cursor:pointer;

}

.RadMenu_MenuFitSn .rmLeftArrow,
.RadMenu_MenuFitSn .rmRightArrow,
.RadMenu_MenuFitSn .rmTopArrow,
.RadMenu_MenuFitSn .rmBottomArrow,
.RadMenu_MenuFitSn .rmLeftArrowDisabled,
.RadMenu_MenuFitSn .rmRightArrowDisabled,
.RadMenu_MenuFitSn .rmTopArrowDisabled,
.RadMenu_MenuFitSn .rmBottomArrowDisabled
{
	background: #e7f1ff url("Menu/left.gif") center center no-repeat;
	width: 15px;
	text-decoration:none;
	color:#e7f1ff;
	cursor:pointer;
}

.RadMenu_MenuFitSn .rmTopArrow,
.RadMenu_MenuFitSn .rmTopArrowDisabled
{
	background-image: url("Menu/top.gif");

	height: 15px;
}

.RadMenu_MenuFitSn .rmBottomArrow,
.RadMenu_MenuFitSn .rmBottomArrowDisabled
{
	background-image:url("Menu/bottom.gif");
	height: 15px;
}

.RadMenu_MenuFitSn .rmRightArrow,
.RadMenu_MenuFitSn .rmLeftArrow
{
	height: 100%;
	margin:0px; padding:0px;
}

.RadMenu_MenuFitSn .rmRightArrow,
.RadMenu_MenuFitSn .rmRightArrowDisabled
{
	background-image: url("Menu/right.gif");
	margin:0px; padding:0px;
}

.RadMenu_MenuFitSn .rmVertical .rmSeparator
{
	padding-top: 2px;
	background: #6788be;
	font-size: 1px;
	line-height: 1px;
}

.RadMenu_MenuFitSn .rmSeparator .rmText
{
	display: none;
}

.RadMenu_MenuFitSn .rmExpandLeft,
.RadMenu_MenuFitSn .rmExpandRight,
.RadMenu_MenuFitSn .rmFocused .rmExpandLeft,
.RadMenu_MenuFitSn .rmFocused .rmExpandRight,
.RadMenu_MenuFitSn .rmExpanded .rmExpandLeft,
.RadMenu_MenuFitSn .rmExpanded .rmExpandRight
{
	background: transparent url("Menu/invertedGroupImage.gif") right center no-repeat;
	margin:0px; 
	padding:0px;
}

.RadMenu_MenuFitSn .rmGroup .rmExpandLeft,
.RadMenu_MenuFitSn .rmGroup .rmExpandRight,
.RadMenu_MenuFitSn .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_MenuFitSn .rmGroup .rmFocused .rmExpandRight,
.RadMenu_MenuFitSn .rmGroup .rmExpanded .rmExpandLeft,
.RadMenu_MenuFitSn .rmGroup .rmExpanded .rmExpandRight
{
	background: transparent url("Menu/groupImage.gif") right center no-repeat;
	margin:0px; 
	padding:0px;
}

/*right-to-left support*/

.RadMenu_MenuFitSn_rtl,
.RadMenu_MenuFitSn_rtl *
{
    text-align:right;
}

.RadMenu_MenuFitSn_rtl .rmRootGroup .rmText
{
    margin:0px; padding:0px;
}

.RadMenu_MenuFitSn_rtl .rmGroup .rmText
{
    margin:0px; padding:0px;
}

.RadMenu_MenuFitSn .rmLeftImage 
{
	margin:0px; padding:0px;
}

.RadMenu_MenuFitSn_rtl .rmHorizontal .rmExpandBottom,  
.RadMenu_MenuFitSn_rtl .rmHorizontal .rmExpandTop  
{  
  background-position:left center;  
  margin:0px; padding:0px;
} 

.RadMenu_MenuFitSn_rtl .rmVertical .rmExpandLeft,
.RadMenu_MenuFitSn_rtl .rmVertical .rmExpandRight  
{  
  background: transparent url("Menu/invertedGroupImageRTL.gif") no-repeat left center;
  margin:0px; padding:0px;
}

.RadMenu_MenuFitSn_rtl .rmGroup .rmExpandLeft,
.RadMenu_MenuFitSn_rtl .rmGroup .rmExpandRight  
{  
  background: transparent url("Menu/groupImageRTL.gif") no-repeat 5px center;  
  margin:0px; padding:0px;
}

.RadMenu_MenuFitSn_rtl .rmVertical .rmLink:hover .rmExpandLeft,
.RadMenu_MenuFitSn_rtl .rmVertical .rmLink:hover .rmExpandRight,
.RadMenu_MenuFitSn_rtl .rmVertical .rmFocused .rmExpandLeft,
.RadMenu_MenuFitSn_rtl .rmVertical .rmFocused .rmExpandRight,
.RadMenu_MenuFitSn_rtl .rmVertical .rmExpanded .rmExpandLeft,
.RadMenu_MenuFitSn_rtl .rmVertical .rmExpanded .rmExpandRight
{
	background: transparent url("Menu/invertedGroupImageRTL.gif") left center no-repeat;
	margin:0px; padding:0px;
}

.RadMenu_MenuFitSn_rtl .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_MenuFitSn_rtl .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_MenuFitSn_rtl .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_MenuFitSn_rtl .rmGroup .rmFocused .rmExpandRight,
.RadMenu_MenuFitSn_rtl .rmGroup .rmExpanded .rmExpandLeft,
.RadMenu_MenuFitSn_rtl .rmGroup .rmExpanded .rmExpandRight
{
	background: transparent url("Menu/groupImageRTL.gif") 5px center no-repeat;
	margin:0px; padding:0px;
}

.RadMenu_MenuFitSn .rmRootGroup .rmItem .rmDisabled,
.RadMenu_MenuFitSn .rmRootGroup .rmItem .rmDisabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
	border-bottom-color: #f3f5f5;
	margin:0px; padding:0px;
}


