/* `Tree Expander
----------------------------------------------------------------------------------------------------*/

.tree_controls {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
	font-size: 14px;
	margin: 0;
	overflow: hidden;
	padding: 2px 0;
	text-align: center;
	width: 90%;
}
#man {
	background-image:url(../images/menu-bg-man.png);
	border-bottom: 1px solid #999;
}
#woman {
	background-image:url(../images/menu-bg-woman.png);
	border-bottom: 1px solid #999;
}
#child {
	background-image:url(../images/menu-bg-child.png);
	border-bottom: 1px solid #999;
}

.tree_controls span {
	font-size: 12px;
}

.tree_controls a:link {
	color: #FC0;
	text-decoration: none;
}
.tree_controls a:visited {
	color: #FC0;
	text-decoration: none;
}
.tree_controls a:hover {
	color: #FFF;
	text-decoration: none;
}

.tree {
	clear: both;
	margin: 0px 0px 20px 5px;
	padding: 5px 0 0;
}

.tree,
.tree ul {
	background: url(../images/grey_line.gif) repeat-y;
}

.tree ul {
	margin: -4px 0 0 6px;
	padding: 5px 0 0;
}

.tree li {
	background: url(../images/tree_li.gif) no-repeat 0 13px;
	clear: both;
	list-style: none;
	padding: 5px 5px 0 10px;
	color: #FFF;
	text-align:left;
	font-size:14px;
}

.tree li a:link{
	color: #FFF;
}.tree li a:visited{
	color: #FFF;
}
.tree li a:hover{
	color: #F90;
}

.tree li.last,
.tree li:last-child {
	background: #000 url(../images/tree_li_last.png) no-repeat 0 -478px;
}

.tree .tree_trigger,
.tree .tree_slug {
	background: url(../images/tree_icons.png) no-repeat;
	display: inline;
	float: left;
	font-size: 0;
	margin: 2px 5px 0 0;
	overflow: hidden;
	text-decoration: none;
	width: 14px;
	height: 14px;
}

.tree .tree_trigger_expanded {
	background-position: -14px 0;
}

.tree .tree_slug {
	background-position: -28px 0;
}