.cat_menu {
	font-family:Arial, Helvetica, sans-serif;
    padding:0px;
	margin:0px;
	text-transform: uppercase;
}
.cat_menu .item1,
.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover{
	color:#000000;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	text-align:center;
	height: 29px;
	line-height: 29px;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 20px;
	margin: 0px;
}
.cat_menu .item1 {
	color: #514d4c;
 }
.cat_menu .item2,
.cat_menu .item2:hover,
.cat_menu .item2-active,
.cat_menu .item2-active:hover {
	padding: 10px 50px;
	margin: 0px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1000;
	font-size: 11px;
	background-color:#EBEBEB;
	text-align: center;
}
.cat_menu .item2 {
    background-color: #FBFBFB;
	color: #AAAAAA;
	text-decoration: none;
	z-index: 1000;
}

.cat_menu .arrow,
.cat_menu .arrow:hover {
    padding: 0px 0px 0px 0px;
}
.cat_menu .item2 img,
.cat_menu .item2-active img{
    position: absolute;
    top: 13px;
    right: 5px;
    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 */
/*.cat_menu td{
	padding:0px;
	margin:0px;
}

.cat_menu .item1:hover {
	border: 1px solid #EBEBEB;
	background-color: #FFFFFF;
	display: block;
	padding: 4px 9px;
	text-decoration: none;
	color: #26416C;
	margin: 5px;
}

.cat_menu .item1{	
	border: 1px solid #FBFBFB;
	background-color: #FBFBFB;
	display: block;
	padding: 4px 9px;
	text-decoration: none;
	color: #7D7D7D;
	margin: 5px;
}

.cat_menu .section {
	margin:0px 0px 0px 0px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	border:0px;
}

.cat_menu .bottom,
.cat_menu .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .cat_menu td { position: relative; } /* ie 5.0 fix */