.cat_menu {
	float: right;
}
.cat_menu .item1,
.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover {
	display:block;
	white-space: nowrap;
	position: relative;
	text-decoration: none;
	padding: 5px 9px;
	color: #000;
	background: #f0f5f9;
	font-weight: bold;
}

.cat_menu .item1 {
	color: #898989;
	background: #fff;
}

.cat_menu .item2,
.cat_menu .item2:hover,
.cat_menu .item2-active,
.cat_menu .item2-active:hover {
	padding: 2px 0;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 3000;
	border-bottom: 1px solid #d8dbe0;
}

.cat_menu .item2 span,
.cat_menu .item2:hover span,
.cat_menu .item2-active span,
.cat_menu .item2-active:hover span {
	display: block;
	background: #a8c6e2;
	padding: 5px 32px 5px 5px;
	color: #fff;
} 

.cat_menu .item2 span {
	background: #f0f5f9;
	color: #498ac4;
} 


.cat_menu .item2 .arrow,
.cat_menu .item2:hover .arrow,
.cat_menu .item2-active .arrow,
.cat_menu .item2-active:hover .arrow {
	display: block;
	padding: 0;
    position: absolute;
    top: 50%;
	margin-top: -4px;
    right: 5px;
    border: 0;
	width: 5px;
	height: 8px;
	background: url(../img/menu-arrow.gif) no-repeat left top;
} 

.cat_menu .item2 .arrow { background: url(../img/menu-arrow2.gif) no-repeat left top; }


.cat_menu .section {
	background: #f0f5f9; 
	padding: 8px 10px;
	text-align: left;	
	position: absolute;
	visibility: hidden;
	z-index: -1;
	border: 0px solid #000000;
}

.cat_menu .menuSplit {
	font-size: 1px;
	width: 19px;
	background: url(../img/menu-split.gif) no-repeat center center;
}

* html .cat_menu td { position: relative; } /* ie 5.0 fix */