.cat_menu .item1,
.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover {
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	display: block;
	white-space: nowrap;
	position: relative;
	line-height: 35px;
	height: 35px;
}
.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover {
	text-decoration: underline;
}
.cat_menu .item2,
.cat_menu .item2:hover,
.cat_menu .item2-active,
.cat_menu .item2-active:hover {
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	text-align: left;
	vertical-align:middle;
	padding:6px 20px 6px 20px;
	margin:0px;
	background-color:#b6daff;
	color: #000000;
	text-decoration: none;
}
.cat_menu .item2:hover,
.cat_menu .item2-active,
.cat_menu .item2-active:hover{
	background-color:#6c849d;
	color:#FFFFFF;
}
.cat_menu .item2 img,
.cat_menu .item2-active img{
    position: absolute;
    top: 10px;
    right: 5px;
    border: 0px;
}

.cat_menu .section {
	position: absolute ;
	visibility: hidden;
	z-index: -1;
	margin:0px;
}

* html .cat_menu td { position: relative; } /* ie 5.0 fix */