
/*################################################ Menu down ################################################*/

@keyframes menu_down {
    from {
		margin-top: -375px;
		height: 395px;
	}
    to   {
		margin-top: -20px;
		height: 355px;
	}
	100% {}
}

/* Firefox */
@-moz-keyframes menu_down {
	from {
		margin-top: -375px;
		height: 395px;
	}
    to   {
		margin-top: -20px;
		height: 355px;
	}
}

/* Safari and Chrome */
@-webkit-keyframes menu_down {
	from {
		margin-top: -375px;
		height: 395px;
	}
    to   {
		margin-top: -20px;
		height: 355px;
	}
}

/* Internet Explorer */
@-ms-keyframes menu_down {
	from {
		margin-top: -375px;
		height: 395px;
	}
    to   {
		margin-top: -20px;
		height: 355px;
	}
}

/* Opera */
@-o-keyframes menu_down {
	from {
		margin-top: -375px;
		height: 395px;
	}
    to   {
		margin-top: -20px;
		height: 355px;
	}
}

/*################################################ Menu up ################################################*/

@keyframes menu_up {
    from {
		margin-top: -20px;
		height: 355px;
	}
    to   {
		margin-top: -375px;
		height: 395px;
	}
}

/* Firefox */
@-moz-keyframes menu_up {
    from {
		margin-top: -20px;
		height: 355px;
	}
    to   {
		margin-top: -375px;
		height: 395px;
	}
}

/* Safari and Chrome */
@-webkit-keyframes menu_up {
    from {
		margin-top: -20px;
		height: 355px;
	}
    to   {
		margin-top: -375px;
		height: 395px;
	}
}

/* Internet Explorer */
@-ms-keyframes menu_up {
    from {
		margin-top: -20px;
		height: 355px;
	}
    to   {
		margin-top: -375px;
		height: 395px;
	}
}

/* Opera */
@-o-keyframes menu_up {
    from {
		margin-top: -20px;
		height: 355px;
	}
    to   {
		margin-top: -375px;
		height: 395px;
	}
}

/*################################################ Hide Menu ################################################*/

@keyframes hide_menu {
    from {
		margin-top: -375px;
		height: 425px;
	}
    to   {
		margin-top: -400px;
		height: 355px;
	}
}

/* Firefox */
@-moz-keyframes hide_menu {
    from {
		margin-top: -375px;
		height: 425px;
	}
    to   {
		margin-top: -400px;
		height: 355px;
	}
}

/* Safari and Chrome */
@-webkit-keyframes hide_menu {
    from {
		margin-top: -375px;
		height: 425px;
	}
    to   {
		margin-top: -400px;
		height: 355px;
	}
}

/* Internet Explorer */
@-ms-keyframes hide_menu {
   from {
		margin-top: -375px;
		height: 425px;
	}
    to   {
		margin-top: -400px;
		height: 355px;
	}
}

/* Opera */
@-o-keyframes hide_menu {
    from {
		margin-top: -375px;
		height: 425px;
	}
    to   {
		margin-top: -400px;
		height: 355px;
	}
}

/*################################################ Menu from start ################################################*/

@keyframes menu_start {
    from {
		margin-top: -400px;
		height: 355px;
	}
    to   {
		margin-top: -375px;
		height: 395px;
	}
}

/* Firefox */
@-moz-keyframes menu_start {
    from {
		margin-top: -400px;
		height: 355px;
	}
    to   {
		margin-top: -375px;
		height: 395px;
	}
}

/* Safari and Chrome */
@-webkit-keyframes menu_start {
    from {
		margin-top: -400px;
		height: 355px;
	}
    to   {
		margin-top: -375px;
		height: 395px;
	}
}

/* Internet Explorer */
@-ms-keyframes menu_start {
    from {
		margin-top: -400px;
		height: 355px;
	}
    to   {
		margin-top: -375px;
		height: 395px;
	}
}

/* Opera */
@-o-keyframes menu_start {
    from {
		margin-top: -400px;
		height: 355px;
	}
    to   {
		margin-top: -375px;
		height: 395px;
	}
}

/*################################################ Menu txt hide ################################################*/

@keyframes menu_hide {
    0% {opacity: 0;}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

/* Firefox */
@-moz-keyframes menu_hide {
    0% {opacity: 0;}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

/* Safari and Chrome */
@-webkit-keyframes menu_hide {
    0% {opacity: 0;}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

/* Internet Explorer */
@-ms-keyframes menu_hide {
    0% {opacity: 0;}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

/* Opera */
@-o-keyframes menu_hide {
    0% {opacity: 0;}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

/*################################################ Menu down ################################################*/

@keyframes menu_show {
    0% {opacity: 0;}
	66% {opacity: 0;}
	100% {opacity: 1;}
}

/* Firefox */
@-moz-keyframes menu_show {
    0% {opacity: 0;}
	66% {opacity: 0;}
	100% {opacity: 1;}
}

/* Safari and Chrome */
@-webkit-keyframes menu_show {
    0% {opacity: 0;}
	66% {opacity: 0;}
	100% {opacity: 1;}
}

/* Internet Explorer */
@-ms-keyframes menu_show {
    0% {opacity: 0;}
	66% {opacity: 0;}
	100% {opacity: 1;}
}

/* Opera */
@-o-keyframes menu_show {
    0% {opacity: 0;}
	66% {opacity: 0;}
	100% {opacity: 1;}
}