.cat_menu {
	font: 11px verdana;
}
.cat_menu .item1,
.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover {
	padding: 10px 0px 8px 40px;
	color: #FFDFCE;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FF6600;
	background-image: url(img/menu_on.gif);
	background-repeat: no-repeat;
	background-position: 15px 10px;
}
.cat_menu .item1 {
	background: #F0F0F0;
	color: #0073AA;
	text-decoration: none;
	background-image: url(img/menu_off.gif);
	background-repeat: no-repeat;
	background-position: 15px 10px;;
}
.cat_menu .item2,
.cat_menu .item2:hover,
.cat_menu .item2-active,
.cat_menu .item2-active:hover {
	padding: 10px 15px 8px 5px;
	color: #FFDFCE;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: normal;
	position: relative;
	z-index: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E36600;
	width: 140px;
}

.cat_menu .item2 {
	background: #E9E9E7;
	color: #000;
}

.cat_menu .arrow,
.cat_menu .arrow:hover {
	padding: 4px 4px 4px 4px;
	align: right;
}
.cat_menu .item2 img,
.cat_menu .item2-active img{
    position: absolute;
    top: 13px;
    right: 2px;
    border: 0;
}
.cat_menu .section {
	text-align: left;
	border: 0px solid #8E2E2E;
	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 */