.treeview { float:left;width:200px;}
.treeview li { font-size:12px; line-height:12px; font-weight:bold; margin: 0; }
.treeview li a{ color:#000; text-decoration:none;}

.treeview .none a {
background:url(/images/treeview-nocat.png) no-repeat 0 -21px;
display:block;
height:15px;
line-height:15px;
padding:5px 0 5px 25px;
width:169px;  
}
.treeview .none a:hover { background-position: 0 4px; }

.treeview li.submenu { /* Style for LI that contains sub lists (other ULs). */
background: transparent url(/images/treeview-smenu.png) no-repeat 0 1px;
margin-top: 5px;
padding: 0 0 10px 0;
cursor: pointer;
}
.treeview li.submenu a {  padding: 0 0 14px 0px; }
.treeview li.submenu ul li a {  padding: 0px; }
.treeview .curent a {  background-position: 0px 4px; }
.treeview li.curent { background-position: 0px -49px; }
.treeview li.submenu li.curent a { color:#cb3733; background: url(/images/subcat_item.png) no-repeat left top; }
.treeview li.submenu a.hita { }
.treeview li.submenu a.hita:hover { color:#cb3733; }
.treeview li.submenu div.hit { width: 25px; height: 14px; float: left; }

.treeview li.submenu ul{ display:none; margin-top: 10px; background: #fff; }

.treeview li.submenu ul li { line-height:13px; padding-top:5px; padding-bottom:5px; background: url(/images/treeview-red-line.gif) no-repeat left top; padding-left: 24px; }
.treeview li.submenu ul li.last { background-position:0 -1766px; }
.treeview li.submenu ul li a {font-weight:normal;padding-left:20px;background: url(/images/subcat_item.png) no-repeat 0 -18px; cursor: pointer;}
.treeview li.submenu ul li a.curent, 
.treeview li.submenu ul li a:hover   { font-weight:normal; color:#000; background: url(/images/subcat_item.png) no-repeat left top; }
.treeview li.submenu ul li a.curent { color:#cb3733; }
.treeview .hover {color:#cb3733;cursor: pointer;}

.myacc .treeview li.submenu div.hit { }
.myacc .treeview li.submenu li { background-color: #F5F5F5; }
.myacc .treeview li.submenu li a { background-color: #F5F5F5; }
.myacc .treeview li.submenu ul { background-color: #F5F5F5; }

.myacc .treeview li.submenu li .a {float:right; padding-right:10px;}
.myacc .treeview li.submenu li .a a {background:url(/images/myacc_icoadd.jpg) no-repeat scroll left bottom transparent; padding-left:15px; }
