
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;
}

ul.firstLevel {
	margin: 2px 0 10px 2px;
}

ul.secondLevel {
	margin: 2px 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: underline;
	color: #FF6600;
}

ul.firstLevel li {
	padding: 0 0 3px 17px;
	margin: 0px;
	background-image: url(/_images/common/bg_firstlevel.gif);
	background-repeat: no-repeat;
}	

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/common/bg_firstlevel_plus_first.gif);

}

ul.firstLevel li.expandedfirst {
	background-image: url(/_images/common/bg_firstlevel_minus_first.gif);
}

ul.firstLevel li.expandable {
	background-image: url(/_images/common/bg_firstlevel_plus.gif);
}

ul.firstLevel li.expanded {
	background-image: url(/_images/common/bg_firstlevel_minus.gif);
}

ul.firstLevel li.expandablelast {
	background-image: url(/_images/common/bg_firstlevel_plus_last.gif);
}

ul.firstLevel li.expandedlast {
	background-image: url(/_images/common/bg_firstlevel_minus_last.gif);
}

ul.firstlevel li.last {
	background-image: url(/_images/common/bg_firstlevel_last.gif);
}

/* Second level */

ul.secondLevel li {
	padding: 0 0 3px 17px;
	background-image: url(/_images/common/bg_secondlevel.gif);
}

ul.secondLevel li.secondlevellast {
	background-image: url(/_images/common/bg_secondlevel_last.gif);
}
