/* RadMenu Default skin (left nav) */
.Leftnav { z-index:auto !important}
/* Common CSS */

.RadMenu
{
	white-space:nowrap;
	float:left;
	position:relative;
}

.RadMenu .rmRootGroup
{
	margin:0;
	padding:0;
	position:relative;
	left:0;
	display: inline-block;
}

* html .RadMenu .rmRootGroup { float: left; }

.RadMenu:after,
.RadMenu .rmRootGroup:after
{
    content:""; 
    display:block;
    height:0;
    overflow: hidden;
    line-height:0;
    font-size:0;
    clear:both;
    visibility:hidden;
}

.RadMenu ul.rmVertical,
.rmRootGroup ul.rmHorizontal,
.RadMenu_Context ul.rmHorizontal
{
	margin:0;
	padding:0;
	display:none;
	position:relative;
	left:0;
	float:left;
}

.rmSized ul.rmVertical
{
	width: 100%;
}

.rmSized .rmRootGroup .rmVertical
{
	width: auto;
}

.RadMenu .rmItem
{
	float:left;
	position:relative;
	list-style-image: none;
	list-style-position:outside;
	list-style:none;	
}

* html .RadMenu .rmItem
{
	display:inline;
}

.RadMenu .rmHorizontal .rmItem
{
	clear:none;
}

.RadMenu .rmVertical .rmItem
{
	clear:both;
}

.rmSized .rmVertical .rmItem
{
	width: 100%;
}

.rmSized .rmRootGroup .rmVertical .rmItem
{
	width: auto;
}

.RadMenu ul.rmActive,
.RadMenu ul.rmRootGroup
{
	display:block;
}

.RadMenu .rmSlide, 
.RadMenu_Context
{
	position:absolute;
	overflow:hidden;
	display:none;
	float:left;
}

* html .RadMenu .rmSlide, 
* html .RadMenu_Context
{
	height:1px;
}

.RadMenu_Context
{
	z-index:1000;
	overflow:visible;
}

.RadMenu .rmText
{
	display:block;
}

.RadMenu div.rmText /*templates*/
{
	white-space:normal;
}

.RadMenu a.rmLink
{
	cursor:default;
	display:block;	
}


.rmScrollWrap
{
	position:absolute;
	float:left;
	overflow:hidden;
	left:0;
}

