/* bullet points below images */

.subImg { font-size: 1.1em; }
.subImg a:link, subImg a:visited { cursor: pointer; display: block; text-decoration: none; }
.subImg a:hover { text-decoration: underline; }
.subImg li { margin-bottom: 5px; width: 140px; background: url(/assets/images/background/icon_arrow_red.gif) no-repeat 0 3px; padding-left: 10px; }
.subImg li.contentSeparate { margin-bottom: 15px; }

/* Sub nav section heading */
        
.subImg li.subImgSection {  padding-left: 0; background: none; margin-bottom: 10px; }
.subImg li.subImgSection a.listhead { font-size: 1.1em; font-weight: bold; color: #333; padding-left: 0; background: none; }

/* Sub Nav active */

.subImg li a.subImgActive, .subImg li.subImgActive { cursor: default; font-weight: bold; color: #333; text-decoration: none; }
.subImg li.subImgActive ul li a { font-weight: normal; }

.subImg li ul { margin-top: 8px; }
.subImg li ul li { width: 130px; color: #333; }
.subImg li ul li a:link, .subImg li ul li a:visited { color: #666; }
.subImg li ul li a:hover { color: #03c; }

.subImg li.subImgHeading { margin: 0; }
.subImg li.subImgHeading li a:link, .subImg li.subImgHeading li a:visited { color: #636363; }
.subImg li.subImgHeading li a:hover { color: #03c; }

.subImg ul li a.selected { font-weight: bold }




