/* Copyright Suzanne Boben, 
11mystics.com. */

#secondChild {
	margin-bottom: 15px;
}
#secondChild .current {
	color: #000;
}
#secondChild .current:hover {
	text-decoration: none;
}
#secondChild .currentAncestor {
	color: #000;
}

/* Level 1 (configured in the tabs and not shown in the sidebar) */
#secondChild ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#secondChild ul li {
	font-size: 1.1em;
	display: inline;
	position: relative;
}
#secondChild ul li a {
	color: #444;
	display: none;
}

/* Level 2 */
#secondChild ul ul {
}
#secondChild ul ul li {
	font-weight: bold;
}
#secondChild ul ul li a {
	display: block;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	padding-left: 12px;
	margin-top: 5px;
	background: url(images/ul2_buttons.jpg) top left no-repeat;
}
#secondChild ul ul li a:hover {
	text-decoration: none;
	background: url(images/ul2_buttons.jpg) center left no-repeat;
}
#secondChild ul ul li .current {
	background: url(images/ul2_buttons.jpg) bottom left no-repeat;
}
#secondChild ul ul li .currentAncestor {
	background: url(images/ul2_buttons.jpg) bottom left no-repeat;
}
#secondChild ul ul li .currentAncestor:hover {
}

/* Level 3 */
#secondChild ul ul ul {
	background: url(images/ul3_sideline.jpg) left top repeat-y;
}
#secondChild ul ul ul li {
	font-size: 11px;
	text-align: left;
}
#secondChild ul ul ul li a {
	margin: 0;
	padding: 0 0 0 25px;
	height: 21px;
	line-height: 21px;
}
#secondChild ul ul ul li a:hover {
	text-decoration: none;
	color: #333;
}
#secondChild ul ul ul li .current {
	font-weight: bold;
	color: #333;
}
#secondChild ul ul ul li .currentAncestor {
}

/* Level 4 */
#secondChild ul ul ul ul {
	background: url(images/ul4_sideline.jpg) left top repeat-y;
}
#secondChild ul ul ul ul li {
	font-size: 11px;
	text-align: left;
}
#secondChild ul ul ul ul li a {
	margin: 0;
	padding: 0 0 0 41px;
	height: 21px;
	line-height: 21px;
}
#secondChild ul ul ul ul li a:hover {
	text-decoration: none;
	color: #333;
}
#secondChild ul ul ul ul li .current {
	font-weight: bold;
	color: #333;
}
#secondChild ul ul ul ul li .currentAncestor {
}

/* Level 5 */
#secondChild ul ul ul ul ul {
	
}
#secondChild ul ul ul ul ul li {
	font-size: 11px;
	text-align: left;
}
#secondChild ul ul ul ul ul li a {
	margin: 0;
	padding: 0 0 0 57px;
	height: 21px;
	line-height: 21px;
}
#secondChild ul ul ul ul ul li a:hover {
	text-decoration: none;
	color: #333;
}
#secondChild ul ul ul ul ul li .current {
	font-weight: bold;
	color: #333;
}
#secondChild ul ul ul ul ul li .currentAncestor {
}
