.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview ul ul{
margin: 5px 0 0 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left: 18px;
padding-bottom: 3px;
margin-top: 3px;
margin-bottom: 3px;
border-bottom: 1px solid #cfcfcf;
}

.treeview ul li {
border-bottom: none;
background: url(/common/images/list.jpg) no-repeat left 4px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(/common/images/closed.png) no-repeat left 4px;
cursor: hand !important;
cursor: pointer !important;
}


.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;
}

#sitemap{float:left; width:955px; padding:0 10px; margin-top:8px; background:#fff;}
#sitemap h3{float:left; width:935px; background:#fbbb31; padding:1px 5px 3px; font:bold 15px/17px Verdana, Arial, Helvetica, sans-serif; color:#0063c3; margin:23px 0; display:block;}
#sitemap a {	text-decoration: none;}

.sitemap-col {
	background: #ededed;
}

.sitemap-content {
	padding: 5px;
}

.sitemap-col h2 {
	font-size: 11px;
	color: #FFF;
	background: black;
	font-weight: bold;
	padding: 5px;
	height: 35px;
}

.sitemap-toplink {
	color: #000;
	font-weight: bold;
	font-size: 11px;
}

.sitemap-toplink:hover {
	text-decoration: underline !important;
}

.chem-hover:hover {
	color:#0476c4;
	text-decoration:underline;
}
