.RadTreeView
{
	overflow:hidden !important;
}
/*changed padding from 10 to 8*/
.RadTreeView_Design001 .rtUL
{
	list-style: none;
	padding-left: 5px;
	*margin: 0;
	*padding: 0 0 0 10px;
}
/* changed width from 12 to 10*/
.RadTreeView_Design001 .rtMinus
{
	background-image: url('/Images/design001/custommenu/downarrow.gif');
	background-repeat: no-repeat;
	background-position: -1px 3px;
	float: right;
	width: 10px;
}
/* changed width from 12 to 10*/
.RadTreeView_Design001 .rtPlus
{
	background-image: url('/Images/design001/custommenu/arrow.gif');
	background-repeat: no-repeat;
	float: right;
	width: 10px;
}

.RadTreeView_Design001 .SecondLevel
{
	background-image: url('/Images/design001/subNav_dotLine.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 5px 10px 0px 0px;
	width: 210px;
}

.RadTreeView_Design001 .rtSelected .rtIn
{
	color: #AF1E2D !important;
	/*color: #206287 !important;*/
}

.RadTreeView_Design001 .FirstLevel, .RadTreeView_Design001 .rtFirst
{
	background-image: none;
}

.RadTreeView_Design001 .rtIn
{
	text-decoration: none;
}

.RadTreeView_Design001 .FirstLevel
{
	display: block;
}

.RadTreeView_Design001 .FirstLevel > .rtTop
{
	display: none;
}
/* changed font size from 20 to 14, changed font from myriad-pro-condensed, sans-serif to current, added font weight bold, changed left padding from 23 to 15 and top from 3 to 2, background-position from 8 to 4, */
.RadTreeView_Design001 .SecondLevel .rtIn
{
	padding: 2px 0px 5px 0px;
	margin-bottom: 0px;
    font-family: acumin-pro-semi-condensed;
	font-size: 13px;
	line-height:18px;
	/* padding-bottom:5px; */
	font-weight: 500 !important;
	letter-spacing:-.04em;
	/*color: #6D1C3E;*/
	color: #AF1E2D;
	border: none;
	display:block;
	/*background-image: url('/Images/design001/subNav_redDiamond.png');*/
	/* background-repeat: no-repeat; */
	/* background-position: 0 4px; */
	text-transform: uppercase;
}

.RadTreeView_Design001 .SecondLevel .rtIn:hover
{
	/*color: #206287;*/
	color: #AF1E2D;
}
/* changed font weight normal, changed font commented out 15px font style, padding left from 13 to 10*/
.RadTreeView_Design001 .ThirdLevel .rtIn
{
	white-space: normal;
	/*color: #38778B;*/
	color: #4b4749;
	font-size: 12px;
	line-height:14px;
	font-weight:400;
    padding: 4px 0px 5px 2px;
    font-family: acumin-pro-semi-condensed;
	/*font-size: 15px;*/
	background-image: none;
	*display: inline;
letter-spacing:.01px;
}

.RadTreeView .ThirdLevel .rtSelected .rtIn,
.RadTreeView_Design001 .ThirdLevelSelected  .rtIn,
.RadTreeView_Design001 .ThirdLevel .rtHover .rtIn
{
	/*color: #206287 !important;*/
	color: #6a6869 !important;
	border: none;
}

.RadTreeView_Design001 .ThirdLevel .rtSelected,
.RadTreeView_Design001 .ThirdLevelSelected,
.RadTreeView_Design001 .ThirdLevel .rtHover 
{
	/*background-image: url('/Images/design001/custommenu/LHSnav_diamond_bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	/*background-position: 0px 13px;*/
}

.RadTreeView_Design001 .rtLI .FourthLevel 
{
	
}
/*change font, font size from 14 to 11, padding left 13 to 5 */
.RadTreeView_Design001 .FourthLevel .rtIn,
.RadTreeView_Design001 .FourthLevel .rtHover .rtIn
{
	white-space: normal;
	/*color: #38778B;*/
	color: #4b4749;
	font-size: 12px;
	line-height:15px;
	padding: 1px 0px 6px 4px;
    font-family: acumin-pro-semi-condensed;
	font-weight: 200;
	background-image: none;

}

/* all styles are new*/
.RadTreeView_Design001 .FourthLevel .rtSelected,
.RadTreeView_Design001 .FourthLevel .rtHover
{ 
	/*background-image: url('/Images/design001/custommenu/LHSnavL4_diamond_bullet.png');
	background-repeat: no-repeat;*/
	background-position: 0px 6px; 
}

.RadTreeView_Design001 .rtLI .FifthLevel 
{
	width: 213px;
	background-color:#d0c5a1;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#FFF;
}
/* changed font, font size from 14 to 11*/
.RadTreeView_Design001 .FifthLevel .rtIn,
.RadTreeView_Design001 .FifthLevel .rtHover .rtIn
{
	white-space: normal;
	color: #000;
	font-size: 12px;
	font-weight:300;
	padding-left: 29px;
    font-family: acumin-pro-semi-condensed;
}

.RadTreeView .rtPlus, .RadTreeView .rtMinus 
{
	/*margin-left: -18px;*/
	margin-right: 7px;
}

.RadTreeView .rtPlus 
{
	background-position: 0 0;
}
/*changed margin right from 7 to 0, width from 11 to 10*/
.RadTreeView .rtPlus, .RadTreeView .rtMinus 
{
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	height: 11px;
	margin: 6px 0px 0px 5px;
	padding: 0;
	vertical-align: top;
	width: 10px;
}

