/* CSS Document */
<style type="text/css">

.closed_root{
	width: 0px;
	size: fixed;
}
.opened_root{
	width: 0px;
	size: fixed;
}
.other{
	width: 0px;
	size: fixed;
}
.child{
	width: 0px;	
}
.style_node {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	text-align:left;
	padding-left: 12px;
	margin: 0px;
}
.child_node {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;	
	font-weight: 100;
	text-align:left;
	width: 100%;
}
.exception {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color:#FF0000;
}
.menu_item{
	height: 28px;
	size: fixed;
	color: #ffffff;
	cursor: pointer;

}
.style_node:hover, .child_node:hover{
	background: url(resources/hover_bar.png) no-repeat;
	line-height: 28px;	
}
.style_node, .style_node:active, .style_node:visited, .child_node,  .child_node:active,  .child_node:visited{
	background: url(resources/normal_bar.png) no-repeat;
	line-height: 28px;
}
#tbl_main{
	width: 99%;
	size: fixed;
}
</style>



