.cat_menu {
}

.cat_menu .item1,
.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
	white-space: nowrap;
	display: block;
	position: relative;
	color: #959595;
	font-size: 12px;
	font-weight: bold;
	height: 46px;
	line-height: 46px;
	padding: 0px 10px;
}
.cat_menu .item1:hover{
	color: #4d67d8;
	background: url(img/menu_bullet.gif) no-repeat bottom center;
}

.cat_menu .item2,
.cat_menu .item2:hover,
.cat_menu .item2-active,
.cat_menu .item2-active:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 50px 0px 10px;
	color: #a5a5a5;
	font-weight: bold;
	font-weight: 12px;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 10000;
	background: url(img/menu_bg2.gif);
	text-align: left;
	height: 25px;
	line-height: 25px;
}

.cat_menu .item2:hover {
	color: #535353;
}

.cat_menu .arrow,
.cat_menu .arrow:hover {
	align: right;
	
}
.cat_menu .item2 img,
.cat_menu .item2-active img{
	position:absolute;
	top:11px;
	right:3px;
    border: 0px none;
}

.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 