﻿#ctl00_tvSupportMenu_UL li { padding-left:20px; }
DIV.AspNet-TreeView-Leaf { background:url(../../images/fancy_plus.jpg) no-repeat 0 5px; }
DIV.AspNet-TreeView-Parent { background:url(../../images/fancy_minus.jpg) no-repeat 0 5px; }
DIV.AspNet-TreeView-Parent AspNet-TreeView-ChildSelected a{ background:url(../../images/simple_plus_small.jpg) no-repeat 0 5px; }
DIV.AspNet-TreeView-Selected a {
	color:#666 !important;
	font-weight:100 !important;
}
DIV.AspNet-TreeView-Leaf a:hover, .AspNet-TreeView-Root a:hover, .AspNet-TreeView-Selected a:hover { color:#333 !important; }
DIV.AspNet-TreeView-ChildSelected a, .AspNet-TreeView-ChildSelected a {
	color:#333;
	font-weight:900;
}
DIV.AspNet-TreeView-Parent .AspNet-TreeView-Selected a {
	color:#cc092f;
	font-weight:900;
}
DIV.AspNet-TreeView-ChildSelected a { text-decoration:none; }

DIV.AspNet-TreeView-Leaf a, .AspNet-TreeView-Selected a, .AspNet-TreeView-ChildSelected a { text-decoration:none; }
DIV.AspNet-TreeView-Leaf a, .AspNet-TreeView-ChildSelected a { text-transform:uppercase; }
/*.blur-lvl2 a, .focus-lvl2 a, .blur-lvl3 a, .focus-lvl3 a { text-transform:none; }*/

