/*This css overwrites the default coloring of the navigation dropdowns*/
/*A link to this css must be added in between the head tags and this file must be loaded to the site*/
/*For both lines, color is the font color and background is the background color*/
/*As evident by the word hover in the path, the second line is for the colors when hovering over a dropdown link*/

#imenus1 li div div ul li a { color: #000000 !important; background: #d3d3d3 !important; font-family: Arial; font-size: 8pt; text-decoration: none; font-weight: bold; line-height: 10pt; }
#imenus1 li div div ul li a:hover { color: #000000 !important; background: #006c48 !important; text-decoration: none; }


/*This css overwrites the default coloring of the parent navigation hover color*/
/*A link to this css must be added in between the head tags and this file must be loaded to the site*/
/*For both lines, color will be the new hover color for the parent links in navigation*/
/*Both lines are needed to make the color stay that way when hovering over a dropdown and not specifically the parent link*/

#imenus1 li a.iactive { color: #006c48 !important; }
#imenus1 li a.ihover { color: #006c48 !important; }