
ul.firstLevel, ul.secondLevel {
	font-family:Verdana, Arial, Geneva, Sans-Serif;
	font-size:11px;
	color: #000000;
	list-style-image: none;
	list-style-type: none;
	marker-offset: 0px;
	margin: 0 0 0 2px;
	text-align: right;
}

ul.firstLevel {
	margin: 0px 0 10px 2px;
}

ul.secondLevel {
	margin: 0px 0 5px 2px;
}

html>body ul.firstLevel { /*Only Mozilla/NS can read this */
	margin-left: -28px;
}

html>body ul.secondLevel { /*Only Mozilla/NS can read this */
	margin-left: -38px;
}

ul.secondLevel {
	display: none;
}

ul.firstLevel a,
ul.secondLevel a {
	text-decoration: none;
	color: #003399;
}

ul.firstLevel a:hover,
ul.secondLevel a:hover {
	text-decoration: none;
	color: #FF6600;
}

ul.firstLevel li {
	padding: 0px 30px 5px 10px;
	margin: 0px;
	/*background-image: url(bg_firstlevel.gif);*/
	background-repeat: no-repeat;
	vertical-align: top;
	color: #003399;		
}	

ul.firstLevel li.expandablefirst,
ul.firstLevel li.expandable,
ul.firstLevel li.expandedfirst,
ul.firstLevel li.expanded,
ul.firstLevel li.expandablelast,
ul.firstLevel li.expandedlast {
	background-repeat: no-repeat;
	cursor: hand;
}

/* First level */

ul.firstLevel li.expandablefirst {
	background-image: url(../images/tree/bg_firstlevel_plus_first.gif);
	background-position: right top;

}

ul.firstLevel li.expandedfirst {
	background-image: url(../images/tree/bg_firstlevel_minus_first.gif);
	background-position: right top;
	
}

ul.firstLevel li.expandable {
	background: transparent url(../images/tree/bg_firstlevel_plus_first.gif) 97% top no-repeat;
	
}

ul.firstLevel li.expanded {
	background: transparent url(../images/tree/bg_firstlevel_minus_first.gif) 97% top no-repeat;
}

ul.firstLevel li.nonexpandable {
	/*background-image: url(../images/tree/bg_firstlevel_minus_first.gif);*/
	background-position-x: 97% ;
	background-position-y: top;
	cursor: default ;
}

ul.firstLevel li.expandablelast {
	background-image: url(../images/tree/bg_firstlevel_plus_first.gif);
	background-position: right top;
}

ul.firstLevel li.expandedlast {
	background-image: url(../images/tree/bg_firstlevel_minus_first.gif);
	background-position: right top;
}

ul.firstlevel li.last {
	background-image: url(../images/bg_firstlevel_last.gif);
}

/* Second level */

ul.secondLevel li {
	padding: 2px 0px 0px 2px;
	font-weight: normal;
	font-size: 10px;
	/*background-image: url(bg_secondlevel.gif);*/
}

ul.secondLevel li.secondlevellast {
	
	/*background-image: url(bg_secondlevel_last.gif);*/
}

ul.firstLevel li.grey_line
{	
	background-image: url(../images/line_grey.gif);	
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	background-position: center center;
}
ul.firstLevel li.notexpandable {

	
}
.node_notCurrentViewText
{	
}
a.node_notCurrentViewLink, a.node_notCurrentViewLink:hover 
{	
	text-decoration: none;
}
.node_currentViewText
{	
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
}

a.node_currentViewLink, a.node_currentViewLink:hover
{	
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
}
.secondLevel_active
{
	color: #FF6600;
}
