/* RadMenu LeftNav skin */

.RadMenu_LeftNav 
{
	border-bottom-width: 0;	
	text-align: left;
}

.RadMenu_LeftNav_rtl
{
	text-align: right;
}

.RadMenu_LeftNav_Context
{
	background: none;
	border: 0;
}

.RadMenu_LeftNav a
{
	text-decoration: none;
}

.RadMenu_LeftNav .link
{
    color:Black;
	line-height: 24px;
	text-decoration: none;	
	position: relative;	
}

.RadMenu_LeftNav .link:focused,
.RadMenu_LeftNav .focused
{
	outline: 0;
}

.RadMenu_LeftNav .expanded
{
	z-index: 10000;
}

.RadMenu_LeftNav .rootGroup .link:hover,
.RadMenu_LeftNav .rootGroup .focused,
.RadMenu_LeftNav .rootGroup .expanded
{
	background-color:#decaa0;
	
	cursor:pointer;
	cursor:hand;
    text-decoration:none;    
}


.RadMenu_LeftNav .rootGroup .link .text
{
    color: #a9a090; /*root menu text color*/
	font: normal 9pt Verdana;	
	padding-bottom:5px;
    padding-top:5px;    
    padding-left:2px;
}

.RadMenu_LeftNav .group .link .text
{
    color: White; /*sub menu text color*/	    
    padding:5px 5px 0px 5px;
    font: normal 8pt Verdana;
}

.RadMenu_LeftNav .group
{	
	  border:solid 1px #a9a090; /*submenu border color*/
}

.RadMenu_LeftNav .group .link
{
	text-decoration: none;	
	background-color:#c39f5d;
	background-image:url("img/SubMenuBg.gif");
	background-repeat:repeat-y;
	background-position:left;		
	min-width:135px;	
	height:25px;
	width:auto;
}

.RadMenu_LeftNav_rtl .group .link
{
	text-align: right;
}

.RadMenu_LeftNav .group .link:hover,
.RadMenu_LeftNav .group .focused,
.RadMenu_LeftNav .group .expanded
{
	background-color:#d5c5a2;
	background-image:url("img/SubMenuBgHover.gif");
	background-repeat:repeat-y;
	background-position:left;
	text-decoration:none;
}

.RadMenu_LeftNav .group .link:hover .text
{
    color:#FFFFFF;    /*submenu text hover color */

}

/* <expand arrows styling> */

.RadMenu_LeftNav .group .link .expandLeft
{
	background: transparent url("img/ArrowExpand.gif") no-repeat right -3px;
	padding-right:20px;
}

.RadMenu_LeftNav .group .link .expandRight
{
	background: transparent url("img/ArrowExpandRTL.gif") no-repeat left -3px;	
}

.RadMenu_LeftNav .group .link:hover .expandLeft,
.RadMenu_LeftNav .group .focused .expandLeft,
.RadMenu_LeftNav .group .expanded .expandLeft
{
	background-image: url("img/ArrowExpandHovered.gif");
}

.RadMenu_LeftNav .group .link:hover .expandRight,
.RadMenu_LeftNav .group .focused .expandRight,
.RadMenu_LeftNav .group .expanded .expandRight
{
	background-image: url("img/ArrowExpandHoveredRTL.gif");
}

/* </expand arrows styling> */


.RadMenu_LeftNav .group .horizontal .item {padding-left:0px;}
.RadMenu_LeftNav .horizontal .last { border-right: 0; }

.RadMenu_LeftNav .vertical .item { border-bottom: 1px solid #d0bf98;}
.RadMenu_LeftNav .vertical .last { border-bottom: 0; }

.RadMenu_LeftNav_rtl .horizontal .item { border-left: 0; }


.RadMenu_LeftNav .group .expanded
{
	z-index: 11;
}

.RadMenu_LeftNav .topArrowDisabled,
.RadMenu_LeftNav .bottomArrowDisabled,
.RadMenu_LeftNav .leftArrowDisabled,
.RadMenu_LeftNav .rightArrowDisabled
{
	display: none;
}

.RadMenu_LeftNav .topArrow,
.RadMenu_LeftNav .bottomArrow,
.RadMenu_LeftNav .leftArrow,
.RadMenu_LeftNav .rightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_LeftNav .topArrow,
.RadMenu_LeftNav .bottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url("img/ArrowScrollUpDown.gif") no-repeat top center;
}

.RadMenu_LeftNav .bottomArrow
{
	background-position: center -18px;
}

.RadMenu_LeftNav .leftArrow,
.RadMenu_LeftNav .rightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url("img/ArrowScrollLeftRight.gif") no-repeat left center;
}

.RadMenu_LeftNav .rightArrow
{
	background-position: -18px center;
}

.RadMenu_LeftNav .rootGroup .item .disabled .text,
.RadMenu_LeftNav .group .item .disabled .text
{
	color: Black;
}

.RadMenu_LeftNav .rootGroup .item .disabled
{
	background: none;
}

.RadMenu_LeftNav .group .item .disabled
{
	background-color: Black;
}

.RadMenu_LeftNav .horizontal .separator
{
	
}

.RadMenu_LeftNav .rootGroup .separator
{
    
}

.RadMenu_LeftNav .vertical .separator
{
	
}

.RadMenu_LeftNav .separator .text
{
	display: none;
}

.RadMenu_LeftNav .slide
{
	margin: -1px 0 0 -1px !important;
}

* html .RadMenu_LeftNav .vertical .slide
{
	margin-left: -2px !important;
}

* html .RadMenu_LeftNav .horizontal .slide
{
	margin-top: -2px !important;
}

.RadMenu_LeftNav_rtl .slide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_LeftNav_rtl .vertical .slide
{
	margin-left: 3px !important;
}

* html .RadMenu_LeftNav_rtl .horizontal .slide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_LeftNav .rootGroup .item .disabled:hover
{
	background: none;
}