/* style for section tree */
/* IE bug fix */
ul, ol, dl {
              position: relative;  
}
ul.sitemap {
	padding: 10px;
	background-color: White;
	margin: 0;
	
}
ul.sitemap ul{
	padding: 4px;
	margin: 0 0 0 40px;
	
}
ul.sitemap li{
	list-style: none;
	background-image: url("resources/qa_l.gif");
	background-repeat: repeat-y;
	padding: 4px;
	background-position: -5px -3px;
}
ul.sitemap li.last {
    background-repeat: no-repeat;
}
ul.sitemap li a{
	font-family: Arial;
	text-decoration: none;
        font-size: 10pt;
	color: black;
        border: 1px #000000 solid;
        margin-left: -6px;
        padding: 2px;
}
ul.sitemap li a.remove{
	text-decoration: none;
	color: red;
        border: 0px #000000 solid;
        margin-left: 0px;
        padding: 2px;
}

ul.sitemap li a.exp {
	background-image: url("resources/qa_c.gif") ;
        border: 0px;
        background-repeat: no-repeat;
        background-position: 0px 0;
}

ul.sitemap li a.exp:hover {
    background-color: #ffffff;
}

ul.sitemap li a.close {
	background-image: url("resources/qa_d.gif") ;
        border: 0px;
        background-repeat: no-repeat;
        background-position: 0px 0;
}

ul.sitemap li a:hover{
	color: red;
        background-color: #cccccc;
	text-decoration: none;
}
ul.sitemap li a.selected{
	color: red;
        background-color: #cccccc;
	text-decoration: none;
}

ul.sitemap li a.close:hover {
    background-color: #ffffff;
}
/* end style for section tree */