.cat_menu{
	background: #96050A url(../img/bg_side_content.jpg) no-repeat bottom;
}

.cat_menu .item1,
.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover {
	display: block;
	white-space: nowrap;
	position: relative;
	background:url(../img/bg_menu_h.jpg) no-repeat;
	color: #FFFFFF;
	text-transform: uppercase;	
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:10px;
	margin-right:10px;
	padding:8px 8px 7px;

}
.cat_menu .item1 {
	background:url(../img/menu_bg_none.gif) no-repeat;
}
.cat_menu .item2,
.cat_menu .item2:hover,
.cat_menu .item2-active,
.cat_menu .item2-active:hover {
	display: block;
	position: relative;
	z-index: 500;
	text-decoration: none;
	background: #181818;
	white-space: nowrap;
	color: #96050A;
	text-transform: uppercase;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;	
	padding:8px 8px 7px;
	font-weight:bold;
}

.cat_menu .item2 {
	color: #FFFFFF;
	background:#000000;
}

.cat_menu .arrow,
.cat_menu .arrow:hover {

}
.cat_menu .item2 img,
.cat_menu .item2-active img{
    position: absolute;
    top: 12px;
    right: 10px;
    border: 0;
}
.cat_menu .section {
	text-align: left;	
	position: absolute;
	visibility: hidden;
	z-index: -1;
	width:200px;
}


.cat_menu .bottom,
.cat_menu .bottom:hover {
    
}
* html .cat_menu td { position: relative; } /* ie 5.0 fix */