.tdoff {
	background-color: #FFFFFF;
	background-image: url(img/spacer.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.tdon {
	background-color: #FFFFFF;
	background-image: url(img/menu_bg_on.gif);
	background-repeat: repeat-y;
	background-position: right;
}



.cat_menu {
	font: 11px verdana;
}
.cat_menu .item1,
.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover {
	padding: 6px 2px 6px 22px;
	color: #90278E;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	background-image: url(img/menu_arrow_on.gif);
	background-position: 9px 11px;
	background-repeat: no-repeat;
}
.cat_menu .item1 {
	color: #A7A7A7;
	background-image: url(img/menu_arrow_off.gif);
	background-repeat: no-repeat;
}

.cat_menu .item2,
.cat_menu .item2:hover,
.cat_menu .item2-active,
.cat_menu .item2-active:hover {
	padding: 6px 16px 6px 10px;
	color: #90278E;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(img/menu_bg_on.gif);
	background-repeat: repeat-y;
	
}
.cat_menu .item2 {
	background: #FFFFFF;
	color: #A7A7A7;
	background-image: url(img/spacer.gif);
	background-repeat: repeat-y;
}

.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: 6px;
    right: 1px;
    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 */