.cat_menu {
	background: #f59a16 url(../img/menu-bg.jpg) no-repeat left bottom;
	width: 240px;
	margin-bottom: 10px;
}

.cat_menu td {
	padding: 3px 10px;
	background: url(../img/menu-doteline.gif) no-repeat center bottom;
}

.cat_menu td.menu_margins {
	background: transparent;
	height: 6px;
	overflow: hidden;
}


.cat_menu .item1,
.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover {
	display: block;
	position: relative;
	text-decoration:none;
	white-space: nowrap;
	font-size: 12px;
	color: #00457b;
	padding: 7px 10px 8px;
	background: #fff url(../img/menu-link-bg.gif) no-repeat left bottom;
}
	
.cat_menu .item1 {
	color: #fff;
	background: transparent;
}

.cat_menu .item2,
.cat_menu .item2:hover,
.cat_menu .item2-active,
.cat_menu .item2-active:hover {
	z-index: 500;
	display: block;
	position: relative;
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #00579a;
	padding: 7px 10px;
	border-bottom: 1px solid #0065b3;
}
.cat_menu .item2 {
	background: #006dc1;
}

.cat_menu .arrow,
.cat_menu .arrow:hover {
    padding: 3px 3px 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 */