.cat_menu .item1,
.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover {
	color:#707070;
	padding: 12px 14px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	position: relative;
	background: url(img/menuHover.gif);

}
.cat_menu .item1 {
	color:#ffffff;
	background: none;

}
.cat_menu .item2,
.cat_menu .item2:hover,
.cat_menu .item2-active,
.cat_menu .item2-active:hover {
	padding: 10px 34px 10px 14px;
	color: #707070;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	background: #ffffff;
	border-bottom: 1px solid #bfc7a2;
}

.cat_menu .item2 {
	color: #6d715c;
	background: #d5dcba;
}

.cat_menu .arrow,
.cat_menu .arrow:hover {
    padding: 6px 8px 7px 8px;	
}
.cat_menu .item2 img,
.cat_menu .item2-active img{
    position: absolute;
    top: 12px;
    right: 4px;
    border: 0;
}
.cat_menu .section {
	text-align: left;	
	position: absolute;
	visibility: hidden;
	z-index: -1;
}


.cat_menu .bottom,
.cat_menu .bottom:hover {
    border-bottom: 1px solid #000000;
}
* html .cat_menu td { position: relative; } /* ie 5.0 fix */