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

	#navigation	{	float: left;
					clear: right;
					width: 120px;  /* see dependency in msie.css */
					margin: 35px 8px 0px 0px;					padding: .75em 8px 0em;
					border-right: 1px solid rgb(102,153,204);
					font-weight: bold;
					height: 100%;
				}

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

	#navigation li	{	margin: 0em;
						padding: 0px;
						text-align: right;
						list-style-type: none;
					}
	
	#navigation ul, #navigation a	{	color: rgb(0,51,102);	
										text-decoration: none;
										padding: 0em 0em .75em;
										margin: 0em;
										font-size: small;			
									}

	#navigation li	{	margin-bottom: .5em;	}
													
	#navigation a:hover	{	/*	text-decoration: underline;	*/
							color: rgb(0,102,153);
						}