/* RadMenu Default skin */

.RadMenu_sc 
{
	text-align: left;
	background: #ffffff url(Menu/MenuBackground.gif) no-repeat;
	width:100%;
	
}

.RadMenu_sc_rtl
{
	text-align: left;
	
}

.RadMenu_sc .rmRootGroup
{
	height:41px;
}

.RadMenu_sc_Context
{
	background: #f2f2f2;
	border: 0;
}

.RadMenu_sc .rmLink,
.RadMenu_sc .rmTemplate
{
	
	line-height: 24px;
	text-decoration: none;
	padding-left:1px;
	
	
}

.RadMenu_sc .rmLink:focus,
.RadMenu_sc .rmFocused
{
	outline: 0;
}

.RadMenu_sc .rmExpanded
{
	position: relative;
	z-index: 10000;
}

.RadMenu_sc .rmLink:hover, .RadMenu_sc .rmFocused, .RadMenu_sc .rmExpanded
{
    background-position: 0px 0px;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-image: url('Menu/hovbutton.png');
}

.RadMenu_sc .rmLink,
.RadMenu_sc .rmTemplate,
.RadMenu_sc a,
.RadMenu_sc a:hover
{
	/*background: url(Menu/onbutton.png) no-repeat;*/
	background: none;
	text-transform: uppercase;
	font: bold 11px Trebuchet, Arial, sans-serif;
	text-decoration: none;
	color:#000000;
	/* 
    color:#333333; 
    */
}

.RadMenu_sc .rmGroup
{
	border: 1px solid #828282;
	background-color: #fff;
}

.RadMenu_sc .rmGroup .rmLink,
.RadMenu_sc .rmGroup .rmTemplate
{
	text-decoration: none;
	color: #333333;
}

.RadMenu_sc_rtl .rmGroup .rmLink
{
	text-align: right;
}
/*this is the drop down menu properties for text color and li hover background color*/
.RadMenu_sc .rmGroup .rmLink:hover,
.RadMenu_sc .rmGroup .rmFocused,
.RadMenu_sc .rmGroup .rmExpanded
{
	color: #ffffff;
	background: #3052ce;
	
}
 /*................top right bottom left.........................*/
 
.RadMenu_sc .rmText
{
    
    width:92px;
    height:21px;
    text-align:center;
    display: block;
    
    margin-top:6px; /*adjusts the hover state*/
    padding-top:4px;
    padding-left:0px;
    /*padding: 4px 20px 5px 5px;*/
}

.RadMenu_sc .rmGroup .rmLink .rmText
{
	width:150px;
	height:18px;
	text-align:left;
	text-transform: none;
	font-size: 11px;
	font-weight:normal;
	padding: 4px 5px 1px 5px;
	margin-top:0px; 
	/*padding: 4px 37px 5px 20px;*/
}

.RadMenu_sc_rtl .rmGroup .rmLink .rmText
{
	width:150px;
	height:18px;
	text-align:left;
	margin-top:0px;
	padding: 1px 5px 2px 20px;
	margin-bottom:3px; /*adjusts the hover state*/
	/*padding: 4px 20px 5px 37px;*/
}

/* <expand arrows styling> */

.RadMenu_sc .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right -1px;
}

.RadMenu_sc .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -1px;
}

.RadMenu_sc .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_sc .rmGroup .rmFocused .rmExpandRight,
.RadMenu_sc .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Menu/ArrowExpandHovered.gif);
}

.RadMenu_sc .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_sc .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_sc .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_sc .rmHorizontal .rmItem { /*border-right: 1px solid #353535; padding-bottom:1px;*/  }
.RadMenu_sc .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_sc .rmVertical .rmItem { border-bottom: 1px solid #353535; }
.RadMenu_sc .rmVertical .rmLast { border-bottom: 0; padding-bottom: 3px; }

.RadMenu_sc_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_sc .rmRootGroup .rmGroup .rmItem,
.RadMenu_sc_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; padding-bottom: 0; }

/* uses the dropbg.gif as the background*/
.RadMenu_sc .rmGroup
{
    border: 1px solid #828282;
    background-color: #dde1f1;
}

.RadMenu_sc .rmGroup .rmExpanded
{
	
	z-index: 1;
}

.RadMenu_sc .rmTopArrow,
.RadMenu_sc .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_sc .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_sc .rmLeftArrow,
.RadMenu_sc .rmRightArrow
{
	width: 10px;
	height: 100%;
	margin-top: -1px;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_sc .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_sc .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_sc .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_sc .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_sc .rmRootGroup .rmSeparator,
.RadMenu_sc .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_sc .rmSeparator .rmText
{
	display: none;
}

.RadMenu_sc .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_sc .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_sc .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

.RadMenu_sc .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_sc_rtl .rmSlide
{
	margin-left: 0 !important;
	margin-right: -1px !important;
}

.RadMenu_sc .rmGroup .rmSlide
{
	margin: 0 !important;
}

.RadMenu_sc .rmItem .rmDisabled:hover
{
	background: none;
}
