h1, h2, h3, h4, h5 { color: #93c73c; }
a { color: #93c73c; }


#accordion { margin-bottom: 10px; overflow: none; }
#accordion h3 { height: 33px; margin:0; padding:0; line-height: 14px; margin-top: 1px; padding-left: 60px; font-size: 14px; font-weight: normal; }
#accordion h3 a { color: #fff; display: block; text-decoration: none; font-size: 14px; padding: 8px 0 6px 0; }
#accordion h3 a:hover { color: #ddd; }
#accordion h3.level1 { background: url(images/sub-res-level1.gif) no-repeat; }
#accordion div.level1 { background: url(images/sub-res-level1-bg.gif) no-repeat; height: 222px;}
#accordion h3.level2 { background: url(images/sub-res-level2.gif) no-repeat; }
#accordion div.level2 { background: url(images/sub-res-level2-bg.gif) no-repeat; height: 222px;}
#accordion h3.level3 { background: url(images/sub-res-level3.gif) no-repeat; }
#accordion div.level3 { background: url(images/sub-res-level3-bg.gif) no-repeat; height: 222px;}
#accordion p { padding: 5px 15px 15px 15px; }
#accordion ul { margin-left: 30px; }
