.cat_menu {
	font: 11px verdana;
}
.cat_menu .item1,
.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover {
	color:#FEFEFE;
	padding: 10px 3px 8px 17px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(img/menu_arrow_on.gif);
	background-repeat: no-repeat;
    background-position:5px 15px;
	border-bottom:1px solid #ffffff;
}
.cat_menu .item1 {
	color: #ffffff;
	text-decoration: none;
	background-image: url(img/menu_arrow_off.gif);
	background-repeat: no-repeat;
    background-position:5px 15px;
	border-bottom:1px solid #ffffff;
}
.cat_menu .item2,
.cat_menu .item2:hover,
.cat_menu .item2-active,
.cat_menu .item2-active:hover {
	padding: 10px 18px 8px 4px;
	color: #06335D;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #95B7DC;
}

.cat_menu .item2 {
	background: #06335D;
	color: #FFFFFF;
	display: block;
}

.cat_menu .arrow,
.cat_menu .arrow:hover {
    padding: 6px 8px 7px 8px;	
}
.cat_menu .item2 img,
.cat_menu .item2-active img{
    position: absolute;
    top: 12px;
    right: 4px;
    border: 0;
}
.cat_menu .section {
	text-align: left;
	border: 0px solid #4B6B84;
	position: absolute;
	visibility: hidden;
	z-index: -1;
}


.cat_menu .bottom,
.cat_menu .bottom:hover {
    border-bottom: 1px solid #000000;
}

.nav_on {
 background: url('img/menu_on_bg.gif');
 background-repeat: repeat-y;
}

.nav_off{
 background: url('img/menu_bg.gif');
 background-repeat: repeat-y;
}
* html .cat_menu td { position: relative; } /* ie 5.0 fix */