.cat_menu {
	text-align:center;
	margin:38px 0px 5px 20px;
 
}
.cat_menu .item1,
.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover {
	padding: 5px 0px 5px 0px;
	display: block;
	position: relative;
	text-decoration:none;
	cursor:hand;
	white-space: nowrap;
	color:#ffbe5e;
	border-bottom: 1px solid #ffbe5e;
	font-weight:bold;
}
.cat_menu .item1 {
   color:#ffffff;
   padding: 5px 0px 6px 0px;
   border:0px;

 }
.cat_menu .item2,
.cat_menu .item2:hover,
.cat_menu .item2-active,
.cat_menu .item2-active:hover {
	z-index: 500;
	padding: 5px 8px 5px 8px;
	display: block;
	position: relative;
	text-decoration:none;
	cursor:hand;
	white-space: nowrap;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#C8D1D8;
	border-bottom:1px solid #C8D1D8;
	font-weight:bold;
}
.cat_menu .item2 {
	padding: 5px 8px 6px 8px;
	color:#DEA754;
	border:0px;
}

.cat_menu .arrow,
.cat_menu .arrow:hover {
    padding: 3px 6px 6px 8px;
	
}
.cat_menu .item2 img,
.cat_menu .item2-active img{
    position: absolute;
    border: 0;
}
.cat_menu .section {
    border: 0px;
	margin:0px;
	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 */