/* CSS Document
Styles for the Expander.js menu tree */

.switchcontent {
	display:block;
}
html>body .switchcontent {
	display:none;
}

/* top level tree button */
ul.tier1 {
	width: 158px;
	vertical-align: middle;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	list-style: url(none) none;
	background: #B8D0EA;
}
.tier1a:link, .tier1a:visited, .tier1a:active  {
	display: block;
	height:17px;
	font-weight: bold;
	background: #ffffff url(images/bullet_arrow.gif) no-repeat 3px 3px;
	padding-left: 19px;
	border: 1px solid #82afe1;
	padding-top: 2px;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
}
.tier1a:hover {
	background: #95BDEA url(images/bg_tier1_on.gif);
	color: #ffffff;
}
.selected:link, .selected:visited, .selected:active, .selected:hover  {
	display: block;
	height:17px;
	font-weight: bold;
	background: #95BDEA url(images/bg_tier1_on.gif);
	color: #ffffff;
	padding-left: 19px;
	border: 1px solid #82afe1;
	padding-top: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
}
ul.tier2 {
	width: 157px;
	vertical-align: middle;
	font-size: 10px;
	background-color: #B8D0EA;
	margin: 3px 0px 6px 1px;
	padding: 0px;
	list-style: url(none) none;
}
ul.tier2 li a:link, ul.tier2 li a:visited, ul.tier2 li a:active  {
	display: block;
	height:17px;
	font-weight: normal;
	background: #eef6fe url(images/bullet_arrow2.gif) no-repeat 3px 3px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #89B4E3;
	border-bottom: 1px solid #a0c3ea;
	border-left: 1px solid #ffffff;
	padding-left: 19px;
	padding-top: 2px;
	margin:0px;
	font-weight: normal;
	color: #000000;
}
ul.tier2 li a:hover {
	border-top: 1px solid #dacb58;
	border-bottom: 1px solid #F1E167;
	color:#000000;
	background: #F8F3C9 url(images/bullet_arrow2.gif) no-repeat 3px 3px;
}

