#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/hdr_propionates_group.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/menu-box-cream.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_acetates_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_surfactants_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_monochloroacetic_group.gif);
}

#leftmenu
{
/* this is the background color of the left menu */
background-color: #A27C7B;
}

#leftmenu a:hover
{
/* left menu item color when the mouse is over should be darker then above color*/
background-color: #705555;
}

#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_propionates.gif);
}

#itemcontent
{
/* Color of the line under the title */
border-top-color: #9C0000;
}

#itemcontent td
{
	/* Color of the table borders*/
	border-color: #A27C7B;
}

#itemcontent td.left
{
	/* Color of table left side columes */
	background-color: #D7B2B2;
}

#siblingmenu
{
/* color of sibling chemical menu bar (the one at the top under the family menu bar */
	background-color: #D7B2B2;
}

#content_title span.bgheading
{
	color: #E1B2B2;
}

#content_title span.fgheading
{
	/* color of forground part of title */
	color: #9C0000;
}

#content_title span.loneheading
{
	/* color of lone word title */
	color: #9C0000;
}
