ul.firstLevel, ul.secondLevel, ul.thirdLevel {
	font-family: Verdana, Arial, Geneva, Sans-Serif;
	font-size: 9pt;
	color: #333333;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	/*marker-offset: 0px;*/
	margin: 0 0 0 2px;

}

ul.firstLevel {
	margin: 0 0 10px 2px;
}

ul.secondLevel {
	margin: 0 0 5px 2px;
}

ul.thirdLevel {
	margin: 0 0 5px 2px;
}

html>body ul.firstLevel { /*Only Mozilla/NS can read this */
	margin-left: 0px;
}

html>body ul.secondLevel { /*Only Mozilla/NS can read this */
	margin-left: 2px;
}

html>body ul.thirdLevel { /*Only Mozilla/NS can read this */
	margin-left: 2px;
}

ul.secondLevel {
	display: none;
}

ul.firstLevel a{
	text-decoration: none;
	color: #000;
}

ul.firstLevel a:hover{
	text-decoration: underline;
	color: #000;
}

ul.thirdLevel a,
ul.secondLevel a {
	text-decoration: none;
	color: #003399;
}

ul.thirdLevel a:hover,
ul.secondLevel a:hover {
	text-decoration: underline;
	color: #003399;
}

ul.thirdLevel a:visited,
ul.secondLevel a:visited {
	text-decoration: none;
	color: #000333;
}

ul.thirdLevel a:visited:hover,
ul.secondLevel a:visited:hover {
	text-decoration: underline;
	color: #000333;
}


ul.firstLevel li {
	padding: 0 0 3px 17px;
	margin: 0px;
	background-image: url(../_images/list-arrow2.png);
	background-repeat: no-repeat;
	background-position: left 6px;
}

ul.firstLevel li.expandable,
ul.firstLevel li.expanded {
	background-repeat: no-repeat;
	cursor: hand;
}
ul.firstLevel li.expandable {
	background-image: url(../_images/list-arrow2.png);
	text-decoration: none;
}
ul.firstLevel li.expanded {
	background-image: url(../_images/list-arrow3.png);
	text-decoration: none;
}
ul.firstLevel li.expandable:hover {
	text-decoration: underline;
}
ul.firstLevel li.expanded:hover {
	text-decoration: underline;
}

/* Second level */

ul.secondLevel li {
	padding: 0 0 3px 17px;
	background-image: url(../_images/list-arrow.png);
	background-position: left 6px;
}

/* Third level */

ul.thirdLevel li {
	padding: 0 0 3px 17px;
	background-image: url(../_images/list-arrow.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	line-height: 22px;
}

/* -------------------------------- */
.menu1 {
  color:white;
  background: #000;
  font-family: Verdana, Arial, Geneva, Sans-Serif;
  font-weight:bold;
  font-size:12px;
}

.menu2 {
  color: blue;
  font-family: Verdana, Arial, Geneva, Sans-Serif;
  font-size:12px;
  line-height: 19px;
}


