
		.box		{
				width			:	1100px;
				height			:	51px;
				background-color	:	beige  ;
				margin			:	auto ;
				box-shadow		:	0px 0px 02px 2px salmon;
				margin-top		:	10px ;
				overflow		:	hidden;		
				}

	.menu ul li		{
				
				display			:	inline ;
				padding			:	15px 0px 15px 0px ;
				font-weight		:	bold;
				position		:	static ;
				
				}

	.menu ul li a		{
				text-decoration		:	none ;
				color			:	red;
				padding			:	15px 15px 15px 15px ;
				
				}

	.menu a:hover	,.menu a:focus , .homer a:first-child
				{
				color			:	white;
				background-color	:	red ;
						
				}


