.cat_menu {
}
.cat_menu .item1,
.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover {
	padding: 8px 5px 8px 9px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	background: #020202 url(img/vertical-menu-hover_bg.gif) no-repeat left top;
}
.cat_menu .item1 {
	color: #212121;
	background: none;
}

.cat_menu .item2,
.cat_menu .item2:hover,
.cat_menu .item2-active,
.cat_menu .item2-active:hover {
	padding: 8px 12px 8px 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #030303;
	text-align: left;
	border-bottom: 1px solid #DCDCDC;
}
.cat_menu .item2 {
	background-color: #F9F9F9;
	color: #212121;
}

.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: 12px;
    right: 2px;
    border: 0;
}
.cat_menu .section {
	border: 0px solid #014687;
	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 */