/* Green: overriding certain CSS elements to green */
h2 a:hover {color: #375d2e; text-decoration: none;}
.rbBar {background-color: #375d2e;}
.aHeading {border-top: solid 1px #375d2e;} 
.ThreeColumn h6, .articleList h6 {border-bottom: solid 1px #375d2e;}
.lmItem {border-bottom: solid 1px #dfded1; text-indent: 0; background: url(leftMenu/greenBullet.gif) 4px 7px no-repeat;}
.lmItem:hover {border-bottom: solid 1px #dfded1; text-indent: 0; background: #f4f3e9 url(leftMenu/greenBullet.gif) 4px 7px no-repeat;}
.lmItemActive {border-bottom: solid 1px #dfded1; text-indent: 0; background: #f4f3e9 url(leftMenu/greenBullet.gif) 4px 7px no-repeat;}
.lmItemActive:hover {border-bottom: solid 1px #dfded1; text-indent: 0; background: #f4f3e9 url(leftMenu/greenBullet.gif) 4px 7px no-repeat;}
