.cat_menu .item1,
.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover {
	background: url(../img/background-menu-hover.gif) repeat-x;
	color: #004794;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	padding: 0px 15px 0px 15px;
	height: 38px;
	line-height: 38px;
}
.cat_menu .item1 {
	background: none;
	color: #002e60;
}

.cat_menu .item2,
.cat_menu .item2:hover,
.cat_menu .item2-active,
.cat_menu .item2-active:hover {
	padding: 0px 20px 0px 20px;
	color: #004794;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	background-color: #efefef;
	border-bottom: 1px solid #CCCCCC;
	height: 28px;
	line-height: 28px;
}
.cat_menu .item2 {
	background-color: #ffffff;
	color: #002e60;
}

.cat_menu .arrow,
.cat_menu .arrow:hover {
	align: right;
	background-image: url(img/white_arrow2.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.cat_menu .item2 img,
.cat_menu .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.cat_menu .section {
	position: absolute;
	visibility: hidden;
	z-index: -1;
	text-align: left;
}

.cat_menu .bottom,
.cat_menu .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .cat_menu td { position: relative; } /* ie 5.0 fix */