.plussign{
background: url(../images/plus.gif) no-repeat center left; 
padding-left:15px;width:auto; float:right; padding-top:3px; cursor:pointer;
}
.minussign{
background: url(../images/minus.gif) no-repeat center left; 
padding-left:15px;width:auto; float:right; padding-top:3px; cursor:pointer;
}

ul {
	font-weight:bold;
	list-style: none;
	color:#e11d11;
	
}
ul a:hover{color:#e11d11; text-decoration:none}


/* tables still need 'cellspacing="0"' in the markup */



.ie-six {
	display:none;
}

/* START TREE MENU */
#treeMenu li {
	/*border-left: 1px solid #FF7300;
	padding:0 0 5px 10px;*/
	color:#000;
	text-decoration:none;	
    font: normal 11px Tahoma;
	vertical-align:middle;
	
}

#contentContainer  {
	
}

#sublist ul li {
padding-bottom: 5px; /*bottom spacing between menu items*/height:15px;
}
#sublist ul li a{
color: #000;background: url(../images/arrowbullet.gif) no-repeat center left; /*custom bullet list image*/display: block;padding: 5px 0 5px 0;padding-left: 30px; /*link text is indented 19px*/text-decoration: none;border-bottom: 1px solid #dadada;font:normal 11px Tahoma;padding-bottom: 5px;
}
#treeMenu li.contentViewing {
        background:url('../images/minus.gif ') no-repeat;
		color: #000;
		text-decoration:none
		font-weight:normal;
}

.contentViewing ul {
    color:#FFFC00;
	/*margin:1px -15px -15px -45px;*/
	font-weight:normal;
	color: #000;
	display: block;padding: 0 0 0 0; /*link text is indented 19px*/text-decoration: none;border-bottom: 0px solid #dadada;font:normal 11px Tahoma;padding-bottom: 0px;
	
}

.contentViewing ul li{
    color:#FFFC00;
	/*margin:1px -15px -15px -45px;*/
	font-weight:normal;
	color: #000; background: url(../images/arrowbullet.gif) left 8px no-repeat;/*custom bullet list image*/display: block; padding: 5px 0 5px 30px ; *padding-bottom:0;/*link text is indented 19px*/text-decoration: none;border-bottom: 1px solid #dadada;font:normal 11px Tahoma;}

/* END TREE MENU */