.cat_menu {
	text-transform: loowercase;
}
.cat_menu .item1,
.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover {
	padding: 0px 15px 0px 16px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(../img/menu-left-hover.gif) repeat-x;
	display: block;
	position: relative;
	text-decoration:none;
	white-space: nowrap;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	
}

.cat_menu .item1{
	background: none;
}

.cat_menu .item2,
.cat_menu .item2:hover,
.cat_menu .item2-active,
.cat_menu .item2-active:hover {
	padding:5px 30px 5px 16px;
	margin:0px 0px 0px 0px;
	font-size:11px;
	color:#FFFFFF;
	display: block;
	position: relative;
	text-decoration:none;
	white-space: nowrap;
	font-weight: normal;
	background-color: #dF2823 ;
	background-image:url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	z-index: 500;

}
.cat_menu .item2 {
	background-color: #BF0601 ;
}

.cat_menu .arrow,
.cat_menu .arrow:hover {
    padding: 5px 8px 5px 8px;
}
.cat_menu .item2 img,
.cat_menu .item2-active img{
    position: absolute;
    top: 4px;
    right: 3px;
    border: 0px;
}
.cat_menu .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
	margin-top: -1px;
}

.cat_menu .bottom,
.cat_menu .bottom:hover {
}

* html .cat_menu td { position: relative; } /* ie 5.0 fix 