body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0; padding: 0; border: 0;
}

body {
	background-color: white;
	font-family: Helvetica, sans-serif; font-size: 18px; line-height: 35px;
}


.container{
        background-color: #ffffff;
         margin-left: 250px;
         margin-right:250px;
    
         
     }
.inner{

         margin-left: 20px;
         margin-right:20px;
            padding-top: 20px;

         
     }
.container ul li {
    
    margin-left: 40px;
}
nav {
   background-image:url('HakFab.png');

    background-size:    172px 74px;
    background-repeat: no-repeat;
    background-position: left;
    
	margin: 10px; 
	text-align: center;
}
.span-logo {
display: inline-block;
vertical-align: top;
height: 118px;
width: 152px;
}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}


nav ul {
	background: #ffd633; 
	background: linear-gradient(top, #ffd633 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #ffd633 100%); 
	background: -webkit-linear-gradient(top, #ffd633 0%,#ffd633 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 100px;
	border-radius: 0px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

	nav ul li {
		float: left;
	}
		nav ul li:hover {
			background: #4b545f;
			background: linear-gradient(top, #ffd633 0%, #ffd633 40%);
			background: -moz-linear-gradient(top, #ffd633 0%, #ffd633 40%);
			background: -webkit-linear-gradient(top, #ffd633 0%,#ffd633 40%);
		}
			nav ul li:hover a {
				color: #5f6975;
			}
		
		nav ul li a {
			display: block; padding: 25px 40px;
			color: #757575; text-decoration: none;
		}
			
		
	nav ul ul {
		background: #ffd633; border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
	}
		nav ul ul li {
			float: none; 
			border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a; position: relative;
		}
			nav ul ul li a {
				padding: 15px 40px;

				color: #fff;
			}	
				nav ul ul li a:hover {
					background: #ffd633;
				}
		
	nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}
		
