#ttsNavTree
{
	margin:				0;
	padding:			0;
	width:				130px;
}

#ttsNavTree a
{
	text-decoration:		none;
}

#ttsNavTree ul
{
	margin:				0;
	padding:			0;
	list-style:			none;
}

#ttsNavTree ul li
{
	margin:				0 0 4px 0;
	padding:			0;
}

#ttsNavTree ul li h2,
#ttsNavTree ul li a
{
	cursor:				pointer;
	
	font-family:		Verdana, Arial;
	font-size:			10px;
	font-weight:		bold;
	line-height:		15px;

	color:				#808588;

	margin:				0;
	padding:			0 0 0 6px;
	
	display:			block;
	background:		url("./images/tts_button_08.gif") no-repeat;
	background-position: 0 0;
	width:				130px;
}

#ttsNavTree ul li a:hover,
#ttsNavTree ul li h2:hover,
#ttsNavTree ul li h2.hover
{
	color:				#808588;	
}

#ttsNavTree ul li ul
{
	margin:				0 -6px 0 6px;//
	margin:				0 -7px 0 6px;
	padding:			0;
	list-style:			none;
	border-left:		1px solid #fff;
	border-bottom:		1px solid #fff;
}

#ttsNavTree ul li ul.close
{
	display:			none;
}
#ttsNavTree ul li ul.open
{
	display:			block;
}

#ttsNavTree ul li ul li
{
	margin:				0;
	padding:			0;
}

#ttsNavTree ul li ul li a
{
	font-family:		Verdana, Arial;
	font-size:			10px;
	font-weight:		normal;
	line-height:		11px;

	color:				#808588;

	margin:				0;
	padding:			0 0 5px 12px;
	
	display:			block;
	background:		none;
	width:				110px;
}

#ttsNavTree ul li ul li a:hover
{
	color:				#808588;
	text-decoration:	underline;
}
