﻿/* RadMenu Default skin */

.RadMenu_fh 
{
margin:0px 22px;
}

.RadMenu_fh_rtl
{
	text-align: right;
}

.RadMenu_fh_Context
{
	background: none;
	border: 0;
}

.RadMenu_fh a
{
	text-decoration: none;
}

.RadMenu_fh .rmLink
{
font-weight:bold;
height:45px;
line-height:45px;
text-align:left;
text-decoration:none;
color:#314D6B;
padding:0px 1px;
}

.RadMenu_fh .rmLink:focus,
.RadMenu_fh .rmFocused
{
	outline: 0;
}

.RadMenu_fh .rmExpanded
{
	position: relative;
	z-index: 10000;
}

.RadMenu_fh a.rmLink:hover,
.RadMenu_fh .rmFocused,
.RadMenu_fh .rmExpanded
{
    padding:0px 0px;
    color:#0C1B31;
    border-left:solid 1px #EA9C3F;
    border-right:solid 1px #EA9C3F;
	background: url(/masterpages/images/menu-overbg.png);
}

.RadMenu_fh .rmLink .rmText
{
    
font-size:14px;
padding-left:13px;
padding-right:12px;
text-align:center;
}

.RadMenu_fh div.rmSlide ul.rmGroup 
{
	
	
	
}

.RadMenu_fh div.rmSlide ul.rmGroup 
{
	
}

.RadMenu_fh div.rmSlide ul.rmLevel1 li.rmItem, .RadMenu_fh div.rmSlide ul.rmLevel2 li.rmItem
{
    padding:0px 8px;
    border-left:solid 1px #EA9C3F;
	border-right:solid 1px #EA9C3F;	
		
}
.RadMenu_fh div.rmSlide ul.rmLevel1 li.rmItem
{
    background: #FBB03B;
    }
.RadMenu_fh div.rmSlide ul.rmLevel2 li.rmItem
{
    background: #F4C290;
    }    
.RadMenu_fh div.rmSlide ul.rmLevel1 li.rmLast, .RadMenu_fh div.rmSlide ul.rmLevel2 li.rmLast
{
    border-bottom:solid 1px #EA9C3F;
    padding-bottom:10px;
    }
 .RadMenu_fh div.rmSlide ul.rmLevel1 ul.rmLevel2 li.rmFirst
{
    padding-top:5px;
    border-top:solid 1px #EA9C3F;
    border-left:solid 1px #F4C290;
    }    
 .RadMenu_fh div.rmSlide ul.rmLevel1 li.rmFirst
{
    padding-top:10px;
    }       
.RadMenu_fh div.rmSlide ul.rmLevel1
{
	background: #FBB03B;
	
}
.RadMenu_fh div.rmSlide ul.rmLevel2
{	
	margin-left:-12px;
	/*margin-top:-3px;*/
}

.RadMenu_fh .rmGroup .rmLink
{

    border:0px;
	font-weight: bold;
	border-bottom:solid 1px #C1272D;
	color:#314D6B;
	height:21px;
line-height:21px;
padding:3px 5px 3px 10px;
	/*margin:0px 10px;*/
}

.RadMenu_fh_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_fh .rmLevel1 .rmLink:hover,
.RadMenu_fh .rmLevel1 .rmFocused,
.RadMenu_fh .rmLevel1 .rmExpanded
{
padding:3px 5px 3px 10px;
	border-left:0px;
	border-right:0px;
	background:#F4C290;
	/*border-bottom: 1px solid #1973c9;
	border-top: 1px solid white;*/
	
}
.RadMenu_fh .rmLevel2 .rmLink:hover,
.RadMenu_fh .rmLevel2 .rmFocused,
.RadMenu_fh .rmLevel2 .rmExpanded
{
padding:3px 5px 3px 10px;
	border-left:0px;
	border-right:0px;
	background:#FBB03B;
	/*border-bottom: 1px solid #1973c9;
	border-top: 1px solid white;*/
	
}

.RadMenu_fh .rmText
{
	
}

.RadMenu_fh .rmGroup .rmLink .rmText
{
    font-size:12px;
	text-align:left;
	padding:0px 24px 0px 0px;
	
}

.RadMenu_fh_rtl .rmGroup .rmLink .rmText
{
	
}

/* <expand arrows styling> */

.RadMenu_fh .rmGroup .rmLink .rmExpandRight, .RadMenu_fh .rmGroup .rmLink:hover .rmExpandRight
{
	background: transparent url(/masterpages/images/arrow-right.png) no-repeat right 5px;
}

.RadMenu_fh .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -1px;
}

.RadMenu_fh .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_fh .rmGroup .rmFocused .rmExpandRight,
.RadMenu_fh .rmGroup .rmExpanded .rmExpandRight
{
	background: transparent url(/masterpages/images/arrow-right.png) no-repeat right 5px;
}

.RadMenu_fh .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_fh .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_fh .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_fh .rmHorizontal .rmItem { border-right: 0px solid #353535; padding-bottom:0px; }
.RadMenu_fh .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_fh .rmVertical .rmItem { border-bottom: 0px solid #353535; }
.RadMenu_fh .rmVertical .rmLast { border-bottom: 0; padding-bottom: 0px; }

.RadMenu_fh_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_fh .rmRootGroup .rmGroup .rmItem,
.RadMenu_fh_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; padding-bottom: 0; }

.RadMenu_fh .rmGroup
{
	/*border: 1px solid #828282;
	background-color: #fff;*/
}

.RadMenu_fh .rmGroup .rmExpanded
{
	z-index: 1;
}

.RadMenu_fh .rmTopArrow,
.RadMenu_fh .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_fh .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_fh .rmLeftArrow,
.RadMenu_fh .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_fh .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_fh .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_fh .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_fh .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_fh .rmRootGroup .rmSeparator,
.RadMenu_fh .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_fh .rmSeparator .rmText
{
	display: none;
}

.RadMenu_fh .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_fh .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_fh .rmLeftImage
{
	margin: 2px;
}

.RadMenu_fh .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

.RadMenu_fh .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_fh_rtl .rmSlide
{
	margin-left: 0 !important;
	margin-right: -1px !important;
}

.RadMenu_fh .rmGroup .rmSlide
{
	margin: 0 !important;
}

.RadMenu_fh .rmItem .rmDisabled:hover
{
	background: none;
}
