#familymenu
{
display: none;
}

#familymenu ul
{
display: none;
}

#familymenu li
{
display: none;
}

#leftmenu
{
	background-color: #5658AB;
}

#leftmenu a:hover
{
	/* left menu item color when the mouse is over should be darker then above color*/
	background-color: #343566;
}

#leftmenu a.toplogo
{
display: list-item;
background-image: url(../images/niacet-logo.jpg);
height: 198px;
padding-top: 0px;
}

#leftmenu li.toplogo{
display: list-item;
}

#leftmenu a.logo
{
display: none;
}

#itemcontent
{
	/* Color of the line under the title */
	border-top-color: #001B99;
}

#siblingmenu
{
	/* color of sibling chemical menu bar (the one at the top under the family menu bar */
	background-color: #B3A3D0;
}

#content_title span.bgheading
{
	color: #4F5D99;
}

#content_title span.fgheading
{
	/* color of forground part of title */
	color: #001B99;
}

#content_title span.loneheading
{
	/* color of lone word title */
	color: #001B99;
}

