/* Start of CMSMS style sheet 'TCNA Navigation: Left Sidebar Nav' */
#leftsidebar li {
   list-style: none;
   margin: 0;
   display: block;
}

/** fix stupid ie bug with display:block; **/
* html #leftsidebar li a { height: 1%; } 
* html #leftsidebar li hr { height: 1%; }
/** end fix **/

/* first level links */
div#leftsidebar a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0 0 1em 0; /* some air for it */
   color: #000; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */
}

.currentpagen h3 {
   color: #FF0;
}
   
div#homelink {
   padding: 1.8em 0 1em 0;
}
/* End of 'TCNA Navigation: Left Sidebar Nav' */

