@charset "utf-8";
/* CSS Document */

.fixNavigation {
    padding-top: 0px;
    z-index: 10;
    position: fixed;
    top: 0px;
 }
/*
	-moz-transition: top 1s ease;
  	-webkit-transition: top 1s ease;
  	-o-transition: top 1s ease;
  	transition: top 1s ease;
*/


