.cat_menu {
    padding: 0px;
	margin: 0px;
	width: 185px;
}

.cat_menu .item1,
.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover{
	color: #4a104b;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	background-color: #ffffff;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}

.cat_menu .item1 {
	color: #850c2d;
}

.cat_menu .item2,
.cat_menu .item2:hover,
.cat_menu .item2-active,
.cat_menu .item2-active:hover {
	padding: 0px 0px 0px 30px;
	color: #4a104b;
	height: 26px;
	line-height: 26px;
	text-decoration: underline;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1000;
	font-size: 11px;
	font-weight: normal;
}
.cat_menu .item2 {
	color: #4A104B;
	text-decoration: none;
	z-index: 1000;
}

.cat_menu .arrow,
.cat_menu .arrow:hover {
    padding: 6px 8px 7px 8px;
}
.cat_menu .item2 img,
.cat_menu .item2-active img{
    position: absolute;
    top: 4px;
    right: 3px;
    border: 0;
}
.cat_menu .section {
    /*border: 1px solid #000000;
    position: relative;
    visibility: visible;
    z-index: -1;
	margin-left: -1px;*/
}

.cat_menu .bottom,
.cat_menu .bottom:hover {
    /*border-bottom: 1px solid #000000;*/
}

* html .cat_menu td { position: relative; } /* ie 5.0 fix */