.cat_menu {
	font-family: Arial;
    padding:0px;
	margin:0px;
}

.cat_menu .item1,
.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover{
	color: #FFFFFF;
	background: url(../img/menu_hover.gif) repeat-x;
	padding: 0px 15px 0px 15px;
	margin: 0px;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font-weight: bold;
}

.cat_menu .item1 {
	background: url(../img/menu_bg.gif) repeat-x;
}

.cat_menu .item2,
.cat_menu .item2:hover,
.cat_menu .item2-active,
.cat_menu .item2-active:hover {
	padding: 10px 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1000;
	background: url(../img/menu_hover.gif) repeat-x;
	text-align: center;
}
.cat_menu .item2 {
	background: url(../img/menu_bg.gif) repeat-x;
}

.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 #E5E5E5;*/
	border-bottom: 0px;
	border-top: 0px;
    position: absolute;
    visibility: hidden;
    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 */