.cat_menu .item1,
.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover {
	font-size: 17px;
	font-weight: normal;
	color: #ffffff;
	background: url(../img/menuHover.gif) repeat-x 0px 3px;
	padding: 3px 0px 3px 10px;
	margin: 0px 10px;
	height: 29px;
	line-height: 29px;
	border-bottom: 1px solid #9bcc6a;
	display: block;
	position: relative;
	text-decoration:none;
	white-space: nowrap;
}

.cat_menu .item1{
	background: none;
	color: #daecc8;
}

.cat_menu .item2,
.cat_menu .item2:hover,
.cat_menu .item2-active,
.cat_menu .item2-active:hover {
	padding: 10px 17px 10px 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	background-color:#71ae34;
	text-align: center;
	display: block;
	position: relative;
	text-decoration:none;
	white-space: nowrap;
  
	
}
.cat_menu .item2 {
    background-color: #9bcc6a;
	color: #FFFFFF;
	text-decoration: none;
    z-index: 1000;
	border:0px;
}

.cat_menu .arrow,
.cat_menu .arrow:hover {
    padding: 5px 8px 5px 8px;
}
.cat_menu .item2 img,
.cat_menu .item2-active img{
    position: absolute;
    top: 14px;
    right: 3px;
    border: 0px;
}
.cat_menu .section {
    border: 0px;
	margin:0px;
	padding:0px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	margin-top:-1px;
}

.cat_menu .bottom,
.cat_menu .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .cat_menu td { position: relative; } /* ie 5.0 fix 
