@charset "UTF-8";
/* CSS for Listed Type Navigation */

/* container */
div.ml_listed {
	position: relative;
	background-color: transparent;
	width: 100%;
}

/* titles container */
div.ml_titles {
	position:	relative;
	background-color: transparent;
	width: 100%;
	clear: both;
}

/* children container */
div.ml_children {
	position: relative;
	width: 100%;
	background-color: #000;
	clear: both;
}

/* toggle link */
#ml_toggle {
	font-size: 0.7em;
	width: 10px;
	height: 10px;
	position: absolute;
	left: -25px;
	top: 10px;
	color: #aaa;
	cursor: pointer;
}
#ml_toggle a:link,
#ml_toggle a:visited {
	color: #666;
	text-decoration: none;
}
#ml_toggle a:hover,
#ml_toggle a:active {
	color: #000;
	text-decoration: none;
}

#ml_padder {
	display: none;
	height: 60px;
	position: relative;
	width: 100%;
	clear: both;
}
	

/* parent item */
div.ml_parent {
	position: relative;
	float: left;
	margin-left: 10px;
}
div.ml_parent.first {
	margin-left: 0;
}

div.ml_parent a:link,
div.ml_parent a:visited {
	color: #ccc;
	text-decoration: none;
	display: block;
	width: 152px;
	height: 30px;
	line-height: 30px;
	border: none;
	border-bottom: solid 2px #ccc;
}

div.ml_parent a:hover,
div.ml_parent a:active {
	color: #C00;
	border-bottom-color: #F60;
	text-decoration: none;
}

/* child-group */
div.ml_children div.ml_spwtree {
	display: block;
	float: left;
	margin: 0 0 0 10px;
	position: relative;
	padding: 0;
}
div.ml_children div.ml_spwtree.first {
	margin-left: 0;
}
div.ml_children ul.top {
	margin: 0;
	height: 100px;
	overflow: auto;
}
div.ml_children ul.first {
}

/* child item */
div.ml_children ul li.leaf {
	float: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

div.ml_children ul li.leaf a:link,
div.ml_children ul li.leaf a:visited {
	display: block;
	background-color: transparent;
	color: #ccc;
	width: 152px;
	text-decoration: none;
	font-size: 0.8em;
}

div.ml_children ul li.leaf a:hover,
div.ml_children ul li.leaf a:active {
	color: #fff;
	text-decoration: none;
}

/* children children */
div.ml_children ul li.leaf ul {
	margin: 0;
	padding: 0;
}

div.ml_children ul li.leaf ul li {
	margin: 0;
}

div.ml_children ul li.leaf ul li a:link,
div.ml_children ul li.leaf ul li a:visited {
	padding: 0 0 0 22px;
	width: 130px;
	margin: 0;
	font-size: 0.7em;
	background-image: url(../images/ml_listed/child-pointer.gif);
	background-position: 7px center;
	background-repeat: no-repeat;
}

div.ml_children ul li.leaf ul li a:hover,
div.ml_children ul li.leaf ul li a:active {
}