/*	Styles pertaining to the left-hand navigation bar	*/

	#navigation	{	position: normal;
					width: 550px;
					margin: 0px;
					padding: 117px .5em 0em;
					border: 0px solid rgb(102,153,204);
					font-weight: bold;
				}


	#navigation ul	{	margin: 0em;
						padding: 0em;
					}

	#navigation li	{	margin: 0em;
						padding: .35em 1em;
						text-align: left;
						list-style-type: none;
						float: left;
					}
	
	#navigation ul, #navigation a	{	color: rgb(0,51,153);
										text-decoration: none;
										padding: 0em 0em .75em;
										margin: 0em;
										display: inline;
										font-size: small;	
									}
									
	#navigation a:hover	{	/*	text-decoration: underline;	*/
							color: rgb(0,102,153);
						}

	#navigation a.currentSection			{	color: rgb(204,51,0);	}
	#navigation a:hover.currentSection		{	color: rgb(204,51,0);	}

																		
	
										

