/* CSS Document - Tree menu for site index page */

.treemenu2 {
	margin-top:3px;
	padding:12px 0 12px 12px;
	list-style : none;	
	background-color : #ffffff;
	border : 0px solid #000;
	width : 350px;
	font-size:16px;
	}

.treemenu2 UL {
	list-style : none;
	margin :0 0 0 24px;
	padding :0;
	font-size:16px;
	}
.treemenu2 UL LI {
	list-style : none;
	margin : 0px 10px;
	padding : -5px 0 0 10px;
	font-size:16px;
	}
.treemenu2 LI {
	display : inline;
	font-size:16px;
	}
.treemenu2 A { /* link */
	display : block;
	padding-left : 12px;
	text-decoration : none;
	color:#000000;
	font-size:16px;
	}
.treemenu2 A:hover { /* link over state */
	color:#993333;
	}
.treemenu2 .treeopen2 {
	background-image : url(http://otw.live.mediaspanonline.com/images/expanded2.gif);
	background-repeat : no-repeat;
	background-position : left;
	}		
.treemenu2 .treeclosed2 {
	background-image : url(http://otw.live.mediaspanonline.com/images/collapsed2.gif);
	background-repeat : no-repeat;
	background-position : left;
	}
