
ul, li { padding: 0; margin: 0;}
li { list-style: none;}
#wrapper { width: 760px; position: relative; height: 70px;}

#tree {
	width:675px;
}
#tree li  p { 
	display: block;
	margin: 0 0 5px 0; 
	padding: 5px 10px 5px 26px;
	color:#000099;
	font-size:1.2em;
	font-weight:bold;
	font-family: arial, verdana, tahoma;
	text-decoration: none;
	outline: none;
}
li.no_expandable p:first-child,
li.no_expandable p  {
	background: #E9ECEF url(../images/minus.jpg) no-repeat 8px;
	cursor: pointer;
}
li.expandable p:first-child,
li.expandable p  {
	background: #E9ECEF url(../images/plus.jpg) no-repeat 8px;
	cursor: pointer;
}
#tree li ul {
	margin-left: 25px;
}
#tree .content_doc li, #tree  .icopdf  {
	padding:2px 10px 3px 0;
	background: white url(../images/line_dotted.jpg) repeat-x center bottom;
	margin-bottom: 5px;
}
#tree .content_doc li a, #tree .icopdf a  {
	background: white url(../images/icon_pdf.jpg) no-repeat left 6px;
	font-size: 1.1em;
	text-decoration: underline;
	padding: 5px 0 2px 18px;
	color: blue;
	font-weight: 500;
}
#tree .content_doc li a:link, 
#tree .content_doc li a:visited;
#tree .content_doc li a:hover;
#tree .content_doc li a:active {
	font-size: 1.1em !important;
}

#tree .ico a :hover {
	text-decoration: none;
}

#tree .expandable2 p {
	background-color: #F8F8F8;
	color: #A8A8A8;
}
#tree .no_expandable2 p {
	background-color: #F8F8F8;
	color: #A8A8A8;
}
#tree .content_doc2 li  {
	background-color: white;
}
#tree .content_doc2 li a {
	background-color: white;
}

li.no_expandable2 p:first-child, .no_expandable2_child,
li.no_expandable2 p {
	background: #F8F8F8 url(../images/minus.jpg) no-repeat 8px;
	cursor: pointer;
}
li.expandable2 p:first-child, .expandable2_child,
li.expandable2 p {
	background: #F8F8F8 url(../images/plus.jpg) no-repeat 8px;
	cursor: pointer;
}

#expand, #collapse { 
	color:#000099; 
	font-size: font-size:1em;
	font-weight: 600;
}

#tree .ico a.mp4 {
	background: white url(../images/mp4.gif) no-repeat left 6px;
}

/**/
ul#tree li ul p{
	height: 20px!important;
	padding-top: 0;
	padding-bottom: 0; 
}
.icomp4{background: url(../images/mp4.gif) 0 1px no-repeat!important; padding-left:13px!important; height:15px!important; vertical-align:bottom!important;font-size: 1.1em;}
#tree li ul li a, #tree li ul li.icopdf a{
	text-decoration: none;
	color: #000;
}