.cat_menu .item1,
.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover {
    display: block;
	white-space: nowrap;
	position: relative;
    font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	height: 45px;
	line-height: 45px;
	background:url(../img/menuBg.gif) repeat-x;
	text-decoration: none;
	padding: 0px 15px;
}
.cat_menu .item1 {
	background: url(../img/menuBgNormal.gif) repeat-x;
}
.cat_menu .item2,
.cat_menu .item2:hover,
.cat_menu .item2-active,
.cat_menu .item2-active:hover {
	padding: 5px 30px 5px 16px;
	color: #ffffff;
	background: url(../img/menuBg.gif) repeat-x;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1000;
	font-size: 11px;
}
.cat_menu .item2 {
	color: #000000;
}

.cat_menu .arrow,
.cat_menu .arrow:hover {
    padding: 7px 5px 6px 5px;
}
.cat_menu .item2 img,
.cat_menu .item2-active img{
    position: absolute;
    top: 6px;
    right: 3px;
    border: 0;
}
.cat_menu .section {
    border: 0px;
	margin:0px;
	position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .cat_menu td { position: relative; } /* ie 5.0 fix */
