/* CSS Document */

  #inthissection li { margin: 0 0 1px 0; }
  
  #inthissection li { 
 
 list-style: none;
 padding: 0;
 text-align: left;
 list-style-type: square
 }

 #inthissection li a { 
 	text-decoration: none;
 	color: #000000;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 10px;
	font-style: bold;
	background-color: transparent;
}
 #inthissection li a:link { color: #1F5E7F; }
 #inthissection li a:hover {color: #b0cdce; }
 #inthissection li a:visited { color: #1F5E7F; }
 
  #navlist_section li a:hover { color: #000099; }

 
 #leftmenu {  width: 122px;
 text-align: left;
 /* this width value is also effected by
 the padding we will later set on the links. */
 }
