
		div#navigation {
			width: 220px;
			float: left;       
              		}
              
			.navigation a {
				font-size: 12px;
				xfont-weight: bold;
				font-variant:normal;
          			font-style:normal;
          			line-height: 180%;
          			text-decoration: none;
          			color: #696969;
                  		}

			.navigation a:hover {
          			color: firebrick;
                  		}
                  	
