/* Orange: overriding certain CSS elements to orange */
h2 a:hover {color: #ee7a02; text-decoration: none;}
.rbBar {background-color: #ee7a02;}
.aHeading {border-top: solid 1px #ee7a02;} 
.ThreeColumn h6, .articleList h6 {border-bottom: solid 1px #ee7a02;}
.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;}
