#familymenu a.currentfamily
{
	/* this is the image associated with the chemical group/family that is currently viewed (even if its a subpage in that group) */
	background-image: url(../images/menu-box-cream.gif);
}

#familymenu a.item1:hover
{
	/* this is the mouse over image for the first chemical group/family thats navigatable in top chemical group menu */
	background-image: url(../images/hdr_acetates_group.gif);
}

#familymenu a.item2:hover
{
	/* this is the mouse over image for the second chemical group/family thats navigatable in top chemical group menu */
	background-image: url(../images/hdr_monochloroacetic_group.gif);
}

#familymenu a.item3:hover
{
	/* this is the mouse over image for the third chemical group/family thats navigatable in top chemical group menu */
	background-image: url(../images/hdr_propionates_group.gif);
}

#familymenu a.item4:hover
{
	/* this is the mouse over image for the fourth chemical group/family thats navigatable in top chemical group menu */
	background-image: url(../images/hdr_surfactants_group.gif);
}

#leftmenu
{
	background-color: #B29E69;
}

#leftmenu a:hover
{
	/* left menu item color when the mouse is over should be darker then above color*/
	background-color: #9B6200;
}

#leftmenu a.logo
{
	/* this is the niacet logo in the lower left corner just above the address and phone info */
	background-image: url(../images/homepage_sodium.gif);
}

#itemcontent
{
	/* Color of the line under the title */
	border-top-color: #CD9C00;
}

#itemcontent td
{
	/* Color of the table borders*/
	border-color: #CA9A1A;
}

#itemcontent td.left
{
	/* Color of table left side columes */
	background-color: #F0E1B2;
}

#siblingmenu
{
	/* color of sibling chemical menu bar (the one at the top under the family menu bar */
	background-color: #F0E1B2;
}

#content_title span.bgheading
{
	color: #B29E69;
}

#content_title span.fgheading
{
	/* color of forground part of title */
	color: #CD9C00;
}

#content_title span.loneheading
{
	/* color of lone word title */
	color: #CD9C00;
}

