.cat_menu {

}

.cat_menu .item1,

.cat_menu .item1:hover,

.cat_menu .item1-active,

.cat_menu .item1-active:hover {

	padding: 7px 5px 7px 9px;

	color: #1f1e1e;

	font-weight: normal;

	text-decoration: none;

	display: block;

	white-space: nowrap;

	position: relative;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	text-align: left;

	background: url(img/vertical-menu-hover_bg.gif) no-repeat left top;

}

.cat_menu .item1 {

	color: #ffb9b9;

	background: none;

}



.cat_menu .item2,

.cat_menu .item2:hover,

.cat_menu .item2-active,

.cat_menu .item2-active:hover {

	padding: 8px 13px 8px 13px;

	color: #fff;

	font-weight: normal;

	text-decoration: none;

	display: block;

	white-space: nowrap;

	position: relative;

	z-index: 500;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	background-color: #980000;

	text-align: left;

	border-bottom: 1px solid #e1e1e1;

}

.cat_menu .item2 {

	background-color: #c1c1c1;

	color: #2e2e2e;

}



.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 */
