body {
    margin: 0;
    height: 1000px;
    background: linear-gradient(-45deg, #CFCFCF, #555);
}
#header {
    height: 105px;
}
#navigation{
	background: #212121;/*#00b259;*/
	height: 105px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
	font-size: 16px;
	line-height: 95px;
    position: relative;
    top: 0px;
	z-index: 1;
}
#navigation.fixed{
	position: fixed;
	top: 0;
	width: 100%;
	/*background: rgba(239, 5, 5, 0.95);*/
}
#navigation ul{
    width: 100%;
	min-width:780px;
	padding-left: 0;
	margin: 0 auto;
    display: block;
}
#menu li{
	float: left;
	list-style: none;
	padding: 0 25px;
	border-right: 1px solid #33b08a;
}
#menu a {
    color: #fff;
    text-decoration: none;
    font-family: Verdana;
}
#menu>li a:hover{
	color: #656565;
	transition: color 0.5s ease;
}
