#catmenu{



}

#catmenu h3{



	padding-left:4px;

}

.treeview{



	margin-left:-40px;

}

*:first-child+html .treeview{

	margin:0;


}

*html .treeview{

	margin:0;

}

.treeview ul{ /*CSS for Simple Tree Menu*/



margin-left:-21px;

}



.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/

list-style-type:none;

margin-bottom: 10px;

}



.treeview li a{

text-decoration:none;

padding-left:30px;

font-size:13px;

background: url(../images/closed_xanh.gif) no-repeat ;

}

.treeview li a:hover{


color:#ff0000;

background: url(../images/closed.gif) no-repeat ;

font-weight:bolder;

}



.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */



cursor: hand !important;

cursor: pointer !important;

padding-left:14px;

padding-bottom:2px;

}

.treeview li.submenu a{

text-decoration:none;

padding-left:34px;

}

.treeview li.submenu a:hover{

	color:#C12624;

	

}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */

display: none; /*Hide them by default. Don't delete. */

}



.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */

cursor: default;

padding-left:14px;

}

.treeview .submenu ul li a{

color:#333333;

margin-bottom:20px;

margin-top:10px;

font-size:12px;

font-weight:bold;

}

.treeview .submenu ul li ul li a{

color:#0000FF;

margin-bottom:20px;

margin-top:10px;

font-size:12px;

font-weight:normal;

}
