/* Start of CMSMS style sheet 'AT.stylesheetLeftColumn' */
#presentation {
   padding-left: 0;
   margin-left: 1em;
   margin-bottom: 1em;
}

/* third level has some padding to have it stand out */
div#presentation ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#presentation li {
   list-style: none;
   font-size: 1,2em; 
   padding-left: 1em;
   margin: 0 0 0.5em 0;
   display: block;
}

#presentation ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #presentation li a { height: 1%; } 
* html #presentation hr { height: 1%; }
/** end fix **/

/* first level links */

/* HEADINGS */

div#presentation h1 {
	color: #ffcc00; 
	font-size: 1.5em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #666699; 
	border-left: 1.1em solid #666699; 
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}
div#presentation h2 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   padding-left: 0.5em;
   padding-bottom: 1px;
   margin: 0 0 0.5em 0;
}
/* hover state for all links */
div#presentation a:hover {
   background-color: #C3D4DF;
}
div#presentation a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}
/* End of 'AT.stylesheetLeftColumn' */

