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