@charset "utf-8";
#menu {
	margin: 50px 0 0 -500px;
	height: 80px;
	width: 1000px;
	position: absolute;
	left: 50%;
	top: 10px;
}
#menu li a {
	display: block;
	height: 100px;
	padding: 0 30px;
	background: url(../images/btnFond.jpg);
}
#menu li 		{ float: left;}
#menu li a img 	{ margin-top: 60px; }
#menu1{width:140px;}
#menu2{width:177px;}
#menu3{width:162px;}
#menu4{width:100px;}
#menu5{width:118px;}

#menu1:hover 	{ background: url(../images/btnFond1.jpg); }
#menu2:hover 	{ background: url(../images/btnFond2.jpg); }
#menu3:hover 	{ background: url(../images/btnFond3.jpg); }
#menu4:hover 	{ background: url(../images/btnFond4.jpg); }
#menu5:hover 	{ background: url(../images/btnFond5.jpg); }
#menu1.active	{ background: url(../images/btnFond1.jpg); }
#menu2.active	{ background: url(../images/btnFond2.jpg); }
#menu3.active	{ background: url(../images/btnFond3.jpg); }
#menu4.active	{ background: url(../images/btnFond4.jpg); }
#menu5.active	{ background: url(../images/btnFond5.jpg); }
