.container{
border:0.5px solid blue;	


}
.top{

height:50px;

}
.nav{
background-color:white;
height:50px;
}
.leftTab{
margin-top:5px;
height:100px auto;
}
.rightTab{
margin-top:5px;
height:100px auto;
background-color:red;
}

#nav {
	<--width:1092px;
	float:left;
	background-color:blue;
}
#nav ul{
	list-style:none;
	margin:0px; 
		}
#nav ul li{
	float:left;
    width:120px;
    text-align:center;
    border:1px solid white;	
}
#nav ul li a{
	display:block;	
	padding:15px;
	color:black; 
	text-decoration:none;
	color:white;
	font-family:"times new roman",Times,serif;
	font-size:20px;
}
#nav ul li a:hover{
	background-color:green;
}
