/* ||||| NAVIGATION COLUMN STYLES ||||| */

#mid-section {background-color: #ebeff8;}

#nav {text-transform: lowercase;}

#headerTitle {margin: -20px 0 0 -15px;
	      display: block;}

#content ul,
#content ul ul {margin: 0;
	        padding: 0;
		list-style: none;}

#content ul ul {/* To control the list indent... */
		margin-left: 10px;	/*IE uses margin*/
		padding-left: 10px;	/*NN uses padding*/
		margin-top: 0.75em;}

#content ul li {margin: 0 0 1.0em 0;
	        padding: 0 0 0 17px;
	        background: url(../../images/graySquare.gif) no-repeat 0 2px;}	/* bullets are now backgrounds */

#content li ul li {background: url(../../images/grayBox.gif) no-repeat 0 2px;}