.cat_menu {
	font: 11px verdana;
}
.cat_menu .item1,
.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover {
	padding: 2px 10px 2px 2px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F7941D;
	border-top-color: #BFC4C8;
	border-right-color: #BFC4C8;
	border-bottom-color: #BFC4C8;
	border-left-color: #BFC4C8;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align: right;
	background-image: url(img/white_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.cat_menu .item1 {
	padding: 2px 10px 2px 2px;
	background: #0054A5;
	color: #FFFFFF;
	border-top-color: #006DD9;
	border-right-color: #006DD9;
	border-bottom-color: #006DD9;
	border-left-color: #006DD9;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-image: url(img/white_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.cat_menu .item2,
.cat_menu .item2:hover,
.cat_menu .item2-active,
.cat_menu .item2-active:hover {
	padding: 3px 2px 2px 2px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: normal;
	position: relative;
	z-index: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color: #F7941D;
	text-align: left;
	width: 120px;
	border: 1px solid #000000;
}
.cat_menu .item2 {
	padding: 4px 3px 3px 3px;
	background: #0054A5;
	color: #FFFFFF;
	border: 0px solid #000000;
	width: 120px;
}

.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: 4px;
    right: 1px;
    border: 0;
}
.cat_menu .section {
	border: 0px solid #000000;
	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 */