#treemenu {
margin : 0px 0px;
padding : 1px;
list-style : none; 
width : 210px;
background:#222222;
}
#treemenu UL {
list-style : none;
margin : 0px 0px 0px 10px;
padding : 0px 10px;
}

/*hides branch 1 sections */
.branch1_section
{
background:#222222;
list-style : none;
padding : 4px;
}
/* IE6 */
* html .branch1_section
{
list-style : none;
height: 10px;
}
/*shows branch 1 sections */
.branch1_section_hide
{
list-style : none;
display:none;
}
/*hides branch 2 sections */
.branch2_section
{
list-style : none;
background:#333333;
padding : 4px;
}
/* IE6 */
* html .branch2_section
{
list-style : none;
height: 0px;
}
/*shows branch 2 sections */
.branch2_section_hide
{
display:none;
list-style : none;
}
/*hides branch 3 sections */
.branch3_section
{
list-style : none;
padding-left: 2px;
background:#666666;
}
/* IE6 */
* html .branch3_section
{
list-style : none;
height: 10px;
}

/*shows branch 3 sections */
.branch3_section_hide
{
list-style : none;
display:none;
}

#treemenu a:link, #treemenu a:visited, .branch1_section a:link, .branch1_section a:visited, .branch2_section a:link, .branch2_section a:visited, .branch3_section a:link, .branch3_section a:visited {
	display : block;
	padding:0px 0px 4px 0px;
	text-decoration : none;
	font-size:13px;
	color:#FFFFFF;
	list-style : none;
}
#treemenu a:hover, .branch1_section a:hover, .branch2_section a:hover, .branch3_section a:hover {
	display : block;
	padding:0px 0px 4px 0px;
	text-decoration : underline;
	font-size:13px;
	color:#3475AD;
	list-style : none;
}

/*

.treemenu {
	margin : 0px 0px;
	padding : 0px 0px 0px 5px;
	list-style : none;	
	width : 179px;
}

.treemenu UL {
	list-style : none;
	margin : 0px 10px;
	padding : 0px 10px;
}

.treemenu LI {
	display : inline; 
}

.treenodehide LI {
	display : none; 
}

.treesectionhide
{
	display : none;
}

.treemenu a:link, .treemenu a:visited {
	display : block;
	padding:0px 0px 4px 0px;
	text-decoration : none;
	font-size:13px;
	color:#FFFFFF;
}
.treemenu a:hover {
	display : block;
	padding:0px 0px 4px 0px;
	text-decoration : none;
	font-size:13px;
	color:#CCCCCC;
}

.treesection a:link, .treesection a:visited 
{
	font-size:12px;
	color:#999999;
	border-bottom:none;
	font-weight:normal;
}

.treesection a:hover
{
	font-size:12px;
	color:#333333;
	border-bottom:none;
	font-weight:normal;
}

.treemenu .treeopen {
	background-image : url(../open.gif);
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
	background-image : url(../closed.gif);
	background-repeat : no-repeat;
	background-position : left;
}
*/
/*

.treemenu {
	margin : 0px 0px;
	padding : 0px 0px 0px 5px;
	list-style : none;	
	width : 179px;
}

.treemenu UL {
	list-style : none;
	margin : 0px 0px;
	padding : 0px 10px;
}

.treemenu LI {
	display : inline;
}

.treenodehide LI {
	display : none;
}
.treesectionhide
{
	display : none;
}

.treemenu a:link, .treemenu a:visited {
	display : block;
	padding:0px 0px 0px 0px;
	text-decoration : none;
	font-size:12px;
	color:#999999;
}
.treemenu a:hover {
	display : block;
	padding:0px 0px 0px 0px;
	text-decoration : none;
	font-size:12px;
	color:#333333;
}

.treemenu .treeopen {
	background-image : url(file:///Macintosh HD/Users/prosite/Sites/open.gif);
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
	background-image : url(file:///Macintosh HD/Users/prosite/Sites/closed.gif);
	background-repeat : no-repeat;
	background-position : left;
}
*/
