.cat_menu {
}

.cat_menu .item1,
.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover {
	background:url(img/menu-arrow.gif) no-repeat left center;
	text-decoration:none;
	padding:7px 0px 6px 10px; 
	margin:0px 0px 0px 10px; 
	color:#000000;
	display:block;
	white-space:nowrap;
	position: relative;
}

.cat_menu .item1 {

}

.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover {
	text-indent:0pt;	
}

.cat_menu .item2,
.cat_menu .item2:hover,
.cat_menu .item2-active,
.cat_menu .item2-active:hover {
	background:#EDE9DE;
	color: #BAB5B1;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	padding:7px 40px 6px 10px;
	margin:0px;
}

.cat_menu .item2 {
	color: #000000;
}

.cat_menu .item2 img,
.cat_menu .item2-active img{
    position: absolute;
    top: 13px;
    right: 3px;
    border: 0px;
}

.cat_menu .section {
	margin:0px;
	padding:0px;
	border: 0px;
	position: absolute ;
	visibility: hidden;
	z-index: -1;
}

* html .cat_menu2 td { position: relative; } /* ie 5.0 fix */
