*{
	margin:0;
	padding:0;
}

	#menu{
		width:900px;
		background:url(../images/menu_41_bg.png) no-repeat;
		height:55px;
	}
		#menu ul{
			list-style:none;
			text-align:center;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				padding:8px 30px 0 30px;
			}
				#menu li a{
					display:block;
					float:left;
				}
					#menu li a span{
						display:none;
					}
					#menu li a:hover{
						text-decoration:none;
					}
				#menu li a.home{
					background:url(../images/home.png) no-repeat;
					width:92px;
					height:55px;
				}
					#menu li a:hover.home{
						background:url(../images/home_h.png) no-repeat;
					}
				#menu li a.about{
					background:url(../images/cartons.png) no-repeat;
					width:84px;
					height:55px;
				}
					#menu li a:hover.about{
						background:url(../images/cartons_h.png) no-repeat;
					}
				#menu li a.services{
					background:url(../images/illustration.png) no-repeat;
					width:150px;
					height:55px;
				}
					#menu li a:hover.services{
						background:url(../images/illustration_h.png) no-repeat;
					}
				#menu li a.solutions{
					background:url(../images/characters.png) no-repeat;
					width:115px;
					height:55px;
				}
					#menu li a:hover.solutions{
						background:url(../images/characters_h.png) no-repeat;
					}
				#menu li a.contact{
					background:url(../images/contact.png) no-repeat;
					width:118px;
					height:55px;
				}
					#menu li a:hover.contact{
					background:url(../images/contact_h.png) no-repeat;
					}
				
				#menu li a.homecurrent, #menu li a:hover.homecurrent{
					background:url(../images/home.png) no-repeat;
					width:92px;
					height:55px;
				}
				
				a.top1 {
	font-size: 12px;
	color: #800040;
	text-decoration: underline;
}
a.top1:hover {
	
	font-size: 12px;
	color: #ae0057;
	text-decoration: none;
}

.top {
	font-size: 12px;
	text-decoration: none;
}

.h1 { 
    text-transform: uppercase; /* Заглавные буквы */
   }