.catalog td{
	vertical-align: top;
}

.mnuHoverHead{
	position: absolute;
}
.mnuHover{
	position: absolute;
	visibility: hidden;
	width: 170px;
	height:210px;
	background: url(images/mnu-main-bg-top-t40.png) top left no-repeat;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	filter: blendTrans(duration=1.5);
	x-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mnu-main-bg-top-t40.png');	
	-background-image: none;
}

.bottomRow .mnuHover{
	height:140px;
	background-image: url(images/mnu-main-bg-top-h140.png);
	x-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mnu-main-bg-top-h140.png');	
	-background-image: none;
}
.mnuHover h3{
	padding: 0;
	margin:  4px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}
.mnuHover h3 a{
	color: White;
	text-decoration: none;
}
.mnuHover h3 a:hover{
	color: White;
	text-decoration: underline;
}
.mnuHover ul{
	margin:  0;
	padding: 0;
}
.mnuHover ul li{
	list-style-type: none;
	margin:  0;
	padding: 0;
	margin-left: 6px;
	margin-bottom: 1px;
}
.mnuHover ul li a{
	display: block;
	line-height: 17px;
	height: 17px;
	background: url(images/mnu-main-item-t73.png) no-repeat;
	color: White;
	font-size: 11px;
	padding-left: 16px;
	text-decoration: none;
	cursor: hand;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mnu-main-item-t73.png');	
	-background-image: none;
}
.mnuHover ul li a:hover{
	color: Black;
	background-image: url(images/mnu-main-item-hover-t73.png);
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mnu-main-item-hover-t73.png');	
	-background-image: none;
}