.menu a {
	width: 138px;
	height: 20px;
	border-top: 1px solid #68717B; 
	border-left: 2px solid #68717B; 
	border: 1px solid #68717B;
	font-family: verdana; 
	font-size: 13px; 
	text-decoration: none; 
	color: #7B828B; 
	background-color: #FFFFFF; 
	text-decoration:none;
	font-weight: bold;
}
.menu a:hover {
	width: 138px;
	color: #BFB4A9; 
	background-color: #FFFFFF;
	border-top: 1px solid #68717B; 
	border-bottom: 1px solid #68717B; 
	font-family: verdana; 
	font-size: 13px; 
	font-weight: bold;
	text-decoration: none;
}
.kartinka {
width:98px;
height:130px;
float:left;
}
.opacityit img{ 
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40); 
-moz-opacity: 0.4; 
} 
.opacityit:hover img{ 
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); 
-moz-opacity: 1; 
} 
#makers {
	clear: both;
}

#makers li {
	position: relative;
	float: left;
	height: 140px;
	width: 94px;
	text-align: center;
}

#makers a {
	display: block;
	margin: auto;
	padding-top: 4px;
	width: 80px;
	text-align: center;
	text-decoration: none;
	background: #F1EFEF;
	border-bottom: solid 1px #ccc;
}

*>body #makers img {
	display: block;
}

#makers img {
	clear: both;
	margin: 0 auto 4px auto;
	border: solid 1px #D9CDCC;
	background: #fff;
}

#makers a:hover img {
	border-color: #336600;
}

#makers strong {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 3px 0 2px 0;
	font: normal 10px Tahoma;
	background: #fcfcfc url(../i/makers-strong.gif) repeat-x;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #66CC00;
}

#makers a:hover strong {
	text-decoration: underline;
	background-color: #f5f5f5;
}

