 
  /* ---------------  Navigation  -------------  */


  .navigation { 
  		width: 190px;
		padding: 20px 30px 30px 20px;
		xbackground-color: whitesmoke; 
		float: left;
  		display: inline; 
  		margin-right: 1em; 
  		margin-bottom: 0.15em;  
  		}
              
  .navigation a {
		xfont-size: 12px;
		font-size: 108.33%; 
		font-variant: normal;
        	font-style: normal;
        	line-height: 180%;
        	text-decoration: none;
        	color: #3c3c3c;
        	}

   .navigation a:hover {
          		color: #cc0000;
                  	}
                  	

