.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;


}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url(images/xlist.gif) no-repeat left top;
list-style-type: none;
font-family:Verdana;
font-size:12px;
font-style:normal;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.pdf { /* Style for LI that contains sub lists (other ULs). */
background:  url(images/xopen.gif) no-repeat left 1px;

}



.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

.pad{
padding:0;

}

#pic {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 10px;
	width: 135px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	height: 90px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 135px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 233px;
	left: 150px;
	position: absolute;
	top: -60px;
	width: 300px;
}