.RadMenu .rmLeftArrow,
.RadMenu .rmTopArrow,
.RadMenu .rmBottomArrow,
.RadMenu .rmRightArrow
{
	position:absolute;
	z-index:2000;
	text-indent:-1000em;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.RadMenu .rmLeftArrowDisabled,
.RadMenu .rmTopArrowDisabled,
.RadMenu .rmBottomArrowDisabled,
.RadMenu .rmRightArrowDisabled
{
	display:none;
	text-indent:-1000em;
	font-size: 0;
	line-height: 0;
}

.RadMenu .rmBottomArrow,
.RadMenu .rmBottomArrowDisabled
{
	margin-bottom: -1px;
}

.RadMenu .rmLeftImage
{
	border:0;
	float:left;
}

.RadMenu_rtl
{
	float:right;
	text-align: right;
}

.RadMenu_rtl ul.rmHorizontal,
.RadMenu_rtl ul.rmVertical
{
	float:right;
}

.RadMenu_rtl .rmItem
{
	float:right;	
}

.RadMenu_rtl .rmLeftImage,
.RadMenu_rtlContext .rmLeftImage
{
	border:0;
	float:right;
}

.RadMenu_rtl .rmLeftArrow,
.RadMenu_rtl .rmTopArrow,
.RadMenu_rtl .rmBottomArrow,
.RadMenu_rtl .rmRightArrow,
.RadMenu_rtl .rmLeftArrowDisabled,
.RadMenu_rtl .rmTopArrowDisabled,
.RadMenu_rtl .rmBottomArrowDisabled,
.RadMenu_rtl .rmRightArrowDisabled
{
	text-indent:1000em !important;
}

.RadMenu .rmLink
{
	width:auto;
}

.RadMenu .rmSeparator,
.RadMenu .rmSeparator:after
{
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.RadMenu div.rmRootGroup
{
    position: relative;
}



/* RadMenu Default skin (left nav) */
.Leftnav { z-index:auto !important}
.RadMenu_LeftNav 
{
	text-align: left;
	width:146px;
	margin-top:15px;
	position:inherit !important;
}

.RadMenu_LeftNav_rtl
{
	text-align: right;
}

.RadMenu_LeftNav_Context
{
	background: none;
	border: 0;
}

.RadMenu_LeftNav a
{
	text-decoration: none;
	cursor:pointer !important
}

.RadMenu_LeftNav .rmLink
{
	line-height: 24px;
	white-space:normal;
	text-decoration: none;
	color:#4c4c4c
}

.RadMenu_LeftNav .rmLink:focus,
.RadMenu_LeftNav .rmFocused
{
	outline: 0;
}

.RadMenu_LeftNav .rmExpanded
{
	z-index: 10000;
	background-image:url(Menu/ArrowExpand.gif);
	background-repeat:no-repeat;
	background-position:right -2px;
}

.RadMenu_LeftNav .rmLink:hover,
.RadMenu_LeftNav .rmFocused,
.RadMenu_LeftNav .rmExpanded
{
	color: #000;
}

.RadMenu_LeftNav .rmLink .rmText
{
	/*font: normal 11px arial, verdana, sans-serif;*/
}

.RadMenu_LeftNav .rmGroup
{
	background: #fff;
}

.RadMenu_LeftNav .rmGroup .rmLink
{
	text-decoration: none;
	color: #ddd;
}

.RadMenu_LeftNav_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_LeftNav .rmGroup .rmLink:hover,
.RadMenu_LeftNav .rmGroup .rmFocused,
.RadMenu_LeftNav .rmGroup .rmExpanded
{
	color:#FFF;
	background:#686e79;
	margin-left:0px;
}

.RadMenu_LeftNav .rmText
{
	padding:3px 18px 5px 0 !important
}

.RadMenu_LeftNav .rmGroup .rmLink .rmText
{
	font-size: 11px;
	/*padding-left:8px !important */
}

/* <expand arrows styling> */

.RadMenu_LeftNav .rmLink .rmExpandRight
{
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right -2px;
}

.RadMenu_LeftNav .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -3px;
}

.RadMenu_LeftNav .rmGroup .rmExpandLeft
{
	background: transparent url('Menu/submenuExpandableRtl.gif') no-repeat left 1px;
}


.RadMenu_LeftNav .rmGroup .rmExpandRight
{
	background: transparent url('Menu/ArrowExpand.gif') no-repeat right -2px !important
}

.RadMenu_LeftNav .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_LeftNav .rmGroup .rmFocused .rmExpandRight,
.RadMenu_LeftNav .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Menu/ArrowExpandHovered.gif);
	background-position:153px -2px
}

.RadMenu_LeftNav .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_LeftNav .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_LeftNav .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_LeftNav .rmVertical .rmItem { border-bottom: 1px solid #fff; width:146px; background:transparent}
.RadMenu_LeftNav .rmGroup .rmItem { border-bottom: 1px solid #222}
.RadMenu_LeftNav .rmVertical .rmLast { border-bottom: 0; }

.RadMenu_LeftNav_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_LeftNav .rmGroup
{
	border: 1px solid #FFF;
	background-color:#8690a0;
	width:157px!important;
}

.RadMenu_LeftNav .rmGroup .rmExpanded
{
	z-index: 11;
}

.RadMenu_LeftNav .rmTopArrowDisabled,
.RadMenu_LeftNav .rmBottomArrowDisabled,
.RadMenu_LeftNav .rmLeftArrowDisabled,
.RadMenu_LeftNav .rmRightArrowDisabled
{
	display: none;
}

.RadMenu_LeftNav .rmTopArrow,
.RadMenu_LeftNav .rmBottomArrow,
.RadMenu_LeftNav .rmLeftArrow,
.RadMenu_LeftNav .rmRightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_LeftNav .rmTopArrow,
.RadMenu_LeftNav .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_LeftNav .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_LeftNav .rmLeftArrow,
.RadMenu_LeftNav .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_LeftNav .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_LeftNav .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_LeftNav .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_LeftNav .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_LeftNav .rmRootGroup .rmSeparator,
.RadMenu_LeftNav .rmGroup .rmSeparator
{
	border-bottom: 0;
}

.RadMenu_LeftNav .rmSeparator .rmText
{
	display: none;
}

.RadMenu_LeftNav .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_LeftNav .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_LeftNav .rmLeftImage
{
	margin: 2px;
}

.RadMenu_LeftNav .rmSlide
{
	margin: -1px 0 0 -1px !important
}

* html .RadMenu_LeftNav .rmVertical .rmSlide
{
	margin-left: -2px !important;
}

* html .RadMenu_LeftNav .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_LeftNav_rtl .rmSlide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_LeftNav_rtl .rmVertical .rmSlide
{
	margin-left: 3px !important;
}

* html .RadMenu_LeftNav_rtl .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_LeftNav .rmItem .rmDisabled:hover
{
	background: none;
}