
body #s4-leftpanel
{
	float: none;
	vertical-align: top;
	width: 235px;
}

body #s4-leftpanel.expanded
{
	display: inline-block;
}

body #s4-leftpanel.expanded { *display: inline; }

#s4-leftpanel ul
{
	margin-left: 12px;
}

#s4-leftpanel ul.root
{
	margin-left: 15px;
}

#s4-leftpanel ul.root > li
{
	
}

#s4-leftpanel li
{
	line-height: 115%;
}

#s4-leftpanel ul.root > li > a
{
	color: #AA0000;
}

#s4-leftpanel ul.root span.hasChildren
{
	cursor: pointer;
	color: #AA0000;
}

#s4-leftpanel ul.root > li.collapsible
{
	position: relative;
	/*background: url('/Style%20Library/WorldVision/Images/expansionArrow.png') transparent no-repeat scroll 5px 4px;*/
	background-color:transparent;
}

#s4-leftpanel ul.root > li.expanded
{
	/*background: url('/Style%20Library/WorldVision/Images/expansionArrowD.png') transparent no-repeat scroll 4px 5px;*/
	background-color:transparent;
}

#s4-leftpanel ul.root > li.collapsible ul
{
	display: none;
}

#s4-leftpanel ul.root > li.collapsible ul.expanded
{
	display: block;
}

#s4-leftpanel ul.root > li.collapsible .clickTarget
{
	position: absolute;
	left: -10px;
	width: 20px;
	height: 20px;
	cursor:pointer;
}

#s4-leftpanel ul.root > li.collapsible .blackarrow{
	position: absolute;
	cursor:pointer;
    clear:none;
    background: url('/Style Library/WorldVision/Images/arrow_black.png') no-repeat;
    width:15px;height:20px;
    margin-left:2px;
    background-position-y:8px;
    background-position:8px;
    background-position-x:0px;
}

#s4-leftpanel ul.root > li.expanded .blackarrow{
	position: absolute;
	cursor:pointer;
    clear:none;
    background: url('/Style Library/WorldVision/Images/arrow_orange.png') no-repeat;
    width:15px;height:20px;
    margin-left:2px;
    background-position-y:8px;
    background-position:8px;
    background-position-x:0px;
}

#s4-leftpanel ul.root > li.collapsible .orangearrow{
	position: absolute;
	cursor:pointer;
    clear:none;
    background: url('/Style Library/WorldVision/Images/arrow_orange.png') no-repeat;
    width:15px;height:20px;
    margin-left:2px;
    background-position-y:8px;
    background-position:8px;
    background-position-x:0px;
}

#s4-leftpanel li li a
{
	color: #c6c6c6;
}

#s4-leftpanel ul.root > li a.selected
{
	color: #f78e33 !important;
}

.s4-ql a.selected {
    border: none !important;
    border-color: none !important;
}




