.cat_menu .item1,
.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
	line-height: 22px;
	height: 22px;
	position: relative;
	display: block;
	padding: 0 18px 0 6px;
	background: #b22d2d url(img/cat_menu_between.gif) no-repeat right top;
	margin: 0;
	white-space: nowrap;
}
.cat_menu .item1-active,
.cat_menu .item1:hover,
.cat_menu .item1-active:hover{
	text-decoration: underline;
}

.newsletter_button {
	padding: 0 21px 0 0;
	background: url(img/cat_menu_end.png) no-repeat right top;
}

.newsletter_button .item1,
.newsletter_button .item1:hover,
.newsletter_button .item1-active,
.newsletter_button .item1-active:hover {
	padding: 0 0 0 6px;
	background: #b22d2d;
}

.cat_menu .item2,
.cat_menu .item2:hover,
.cat_menu .item2-active,
.cat_menu .item2-active:hover {
	display: block;
	text-decoration: none;
	z-index: 500;
	position: relative;
	padding: 6px 6px 0 6px;
	height:  18px;
	min-width: 58px;
	background-color: #f78b8b;
	border-top: 2px solid #FFF;
	color: #FFF;
	text-transform: lowercase;
}

.cat_menu .item2-active,
.cat_menu .item2:hover {
	text-decoration: underline;
	background-color: #b22d2d;
}

.cat_menu .arrow,
.cat_menu .arrow:hover {
	align: right;
}
.cat_menu .item2 img,
.cat_menu .item2-active img{
    border: 0;
}
.cat_menu .section {
	border: 0 solid #000000;
	position: absolute;
	visibility: hidden;
	z-index: -1;
}

.cat_menu .bottom,
.cat_menu .bottom:hover {
    border-bottom: 1px solid #000000;
}

.cat_menu .separator {
	background: url(img/cat_menu_between.gif) no-repeat top left; 
	width: 23px;
	height: 22px;
	padding: 0;
	margin: 0;
}

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

